/* CSS Document */

body{
	width:870px;
	margin:0px auto;
	color:#003399;
	font-family: Verdana;
	font-size:0.8em;
	line-height: 1.166;
	background-color:#FFFFFF;
	background-image: url(images/back1.gif);
	background-repeat: repeat-x;

}

h1{
	font-family: "Arial Black";
	font-size: 2.8em;
	margin-left: 160px;
	margin-top: 10px;
	display: none;

}

h2{
	font-family: "Times New Roman", Times, serif;
	font-size: 2.0em;
	display: none;
}

h3{
	font-size:1.6em;
	color: #DF2925;
}

a:link, a:visited {
	text-decoration: none;
	color: #EF4836;
}

a:hover {
	text-decoration: underline;
	color: #f33;
}

#wrapper{
	width: 900px;
	background-color: #FFFF99;
	margin: 0px 0px 0px 20px;
	padding: 0px;
}

#header{
	background-image: url(images/gmheader.jpg);
	background-repeat: no-repeat;
	height: 150px;
	text-align: right;
	color: #CCCCCC;
	font-size: 0.75em;
}

#breadcrumb{
	clear: both;
	padding: 0px 0px 0px 10px;
	color: #FFFFFF;
	background-color: #00293F;
	font-size: 0.85em;
	margin: 0px;
}


#nav ul
{
	list-style: none;
	padding: 0px;
	float: left;
	margin: 0px;
	width: 200px;
}

#nav li
{
	margin:5px;
	padding: 0px;
	list-style-type: none;
}

#nav li a
{
	float: left;
	color: #003399;
	text-decoration: none;
	text-align: center;
	height: 29px;
	width: 200px;
	display: block;
	background-color: #FFFFFF;
}
#nav li a:hover
{
	background: #333333;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	height: 29px;
	width: 200px;
}

/* Hide from IE5-Mac \*/
#nav li a
{
float: none
}
/* End hide */


#open{
	background-color: #FFFFFF;
	text-align: center;
	font-size: 0.85em;
	line-height: 1.2em;
	margin-top: 10px;
	font-weight: bold;
	padding: 10px;
	width: 20%;
	margin-right: 5px;
	margin-bottom: 0px;
	border: 1px dotted #CCCC99;
	float: right;
	margin-left: 0px;
	color: #DA2A2D;
}

#open h4{
	color: #999999;
	font-size: 1.5em;
	line-height: 1.2em;
}

#content{
	padding: 0px;
	text-align: center;
	margin: 20px;
	float: left;
	display: block;
	width: 45%;
}

#content2{
	padding: 0px;
	text-align: center;
	margin: 20px;
	float: left;
	display: block;
	width: 600px;
}

#content2 tr.colour{
	background-color: #CCCCCC;
}
.feature1{
	float: left;
	width: 50%;
}

.feature2{
	width: 50%;
}

#footer{
	margin: 10px 0px;
	padding: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCC99;
	border-bottom-color: #CCCC99;
	font-size: 80%;
	text-align: center;
	clear: both;
	background-color: #000000;
	color: #FFFFFF;
}

.small{
	font-size: 80%;
	margin-left: 20px;
	text-align:center
}
