a { 
	color: #458AAB;
	text-decoration: none;
}  

a:hover {
	color: #37708A;
	text-decoration: underline;
}

hr {
	color: #DADADA; 
}

body {
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	background-color: #BAC7CA;
	background-image:url(images/header_bg.png);
	background-position: top;
	background-repeat:repeat-x;
	margin:0;
	padding:0;
}

td, p {
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
}

/* Heading Tags */

h1 {
	color: #4A4F55;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: 25px;
	line-height: normal;
	text-align:left;
}

h2 {
	color: #686F77;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
	line-height: 25px;
	font-style:italic;
	text-align:left;
}

h3 {
	color: #707881;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: 21px;
	line-height: normal;
	text-align:left;
}

h4 {
	color: #7D858E;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 19px;
	font-style: italic;
	text-align:left;
}

/* List Elements */

li {
	color: #7D858E;
}

ol {
	color: #7D858E;
	list-style-type: none;
}

ul {
	color: #7D858E;
	list-style-type: none;
}

/* Form Elements */

input {
	background-color: #F9F9F9;
	border: 1px #CCCCCC solid;
	color: #7D858E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

select {
	background-color: #F9F9F9;
	border: 1px #CCCCCC solid;
	color: #7D858E;
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 11px;
	font-weight: normal;
}

textarea {
	background-color: #F9F9F9;
	border: 1px #CCCCCC solid;
	color: #7D858E;
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 11px;
	font-weight: normal;
}

form {
	margin:0;
	padding:0;
}
	
.smallsubmit {
	background-color: #3D90B8;
	border: 1px solid #2B6480;
	color: White;
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 10px;
	font-weight: normal;
}

.submit {
	background-color: #3D90B8;
	border: 1px solid #2B6480;
	color: White;
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 8px 2px 8px 2px;
}

/* End Form Elements */

/* HEADER STYLES */

#headerleft {
vertical-align: bottom;
}

#headerleft h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 36px;
}

.header-right {
	color:#000000;
	line-height:normal;
}

.header-right a {
	color:#000000;
	line-height:normal;
}

.header-right a:hover {
	color:#000000;
	line-height:normal;
	text-decoration:underline;
}

.headerdiv {
	margin-left: 15px;
	margin-right: 15px;
}

#content {
	background-color:#DCE3E4;
}

#contentarea {
	padding: 5px 15px 15px 15px;
	line-height: 18px;
	color: #7D858E;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	text-align: justify;
}

#contentarea li {
	color: #7D858E;
	margin-bottom: 10px;
	list-style-image: url(images/bullet.gif);
}

#contentarea ol { 
	color: #7D858E;
	list-style-type: decimal;
	margin-left:25px;
	padding-left:25px;
}

#contentarea ol ol {
	color: #7D858E;
	list-style-type: disc;
}

#contentarea ul {
	color: #7D858E;
	list-style-type: disc;
	margin-left: 25px;
	padding-left: 25px;
	margin-bottom: 10px;
}

.quote {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #7D858E;
}

.note {
	color: #000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-weight: normal;
}

.pictureframe {
	border: 1px solid #CCCCCC;
}

.pictureframel {
	border: 1px solid #CCCCCC;
	margin-right: 15px;
}

.pictureframer {
	border: 1px solid #CCCCCC;
	margin-left: 15px;
}

.normaltext {
	color: #7D858E;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
}

.smalltext {
	color: #000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
}

.smalltextb {
	color: #7D858E;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
}

.tinytext {
	color: #7D858E;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-weight: normal;
}

#bottomnav {
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: 20px;
	border-right: 1px solid #3D90B8;
	padding-right:25px;
}

#bottomnav a { 
	color: #3D90B8;
	text-decoration: none;
} 

#bottomnav a:hover {
	color: #3D90B8;
	text-decoration: underline;
}


#footer {
	height:100px;
	background-image:url(images/footer_bg.png);
	background-position: top;
	background-repeat:repeat-x;
	margin:0;
	padding:50px;
}

#footer p {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #7D858E;
	font-size: 11px;
	font-weight: normal;
	line-height: 20px;
	margin:0;
}

#footer a { 
	color: #7D858E;
	text-decoration: none;
} 

#footer a:hover {
	color: #7D858E;
	text-decoration: none;
}

/* Admin Elements */

.tableborder {
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}

.tablehead {
	background-color: #cccccc;
	font-weight: bold;
	color: #333333;
	border-bottom: 1px solid #CCCCCC;
}

.tablerow {
	font-weight: normal;
	color: Black;
	border-bottom: 1px solid #CCCCCC;
}

.leftcolumn {
	font-weight: bold;
	text-align: right;
	padding: 7px 5px 7px 0px;
	background-image:url(images/row_div.png);
	background-position:bottom;
	background-repeat:repeat-x;
	}
	
.rightcolumn {
	padding: 7px 0px 7px 5px;
	background-image:url(images/row_div.png);
	background-position:bottom;
	background-repeat:repeat-x;
	}

/* Vertical Menu */

#leftcol {
	color: #7D858E;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	background-image: url(images/leftcol_bg.png);
	background-position: top right;
	background-repeat: repeat-y;
}

#navcontainer ul {
	line-height: normal;
	list-style-type: none;
	padding: 0;
	width: 128px;
	margin: 0px 0px 0px 0px;
} 

#navcontainer li {
	list-style-image: none; 
	margin: 0;
	padding: 0;
}
 
#navcontainer a { 
	color: #595F66;
	display: block;
	font-size: 13px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	text-decoration: none;
	text-align: left;
	width: 128px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 25px;
	background-image: url(images/leftnav_bullet.gif);
	background-position: 10px 11px;
	background-repeat: no-repeat;
	border: 1px solid #DCE3E4;
}

#navcontainer a:hover {
	color: #FFFFFF;
	border: 1px solid #BDCACC;
	background-image: url(images/leftnav_over.gif);
	background-position: 10px 11px;
	background-repeat: no-repeat;
	background-color: #C8D2D4;
}

#navcontainer li a#current {
	color: #3C4044;
	font-weight:bold;
	background-image: url(images/leftnav_current.gif);
}