body {
	margin: 0;
	padding: 40px 0 20px 0;
	font-size: 62.5%;
	font-family: Georgia, 'Times New Roman', Times, serif;
	position: relative;
	background: #ffffff;
	color: #333333;
 }

/* Normal links */
a:link, a:visited {
outline-style:none;
	color: #003580;
	text-decoration: none;
	 }

a:hover, a:visited:hover {
	color: #333333;
	text-decoration: underline; }

/* Image border and background color fixes */
a.img:link, a.img:visited, a.img:hover, a.img:visited:hover {
	border: none;
	background-color:transparent; }

/*------------------HEADING--------------------*/

h1 {
	margin: 0px 0 0 0;
	padding: 0 0 0px 0;
	font-size: 2.0em;
	font-weight: normal;
	color: #000; }

h2 {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	font-weight: normal;
	color: #000; }

h3 {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.5em;
	color: #000; }


/*-----------PARAGRAPH TEXT ELEMENTS-------------------*/

/* General paragraph rules */
p {
	margin: 0 0 1.0em 0;
	padding: 0;
	font-size: 1.2em;
	line-height: 1.4em; }

/*--------------HEADER ELEMENTS----------------*/

img { border: none; }

#Header {
	float: left;
	width: 820px;
	margin: 0;
	padding: 30px 20px 20px 20px;
	border-bottom: 1px solid #B3B3B3;
}

#HeaderRight {
	float: right;
	width: 250px;
	padding-top: 25px;
}

#Logo {
	float: left;
	position: relative;
	text-indent: -9999px;
	margin:0px 0 0px 0px;
	padding:0px 0 0px 0px;
	height: 53px;
	width: 476px;
	background: url(img/logo.gif) no-repeat top left;
	}
#Logo a {
	position: absolute;
	padding:0px 0 0px 0px;
	top: 0px;
	left: 0px;
	width: 476px;
	height: 53px;
	}

#Logo a:link, #Logo a:visited, #Logo a:active, #Logo a:link:hover, #Logo a:visited:hover {
	background-color: transparent;
	}

#Logo a span, #Logo span { display: none; }

/*---------------LAYOUT BOXES----------------------*/

#Frame {
	margin: 0px auto 0px auto;
	width: 860px; 
	background: #ffffff;
	border-left: 2px solid #003580;
	border-right: 2px solid #003580;
}
#Content {
	width: 800px;
	padding: 0 30px 30px 30px;
	margin: 0px 0 0 0px;
	border-bottom: 1px solid #B3B3B3;
}

#MainCol {
	float: left;
	width: 430px;
	padding: 0 5px 0 0;
}

#SubCol {
	float: left;
	text-align: right;
	width: 365px;
}

/*--------------MAIN NAVIGATION----------------*/
#navigation {
	float: left;
	background: url(img/navigation.gif) #ffffff no-repeat;
	height: 12px;
	width: 243px;
	margin: 0px 0 0px 0;
	padding: 0 0 0px 0;
	position: relative;
	}
#navigation li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	}
	
#navigation li, #navigation a {
	height: 12px;
	display: block;
	}

#navigation a {
	text-indent: -5000px;
	text-decoration: none;
	}

#nav_home {left: 0px; width: 45px;}
#nav_about {left: 86px; width: 50px;}
#nav_contact {left: 180px; width: 63px;}

#nav_home a:hover, #nav_home a:active { background: url(img/navigation.gif) -0px -12px no-repeat;}
#nav_about a:hover, #nav_about a:active { background: url(img/navigation.gif) -86px -12px no-repeat;}
#nav_contact a:hover, #nav_contact a:active { background: url(img/navigation.gif) -180px -12px no-repeat;}

#nav_home a.selected:link, #nav_home a.selected:hover, #nav_home a.selected:visited, #nav_home a.selected:visited:hover { background: url(img/navigation.gif) -0px -12px no-repeat;}
#nav_about a.selected:link, #nav_about a.selected:hover, #nav_about a.selected:visited, #nav_about a.selected:visited:hover { background: url(img/navigation.gif) -86px -12px no-repeat;}
#nav_contact a.selected:link, #nav_contact a.selected:hover, #nav_contact a.selected:visited, #nav_contact a.selected:visited:hover { background: url(img/navigation.gif) -180px -12px no-repeat;}

/*------------MISCELLANEOUS-----------------------*/

.inputfield {
	font-family: Arial, Verdana, helvetica, sans-serif;
	float: left;
	border: 1px solid #B3B3B3;
	margin: 0 5px 5px 0;
	padding: 4px;
	height: 16px;
	top: 0px;
	font-size: 13px;
}

#AboutTitle {
	width: 78px;
	height: 18px;
	text-indent: -9999px;
	background: url(img/about_title.gif) top left no-repeat;
}

#ContactTitle {
	width: 106px;
	height: 19px;
	text-indent: -9999px;
	background: url(img/contact_title.gif) top left no-repeat;
}

/*-------------- TEXT STYLING ELEMENTS -----------------*/

#BodyText{
	float: left;
	width: 800px;
	margin: 50px 0px 0px 0px;
	padding: 0px;
}
#BodyText p {
	padding: 0px 0px 15px 0px;
	margin: 0;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 2.1em;
	text-indent: 0px;
	color: #333333; }
	
#BodyText .ContactPage p {
	padding: 0px 0px 15px 0px;
	margin: 0;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.8em;
	text-indent: 0px;
	color: #333333; }

#BodyText h2 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0 15px 0;
	font-size: 3.0em;
	line-height: 1.3em;
	font-weight: normal;
	color: #AF2323; 
}
#BodyText a:link, #BodyText a:visited { color: #003580; text-decoration: none;}
#BodyText a:hover, #BodyText a:visited:hover { color: #333333;text-decoration: underline;}
		
/*-------------- Copyright Footer -----------------*/

#Copyright {
	margin: 0 auto 0px auto;
	padding: 10px 10px 20px 0px;
	width: 850px;
	text-align: right;
	background: #ffffff;
}

#Copyright h4 {
	margin: 0px 0px 0 0;
	padding: 0px 0px 0px 0px;
	border-bottom: none;
	color: #8C8C8C;
	font-size: 1.0em;
	line-height: 1.1em;
	font-weight: normal;
	}

#Copyright a:link, #Copyright a:visited { color: #8C8C8C; text-decoration: none;}
#Copyright a:hover, #Copyright a:visited:hover { color: #8C8C8C;text-decoration: none; border-bottom: 1px solid #8C8C8C; }

/* Remove traces of float */	
.ClearAll {
	clear: both;
	font-size: 2px; }