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

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-repeat: repeat-x;
	background-color: #ff8a14;
	color: #333333;
}

.images {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding: 0px;
	margin: 10px;
}

#current_page {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	font-style: italic;
}

a:link {
	text-decoration: none;
	color: #003366;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #003366;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #003366;
	font-weight: bold;
}
			
p {
	margin:0; 
    padding:0;
	}

#wrapper {
	width:1000px;
	margin:0px auto;
	}
	
#nav {
	height: 100%;
	width: 120px;
	margin-left: 0px;
	float: none;
	position: relative;
	top: -669px;
	left: 168px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 25px;

}

#content {
	position: relative;
	top: -973px;
	left: 303px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
	height: 320px;
	width: 525px;
}

.bolded_text {
	text-decoration: none;
	color: #003366;
	font-weight: bold;
}
