/************************/
/*    Jamie Taylor      */
/*      28-02-06        */
/************************/ 


/************************/
/* HTML tag styles      */
/************************/ 

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

table{
	font-family: Arial, Helvetica, sans-serif;
	}
	
td{
	font-family: Arial, Helvetica, sans-serif;
	}
	
#contain{
	width: 800px;
	background-color: #99CCFF;
	position: absolute;
	border: 1px solid #cccccc;
	left: 12em;
	right: 15em;
	}
		
/******* hyperlink and anchor tag styles *******/

a:link{
	color: #333333;
	text-decoration: none;
	}
	
a:visited{
	color: #333333;
	text-decoration: none;
	}
a:hover{
	color: #0000FF;
	text-decoration: none;
	
	}
	

	
/*************** Header Tags *****************/

h1 {
	color: #333333;
	font-size: 25px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	}
	
h2 {
	color: #333333;
	font-size: 16px;
	font-style: italic;
	}
	
h3 {
	color: #333333;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	}

h4 {
	color: #333333;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	}
/*************** Style Tags *****************/


.italic {
	color: #333333;
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	
	}
.nav {
	color: #333333;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	}
	
.mainNav {
	color: #333333;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;

	}
	
/*************** Menu Styles *****************/
/*
#pageNav{
	float: left;
	width:150px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: Verdana,sans-serif;
	font-size: 10px;
}

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:  url('/images/bg_nav.jpg');
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}

#pageNav{
	float: left;
	width:178px;
	padding: 0px;
	background-color: #999999;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: Verdana,sans-serif;
	font-size: 10px;
}*/

.footer	{
	
	font-color: #333333;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
	bottom: auto;
	
	}

