/* commented backslash hack \*/ 
html, body{height:100%;} 
/* end hack */
html,body {margin:0;padding:0}
body {
	background-image: url('/graphics/background-body3.gif');
	background-repeat: no-repeat;
	background-position: top center;
	text-align:center;
	background-color: #CAE9C2;
	font-family: arial;
	font-size: 12px;
}/* centre for ie5.+*/

a{
	color: #1F3B71;
	font-weight: bold;
	text-decoration: underline;	
}
a:hover{
	text-decoration: none;
}
#wrapper{
	min-height:100%;
	height:auto;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	text-align:left;
	background-color: #FFFFFF;
}
* html #wrapper{
	height:100%;
	width:802px;/* box model hack for ie5.+*/
	w\idth:800px
}

#nav-left{
	float: left;
	width: 120px;
	display: block;
	position: relative;
}
#nav-left a{
	color: #1F3B71;
	text-decoration: none;
	font-weight: bold;
	font-family: arial;
	font-size: 13px;
	padding-left: 23px;
}
#nav-left a:hover{
	color: #2DB30B;
}
#nav-left .link{
	background-image: url('/graphics/background-nav-left.jpg');
	height:25px;
	width:120px;
}
#content{
	margin-left: 130px;
	padding: 0;
	text-align: right;
}

#content .box{height: 326px; width: 220px; display: table; float: left; text-align: left;}
#content .box-inner{
	/* padding: 180px 10px 0 10px; */
	padding: 0 10px;
	color: #ffffff;
}

#content .bigbox-title{
	height: 75px; 
	width: 640px;
	background-image:url('/graphics/background-bigbox-title.gif');
}
#content .bigbox{
	background-image: url('/graphics/background-bigbox.gif');
	background-repeat: repeat-y;
	width: 640px;
	text-align: left;
}
#content .bigbox-inner{
	padding: 5px 25px 0 20px;
}
#content .bigbox-bottom{
	background-image: url('/graphics/background-bigbox-bottom.gif');
	width: 640px;
	height: 26px;
}


a.nav-top{
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;	
}
a.nav-top:hover{
	text-decoration: underline;
}
h1{
	font-size: 30px;
	padding: 30px 0 0 10px;
	margin: 0;
	color: #FFFFFF;
	text-align: left;
	font-family: arial;
}
h2{
	color: #414737;
	font-size: 16px;
	letter-spacing: 2px;
}
h3{
	color: #414737;
	font-size: 14px;
}

#footer {
	width:100%;
	height:50px;
	position:absolute;
	/*background-color: red;*/
	font-family: arial;
	bottom:0;
	left:0;
}
#footer-text{
	padding: 20px 10px 0 10px;
	font-size: 9px;
}
#footer a{
	color: #FF6600;
	text-decoration: none;
	
}
#footer a:hover{
	color: #12127D;
	border-bottom: thin dashed #12127D;
}
#clearfooter{clear:both;height:50px;width:100%}
img{border: 0;}
ul{
	display: table;
	margin:  0 0 0 10px;
	padding: 0 0 0 10px;
}
ol{
	display: table;
	margin:  0 0 0 10px;
	padding: 0 0 0 10px;
}
li{
	padding-bottom: 15px;
}

input{font-size: 10px;}
select{font-size: 10px;}
textarea{font-size: 12px;}
hr{
	margin: 5px 0;
	padding: 0;
	border: none 0;
	border-top: 1px dashed #000000;
}
hr.footer{
	border-top: 1px solid #000000;
}
p{margin: 0; padding: 5px 0;}