/*main page styles*/

body{
	margin: 0px;
	padding: 0px;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #999999;
	}

#head{
	width: 100%;
	margin-top: 40px;
	}

#content{
	background-image: url(../images/body_main.jpg);
	background-repeat: repeat-y;
	width: 556px;
	height: 400px;
	padding-top: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
#content h1{
	font-size: 14px;
	font-weight: bold;
	color: #339900;
	text-align: left;
	}
	
#footer{
	background-image: url(../images/footer_main.jpg);
	background-repeat: no-repeat;
	width: 599px;
	height: 40px;
	}
	
.ims{
	border: 1px solid #999999;
	padding: 3px;
	margin: 4px;
	}
	
.pdf li{
	margin-left: -10px;
	padding-bottom: 7px;
	list-style-type: none;
	list-style-image: url(../images/pdf.gif);
	}
	
.pdf a:link, .pdf a:visited{
	color: #666699;
	text-decoration: underline;
	}
	
.pdf a:hover{
	color: #003366;
	}


a:link, a:visited{
	color: #999999;
	text-decoration: underline;
	}
	
a:hover{
	color: #339900;
	}
	
li{
	list-style-type: square;
	}

.intro{
	font-weight: 700;
	color: #339900;
	font-style: italic;
	}

/* coloured styles */

/* GREEN */

#gr_mainimage, mainimage{
	background-image: url(../images/nav_main.jpg);
	background-repeat: no-repeat;
	width: 553px;
	height: 205px;
	color: #999999;
	font-size: 14px;
	}
	
#gr_mainimage td{
	padding-left: 43px;
	padding-top: 80px;
	}	
	
#gr_mainimage h1{
	color: #339900;
	font-size: 28px;
	margin-bottom: 5px;
	}
	
#gr_navright{
	background-image: url(../images/nav_r.jpg);
	background-repeat: repeat-x;
	height: 245px
	}
	
/* ORANGE */

#or_mainimage, mainimage{
	background-image: url(../images/orange/nav_main.jpg);
	background-repeat: no-repeat;
	width: 553px;
	height: 205px;
	color: #999999;
	font-size: 14px;
	}
	
#or_mainimage td{
	padding-left: 43px;
	padding-top: 90px;
	}	
	
#or_mainimage h1{
	color: #ff6600;
	font-size: 28px;
	margin-bottom: 5px;
	}
	
#or_navright{
	background-image: url(../images/orange/nav_r.jpg);
	background-repeat: repeat-x;
	height: 245px
	}

/* RED */

#re_mainimage, mainimage{
	background-image: url(../images/red/nav_main.jpg);
	background-repeat: no-repeat;
	width: 553px;
	height: 205px;
	color: #999999;
	font-size: 14px;
	}
	
#re_mainimage td{
	padding-left: 43px;
	padding-top: 80px;
	}	
	
#re_mainimage h1{
	color: #990000;
	font-size: 28px;
	margin-bottom: 5px;
	}
	
#re_navright{
	background-image: url(../images/red/nav_r.jpg);
	background-repeat: repeat-x;
	height: 245px
	}
	
/* BLUE */

#bl_mainimage, mainimage{
	background-image: url(../images/blue/nav_main.jpg);
	background-repeat: no-repeat;
	width: 553px;
	height: 205px;
	color: #999999;
	font-size: 14px;
	}
	
#bl_mainimage td{
	padding-left: 43px;
	padding-top: 80px;
	}	
	
#bl_mainimage h1{
	color: #003366;
	font-size: 28px;
	margin-bottom: 5px;
	}
	
#bl_navright{
	background-image: url(../images/blue/nav_r.jpg);
	background-repeat: repeat-x;
	height: 245px
	}
	
/* YELLOW */

#ye_mainimage, mainimage{
	background-image: url(../images/yellow/nav_main.jpg);
	background-repeat: no-repeat;
	width: 553px;
	height: 205px;
	color: #999999;
	font-size: 14px;
	}
	
#ye_mainimage td{
	padding-left: 43px;
	padding-top: 90px;
	}	
	
#ye_mainimage h1{
	color: #666666;
	font-size: 28px;
	margin-bottom: 5px;
	}
	
#ye_navright{
	background-image: url(../images/yellow/nav_r.jpg);
	background-repeat: repeat-x;
	height: 245px
	}