@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	/*font-size: 75%; /*resets 1em to 12px (instead of default 16px)*/
    text-align: left;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1em;
}

p {
	font-size: 0.9em;
}

/*WRAPPER*/
#wrapper {
	width:1024px;
	margin-right:auto;
	margin-left:auto;
	background-image:url(header.jpg);
	background-repeat:no-repeat;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #73A1C5;
	border-bottom-color: #73A1C5;
	border-left-color: #73A1C5;
	}
	
/*LOGO*/
#logo {
	height:209px;
	margin-top:50px;
}
#wrapper #rightcontent h1 {
	font-size: 1em;
	color: #003366;
}
form {
	background-color: #CDE9FE;
	padding: 20px;
}


/*NAVIGATION*/
#nav {
	font-size: 1em;
	color: #01A0C7;
	font-weight: bold;
	background-color: #FBE183;
	padding: 10px;
	position: relative;
	top: -25px;
	}

/*LEFT CONTENT*/
#leftcontent	{
	width: 600px;
	float: left;
	padding:25px;

	
}

/*RIGHT CONTENT */
#rightcontent	{
	width: 305px;
	padding:25px;
	float:right;
	}

/*FOOTER*/
#footer {
	width:1004px;
	height: 11px;
	padding: 10px;
	clear: both;
	text-align: right;
	font-size: 0.6em;
	color:#FFFFFF;
	background-color: #73A1C5;
}
#wrapper #leftcontent ul {
	list-style-image: url(bullet.gif);
}


/*BASE BLOCK*/
#base {
	clear: both;
	background-color: #FFFFFF;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #333333;

			        }
			
/*LEFT BASE*/
#left{
	width: 250px;
	float: left;
	padding: 25px;
}

			
/*CENTRE BASE*/
#centre{
	width: 340px;
	float: left;
	padding: 25px;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #000000;
	background-color: #FECF3F;
}


/*RIGHT BASE*/
#right{
	width: 250px;
	float: right;
	padding: 25px;
}


#wrapper #base p {
	color: #333333;
	font-size: 0.8em;
	font-weight: bold;
}
#wrapper #base h1 {
	font-size: 1em;
	color: #01A0C7;
}
#wrapper #base li {
	font-size: 0.8em;
	color: #333333;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	list-style-image: url(bullet.gif);
}
a:link {
	text-decoration: none;
	color: #01A0C7;
}
#wrapper #base #footer a:link {
	color: #FECF3F;
	text-decoration: none;
}

a:visited {
	color: #6600FF;
	text-decoration: none;
}
a:hover {
	color: #009900;
}


li {
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 0.8em;
	margin-left: 0px;
	color: #333333;
}

.smalltext {
	font-size: 0.8em;
}
.bold {
	font-weight: bold;
}
li {
	list-style-image: url(bullet.gif);
}
