#new {
	margin: 0px;
	}
	
p {
	margin: 0px 0px 3px 0px;
	}

#container {
	width: 100%;
	height: 100%;
	}
	
td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
#header01 {
	background-image: url(images/header01.jpg);
	}

#header02 {
	background-image: url(images/header02.jpg);
	height: 165px;
	padding: 50px 0px 0px 100px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	}
	
#nav {
	background-image: url(images/nav.jpg);
	width: 170px;
	}
	
#nav a:link, #nav a:visited {
	color: #213285;
	text-decoration: none;
	}
	
#nav a:hover {
	color: #005850;
	text-decoration: underline;
	}
	
#nav ul {
	list-style-type: none;
	list-style-position: outside;
	margin: 20px 0px 0px 10px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	width: 150px;
	}
	
#nav li {
	margin-bottom: 10px;
	padding-bottom: 3px;
	border-bottom: 1px solid #7f7f7f;
	}

#content {
	font-size: 12px;
	padding: 0px 100px 0px 50px;
	}

#content h1 {
	font-size: 16px;
	margin: 0px 0px 20px 0px;
	padding-bottom: 3px;
	color: #443933;
	border-bottom: 1px dotted #7F7F7F;
	}
	
#content a {
	color: #005850
	}
	
.linkitem {
	color: #333333;
	border-bottom: 1px dashed #cccccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
	}
	
.sublinkitem {
	padding-bottom: 3px;
	}
	
#footer {
	background-image: url(images/footer.jpg);
	background-position: right;
	height: 105px;
	text-align: center;
	font-size: 10px;
	padding: 10px;
	}
	
#footer a {
	color: #ffffff;
	}
	
/* Frame Styles */

#frame {
	margin: 75px 25px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	background: url(/images/frame_header.jpg) no-repeat;
	}
	
#frame a {
	color: #ffffff;
	}

#frame_container {
	width: 90%;
	border: solid 1px #003F81;
	border-collapse: collapse;
	height: 100px;
	}

#frame_header {
	background: #c0c0a0;
	border: solid 1px #666D87;
	}
	
#frame_header h1 {
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
	
.frame_nav {
	height: 25px;
	width: 50%;
	background: #CAB49A;
	color: #FFD980;
	font-weight: bold;
	border: solid 1px #003F81;
	text-align:center;
	}
