/* CSS Document */

html, body
{ background-color: #273743;  margin: 0; padding: 0;
                       
}

body 
{
	background-color: #273743;
	margin: 0;
	padding: 0;
	font: 12px/1.5 verdana, arial, helvetica, sans-serif;
	text-align: center; /* Takes care of horizontal alignment in Internet Explorer */
	background-image: url(grid.gif);
	
}
p,td,ul,font,a{

	
	line-height: 1.2;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica;
	font-size: 105%;
	color: #273743;
	font-weight: normal;}
	
	H1{

	
	line-height: 1.2;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica;
	font-size: 120%;
	color: #273743;
	font-weight: normal;}
	
		H2{

	
	line-height: 1.2;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica;
	font-size: 110%;
	color: #273743;
	font-weight: normal;}

li{
margin-left: 10px;
padding-left: 10px;
	line-height: 1.2;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica;
	font-size: 100%;
	color: #273743;
	font-weight: normal;
	
	list-style-type: circle;
}

.bodyHeading
{
line-height: 1.2;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica;
	font-size: 110%;
	color: #273743;
	font-weight: normal;
	text-transform: uppercase;
}

#content 
{
	position: relative; /* Needed for Safari */
	margin: auto; /* Takes care of horizontal alignment in standards compliant browsers */
	text-align: left;
	width: 951px;
	height: 517px;
	background-color: #FFFFFF;

}
#content #footer {
	background-color: #273743;
	text-align: right;
	width: 951px;
}

#content #imghldr {
	background-color: #FFFFFF;
	height: 447px;
	width: 596px;
	float: left;
	position: relative;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;

}
#content #mainnav {
	height: 35px;
	width: 596px;
	background-color: #273743;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
		margin: 0px;
	padding: 0px;
}
#content #subnav {
	height: 34px;
	width: 596px;
	background-color: #3F5261;
	float: left;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	color: #BEC3E3;

}
#content #contentpanel {
	float: right;
	height: 516px;
	width: 352px;
	margin: 0px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	overflow: auto;
	  overflow-x: hidden;
  overflow-y: auto; 
}

#content #contentpanel p {
margin: 10px;
padding: 0px;
display: block;
}

#greybox {
	float: left;
	width: 350px;
	height: 100px;
	margin-top: -12px;
	margin-left: -2px;
	margin-bottom: 0px;
	padding: 0px;
	background-color: #DADCDE;
	}

#greybox a{
	float: left;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica;
	font-size: 140%;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	margin-left: 10px;
	margin-top: 15px;
	margin-bottom:-10px;
	width: 300px;
	display: block;
}

#greybox a:hover{

	color: #273743;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	
}

a.mainnavclick:link,a.mainnavclick:active,a.mainnavclick:visited,mainnavclick
{

	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica;
	font-size: 120%;
	color: white;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
}
a.mainnavclickblue:link,a.mainnavclickblue:active,a.mainnavclickblue:visited,mainnavclick
{

	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica;
	font-size: 120%;
	color: #BEC3E3;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
}

a.mainnavclick:hover
{
	color: #BEC3E3;
	text-decoration: none;
}

.blue
{
	padding-left: 8px;
	colour: #BEC3E3;
}

.gapper
{
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 12px;
	float: left;
}

em {
	color: #BEC3E3;
	font-style: normal;
	text-decoration: none;
}

.formbutton {
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
	height: 25px;
	border: 1px solid #273743;
	background-color: #BEC3E3;
}