a { 
	color: #339A9A;
	text-decoration: none;
} 

a:hover {
	color: #339A9A;
	text-decoration: underline;
}

hr {
	color: #CCCCCC;
}

body {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-color: #02696E;
	background-image:url(images/pagebg.gif);
	background-repeat:repeat;
	margin: 0px;
	padding: 0px;
}

td, p {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

/* Heading Tags */

h1 {
	color: #000066;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	line-height: normal;
}

h2 {
	color: #336600;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
}

h3 {
	color: #663300;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: normal;
}

/* List Elements */

li {
	color: #000000;
}

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

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

/* Form Elements */

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

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

textarea {
	background-color: #F9F9F9;
	border: 1px #CCCCCC solid;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 11px;
	font-weight: normal;
}
	
.smallsubmit {
	background-color: #FFCC00;
	border: 1px solid #2B2B42;
	color: #00001C;
	cursor: hand;
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 10px;
	font-weight: normal;
}

.submit {
	background-color: #FFCC00;
	border: 1px solid #2B2B42;
	color: #00001C;
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 2px 2px 2px 2px;
}

/* End Form Elements */

.contentarea {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: justify;
	line-height: 18px;
	padding: 5px 10px 10px 10px;
	background-color: #FFFFFF;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

.contentarea li {
	color: #000000;
	margin-bottom: 5px;
}

.contentarea ol { 
	color: #000000;
	list-style-type: decimal;
	margin-left:25px;
	padding-left:0px;
}

.contentarea ol ol {
	color: #000000;
	list-style-type: disc;
}

.contentarea ul {
	color: #000000;
	list-style-type: disc;
	margin-left: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
}

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

.note {
	color: #CC0000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-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;
}

.smalltext {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 10px;
}

.tinytext {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 9px;
}


.bottomnav {
	font-size: 10px;
	font-weight: normal;
	color: #505064;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: normal;
	margin-top:15px;
	margin-bottom:18px;
	text-align:center;
	background-color:#003333;
}

.bottomnav a { 
	color: #FFFFFF;
	text-decoration: none;
} 

.bottomnav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.footer {
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 15px;
}

.footer a { 
	color: #FFFFFF;
	text-decoration: none;
} 

.footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* Admin Elements */

.tablerow {
	font-weight: normal;
	color: #000000;
	background-image: url(images/row_div.png);
	background-position: bottom;
	background-repeat: repeat-x;
}

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

.noDoubleClick {
	background-color: #CCCCCC;
	border: 1px solid #999999;
	color: #F4F4F4;
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	cursor: default;
}


/* Vertical Menu */

#navcontainer ul {
	line-height: normal;
	list-style-type: none;
	padding: 0;
	width: 180px;
	margin: 0px;
	border-top: 1px solid #F9F9F9;
	border-bottom: 1px solid #D4D4D4;
} 

#navcontainer li {
	list-style-image: none; 
	margin: 0;
	padding: 0;
}
 
#navcontainer a { 
	border-bottom: 1px solid #F9F9F9;
	border-top: 1px solid #D4D4D4;
	color: #000000;
	display: block;
	font-size: 11px;
	text-decoration: none;
	background-color: none;
	font-weight: normal;
	text-align: left;
	width: 100%;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 15px;
}

#navcontainer a:hover {
	background-color: #CAEFF0;
}

#selected {
	border-bottom: 1px solid #F9F9F9;
	border-top: 1px solid #D4D4D4;
	color: #000000;
	display: block;
	font-size: 11px;
	text-decoration: none;
	background-color: #FBFBFB;
	font-weight: normal;
	text-align: left;
	width: 100%;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 15px;
}

/* Horizontal Navbar */

#navlist
{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

#navlist ul
{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
list-style-type: none;
}

#navlist ul li 
{
font-family:Arial, Helvetica, sans-serif;
font-size: 14px;
float: left;
color: #00001C;
text-align: center;
}

#navlist ul li a
{
color: #00001C;
text-decoration: none;
float: left;
margin: 0px;
line-height: 28px;
padding: 0px 1.6em;
font-weight: bold;
border-right:1px solid #A5A5B0;
}

#navlist li a:hover {
background-color: #EAEAEC;
color: #00001C;
}

#navlist li a#current
{
background-color: #FFFFFF;
color: #CC0000;
}

#navlist li#navdiv {
	color: #666666;
	text-decoration: none;
	float: left;
	margin: 0px;
	border-left: none;
	border-right: none;
	padding: 0px 0px;
	font-weight: normal;
}

.leftcol {
	padding: 0px 0px 15px 0px;
	background-color: #F3F3F3;
	font-size:10px;
	line-height:15px;
}

.leftcol p {
	padding-left:15px;
	font-size:10px;
}

.leftcol h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	padding-left:15px;
}

.leftcol li {
	margin-bottom: 5px;
}

.leftcol ol { 
	color: #333333;
	list-style-type: decimal;
	margin-left:25px;
	padding-left:0px;
}

.leftcol ul {
	color: #333333;
	list-style-type: disc;
	margin-left: 15px;
	padding-left: 15px;
	margin-bottom: 10px;
	list-style-image: url(images/leftbullet.gif);
}


.vdiv {
	background-image:url(images/content_vdiv.jpg);
	background-position:top; 
	background-repeat:no-repeat;
}

.code {
	font-family:"Courier New", Courier, mono;
	font-size:13px;
	color: #000000;
	text-align: left;
}

.rightcol {
	padding: 10px 0px 15px 0px;
	background-color: #F3F3F3;
	font-size:10px;
	line-height:15px;
	text-align:center;
}

.rightcol p {
	font-size:10px;
}

.rightcol h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}



