* {
	margin:0px;
	padding:0px;
}

html {
	height: 100%;	
}
body {
	background: url(../images/shadow.jpg) #ffffff  center repeat-y;
	height: 100%;	
	border: 0px;
	margin: 0px;
	text-align:center; /*center hack*/
	font-family: "Trebuchet MS",Verdana, Sans-serif;
	font-size: 10pt;
	background-color: #DDDDDD;
	font-weight: normal;
}
	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

html, body, div, span,applet,h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}

#wrapper {
	background: url(../images/shadow.jpg) #ffffff  center repeat-y;
	width: 870px;
	padding: 0px;
	text-align: left;
	margin:0 auto;
	position: relative;
	height: 100%;
}

#header {
	margin: 0px auto;
	width: 850px;
	height: 120px;
	background: url(../images/banner5b.jpg) #ffffff no-repeat;
	
}

#information ul {
	list-style-type: none;
}


/* header */
#header h1 {
	text-indent: -9999px;
	
}

#header h2 {
	text-indent: -9999px;
}


/*navigation bar */
#navigation {
	width: 850px;
	margin: 0px auto;
	height: 50px;
	border-top: 2px solid #ffffff;
	background: #1B1B8E;
	color: white;
}

#navigation ul {
	padding: 0px 0px 0px 10px;
	list-style-type: none;
}

#navigation li {
	float:left;
	margin-right:  0px;
}

#navigation a, #navigation a:visited {
	color: white;
	font-size: 1em;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 6px 10px 6px 10px;
}

#navigation a:hover {
	color: white;
	background: #9999CC;
}

#navigation li.current_page_item a {
	color: white;
	background: #9999CC;
}

#navigation li.last {
	text-align: right;
	float:right;
	color: white;
	font-size: 1em;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 6px 10px 6px 10px;


}



/* content divs */
#content-wrapper {
	background: url(../images/wrapper_bg2.jpg) #ffffff left center no-repeat;
	width: 850px;
	margin: 0px auto;
}

#information {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 20px;
	color: #333333;
	width: 540px;
}

#information h1 {
	color: #1B1B8E;
	font-family: "trebuchet ms";
	font-size: 1.8em;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
}
		
#content {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 20px;
	color: #333333;
	width: 540px;
	min-height: 300px;
}

li.warning {
	font-weight: bold;
	color: red;	
}


#content p, #content li, p {
	color: black;	
	font-size: 1em;
	line-height: 1.6em;
	text-align: justify;
	font-family: "trebuchet ms";
	margin-top: 10px;
}

#content a, #content a:visited {
	color: black;
	text-decoration: underline;	
}

#content a:hover {
	color: red;
	text-decoration: underline;	
}


#content a {
	color: #000099;
	text-decoration: underline;	
}

#content a:hover {
	color: #771844;
	text-decoration: none;	
}

#content img {
	margin: 20px;	
}

#boxes {
	margin: 0px 25px 0px 0px;
	display: inline;
	float: right;
	/*width: 200px;*/
	padding-bottom: 100px;
	padding: 0px 0px;
}

#boxes p.centredimage {
	padding-top: 20px;
	text-align: center;
}
 

div.box {
	margin: 30px 0px 10px 0px;
	border: 5px solid #000099;
	width: 210px;
	padding: 15px;	
	font-size: 10pt;
	font-weight: normal;
	background: #ffffff;
	/*background-color: #9999CC;*/

}

div.box ul {
	margin-left: 10px;
	margin-top: 10px;
}	

div.box li {
	margin-left: 10px;
	margin-top: 2px;
}	

div.box em {
	font-size: 1.5em;
	font-style: normal;	
}

div.box h2 {
	font-size: 10pt;
	font-weight: bold;
}

div.box span.little {
	font-size: 0.8em;
	font-weight: normal;	
}

#footer {
	margin: 0px auto;
	width: 850px;
	height: 44px;
	background: url(../images/footer_bg1.jpg) repeat-x #1B1B8E;
	color: white;
	font-weight: bold;
	text-align: center;
	vertical-align: center;
}

#footer p {
	color: white;
	text-align: center;
	line-height: 44px;
}

#developedby {
	width: 850px;
	text-align: right;
	font-size: 0.8em;
	color: gray;	
}

#developedby a, #developedby a:visited {
	color: gray;
	text-decoration: underline;	
}

#developedby a:hover {
	color: red;
	text-decoration: underline;	
}



