/* Colours used */
/*----------------



------------------*/

/*@import	url(other_pages.css);*/

/* Main elements
------------------*/
*	{
	margin:0;
	padding:0;
}

body	{
	font-family:Arial, sans-serif;
	background:#F3F3F3;
	color:#333;
	font-size:62.5%;
}

/* SBMH to correct font-size difference */
* html body {
	font-size:x-small; /* for IE5/Win */
	f\ont-size:62.5%; /* for other IE versions */
}
h1,h2,h3,h4,h5	{
	font-weight:normal;
}

h1	{
	font-size:2em;
}

h2	{
	font-size:1.8em;
}

h3	{
	font-size:1.6em;
}

h4	{
	font-size:1.4em;
}
h5	{
	font-size:1em;	
}
p	{
	font-size:1.4em;
	line-height:1.7em;
	clear:left;
}
a	{
	text-decoration:none;
	color:#09F;
}
a:hover	{
	text-decoration:underline;
}
a img	{
	border:0;
}
ul	{
	font-size:1.1em;
}
li	{
	list-style:none;
}
table	{
	font-size:1.1em;
	font-weight:bold;
}

/*
============================
forms
============================
*/
form	{
	margin:15px 0;
	padding:10px;
	border:1px solid #CCC;
	float:left;
	background:#FEFEFE;
}
form li	input	{
	margin-bottom:5px;
}
label	{
	font-size:1.1em;
	width:130px;
	height:17px;
	float:left;
	clear:left;
	margin-right:10px;
}
input	{
	float:left;
	width:200px;
	padding:2px;
	color:#333;
}
input.submit	{
	width:60px;
	float:right;
	margin-left:10px;
	cursor:pointer;
	background-color: #396;
	color: #FFF;
}
#signup	{
	margin-top:10px;
}
textarea	{
	width:500px;
	float:left;
	color:#333;
	font:1.3em Arial;
	padding:2px;
}

/*
============================
main divs
============================
*/

#body	{
	margin-top:25px;
	position:absolute;
}
#body .left	{
	float:left;
	margin-bottom:40px;
}
#body .right	{
	float:right;
	clear:none;
}
#body .success	{
	border:1px solid #0C3;
	font-weight:bold;
	padding:5px 15px;
}
#center-box	{
	width:885px;
	background:url(../images/grad-img.jpg) repeat-x;
	margin-top:50px;
	border:1px solid #DDD;
	border-bottom:none;
}
#center-box img	{
	margin:5px;
}

#header	{
	position:absolute;
	top:0;
	left:0;
	height:100px;
	width:100%;
	background:url(../images/grad-top.jpg);
	z-index:1;
}
#links	{
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 40px;
	margin-left: 0;
	line-height: 2em;
}
#logo	{
	margin:15px 0 0 20px;
}
#mps	{
	margin:15px 0;
}
#mps td	{
	text-align:left;
}
#nav-box	{
	height:36px;
	width:885px;
	background:url(../images/grad-nav.jpg) repeat-x;
	border:1px solid #DDD;
}
#nav-box ul	{
	float:right;
	margin-top:6px;
	margin-right:5px;
}
#nav-box li	{
	float:left;
	height:25px;
	border-right:1px solid #999;
}
#nav-box li.last-child	{
	border-right:none;
}
#nav-box a	{
	font-size:1.2em;
	display:table-cell;
	vertical-align:bottom;
	padding:5px 10px;
}
#nav-box a:hover	{
	background:#DDD;
	text-decoration:none;
}
#pagetitle	{
	margin-bottom:20px;
}
#preview	{
	position:absolute;
	z-index:5;
	border:10px solid #999;
}
#solution	{
	margin:15px 0 20px 20px;
	font-size: 1.4em;
}
#solution li	{
	margin-bottom:5px;
	list-style:disc;
}
#wrapper	{
	width:884px;
	margin:0 0 0 190px;
	position:relative;
	z-index:2;
}
#problem	{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-size: 1.4em;
}
#problem li	{
	margin-bottom:0px;
	list-style:disc;
}
#image1 {
	position: absolute;
	height: 100px;
	width: 100px;
	left: -113px;
	top: -91px;
}
#image2 {
	position: absolute;
	height: 100px;
	width: 100px;
	left: -110px;
	top: 218px;
}
#image3 {
	position: absolute;
	height: 100px;
	width: 100px;
	left: -110px;
	top: 599px;
}
#image4 {
	position: absolute;
	height: 100px;
	width: 100px;
	left: -110px;
	top: 886px;
}
#image5 {
	position: absolute;
	height: 100px;
	width: 100px;
	left: -110px;
	top: 1006px;
}
#image6 {
	position: absolute;
	height: 100px;
	width: 100px;
	left: -110px;
	top: 1196px;
}
#image7 {
	position: absolute;
	height: 100px;
	width: 100px;
	left: -110px;
	top: 2089px;
}


/*
============================
classes
============================
*/

	.bold	{
		font-weight:bold;
	}
    .boldRed	{
	font-weight:bold;
	color: #C33;
	}
    .boldRedbig	{
	font-weight:bold;
	color: #C33;
	font-size: 1.4em;
	}
	.bold_italic	{
		font-style:italic;
		font-weight:bold;
	}
	.clear	{
		clear:both;
	}
	.header	{
	font-size:1.8em;
	font-weight:bold;
	color: #396;
	}
.imageFloat {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
	position: absolute;
	left: -110px;
}
