@charset "utf-8";
/* 
	SITE COLOURS
		Blue: #3e4a93
*/

	/* RESET & FLOAT */
div { margin: 0; padding: 0; }
p { margin-top: 0; }
.clearfloat { clear: both; }
.floatright { float: right; }
.floatleft { float: left; }
a img { border:none; }
/* #ol, ul { list-style-image:none; list-style-position: outside; list-style-type:none; } */

	/* SITEWIDE SETUP */
body { margin: 0 0 0 0; color: #000000; font-family:Arial, Helvetica, sans-serif; font-size:16px; font-weight:bold; line-height:22px; }

a:link, a:visited, a:active { color: #3e4a93; text-decoration:none; font-size:14px; }
a:hover { color: #3e4a93; text-decoration:underline; font-size:14px; }

#ie-message { background:#C00; text-align:center; border:1px solid #900; color: #fff; position:absolute; top:0; padding:5px;
width:780px; margin: 10px 0 0 40px; }
#ie-message a { color: #fff; text-decoration: underline; }

	/* LAYOUT */
	
#container { margin: 0 auto; width:900px; }
#header { height:100px; }
	#header ul { list-style-image:none; list-style-position: outside; list-style-type:none; }
	#header ul li { float:left; color:#3e4a93; font-size:20px; }
#navigation { height:35px; margin-left:30px; }
	#navigation ul { list-style-image:none; list-style-position: outside; list-style-type:none; }
	#navigation ul li { float:left ;}
.pink { background-image:url(../images/pink.png); height:205px; width:547px; padding-top:1px; margin-left:100px; }	
.green { background-image:url(../images/green.png); height:205px; width:548px; padding-top:1px; margin-left:200px; }

#left { float:left; width:400px; color:#3e4a93; }
	#left li { margin-bottom:3px; }
#right { float:right; width:400px; color:#3e4a93; border-left:1px solid #3e4a93; padding-left:25px; }	
	#right li { margin-bottom:3px; }
