﻿body, td, p, th, h1, h2, h3, h4 {
	font-size: 11px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
body {
	margin: 0;
}
th {
	font-weight: normal;
	height: 20px;
	border-top: 1px solid #92928E;
	border-bottom: 1px solid #92928E;
	background-color: #CECEC7;
    padding-left: 4px;
}
td {
	vertical-align: top;
}
p {
	line-height: 175%;
	margin: 2px;
	margin-bottom: 8px;
}
form {
	margin: 0px;
	padding: 0px;
}
a:link, a:active, a:visited {
	color: #C28F2C;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #1E5D5A;
	text-decoration: underline;
}

h1 {
	font-size: 19px;
	color: #666666;
	margin-bottom: 0px;
	font-weight: normal;
	text-align: left;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 18px;

	background-color: #F7F7F7;
	border-bottom: 1px solid #D9D9D9;
	border-top: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
}
h2 {
	font-size: 19px;
	color: #1E5D5A;
	margin: 0px;
	font-weight: normal;

	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 18px;
	background-color: #F7F7F7;
	border-bottom: 1px solid #D9D9D9;
}
h3 {
	font-size: 14px;
	color: #AD212A;
	margin: 4px 2px 12px 2px;
	font-weight: bold;
}
h4 {
	font-size: 12px;
	color: #666666;
	margin: 12px 2px 12px 2px;
	font-weight: bold;
}
h5 {
	margin: 0;
	padding: 0;
}


a.navon:link, a.navon:active, a.navon:visited {
	color: #1E5D5A;
	text-decoration: underline;
	font-weight: normal;
}
a.navon:hover {
	color: #1E5D5A;
	text-decoration: underline;
}
input.image {
	border: 0px;
}



.label {
	font-size: 12px;

	background-color: #C28F2C;
	background-color: #FFCC00;
	background-color: #F8981D;
	background-color: #AD212A;

	color: #AD212A;
	color: #FFFFFF;

	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	text-align: left;
}
.highlight {
	color: #AD212A;
	font-weight: bold;
}




#container {
	width: 850px;
}

	#header {
		background-color: #FFCC00; 
		border: 1px solid #FFCC00;
		border-bottom: 1px solid #D9D9D9;
	}

	#frame {
		border: 1px solid #D9D9D9;
		border-top: 0px;
		border-bottom: 0px;
	}
		#frame_left {
			width: 200px;
		}
		#frame_right {
			width: 650px;
			border-left: 1px solid #D9D9D9; 
		}

		#menu, #nav {
			margin-top: 20px;
			border-bottom: 1px solid #D9D9D9;
			width: 95%;	
		}
			#menu {
				width: 100%;	
			}
			#nav {
				width: 95%;	
			}
				#menu td, #nav td {
					padding: 4px;
				}
				.left_nav td {
					height: 18pt;
					border-bottom: 1px solid #D9D9D9;
					border-left: 1px solid #D9D9D9;
					vertical-align: top;
				}
				.left_subnav td {
					border: 0px;
				}

		#content {
			width: 95%;	
		}
			#content_left {
				padding: 20px;
				width: 75%;	
			}
			#content_right {
				width: 25%;
				text-align: right;	
			}

	#home_quick {
		background-color: #AD212A; 
		border: 1px solid #AD212A; 
		color: #FFFFFF;  
		padding: 10px 0px 10px 0px;
		text-align: center;
	}
		#home_quick a, #home_quick a:link, #home_quick a:visited, #home_quick a:active {
			color: #FFFFFF;
		}
		#home_quick a:hover {
			color: #FFFFFF;
			text-decoration: underline;
		}

	#footer {
		color: #FFFFFF;
		background-color: #AD212A;
		border: 1px solid #AD212A;
		margin: 0px;
	}
		#footer td, #footer p {
			color: #FFFFFF;
			text-decoration: none;
			font-size: 10px;
		}
		#footer a, #footer a:link, #footer a:visited, #footer a:active {
			color: #FFFFFF;
			text-decoration: underline;
			font-size: 10px;
		}
		#footer a:hover{
			color: #FFFFFF;
			text-decoration: none;
			font-size: 10px;
		}
