/* CSS Document */

body {
	background-color: #FFFFFF;
	margin: 5px 2px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 140%;
	color: #333333;
	
}

h1 {
	font-size: 120%;
	line-height: 140%;
	color: #333333;
	font-weight: bold;
	margin:0px;
}

#nav a {
	padding: 0px 5px 10px 11px;	
}

a {
	color: #333333;
	text-decoration: none;
}

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

#content a {
	color: #CC0000;
	text-decoration: underline;
}

#content a:hover {
	color: #333333;
	text-decoration: underline;
}


.main-panel-bkg {
	background-image: url(../assets/main_top_bar.jpg);
	background-repeat: no-repeat;
	padding-left:10px;
	vertical-align: top;
}


.main-panel-bkg2 {
	background-image: url(../assets/main_top_bar2.jpg);
	background-repeat: no-repeat;
	padding-left:10px;
	vertical-align: top;
}

.left-panel-bkg {
	background-image: url(../assets/right_top_bar.jpg);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 10px;
	vertical-align: top;
}



#footer {
	font-size: 10px;
	padding: 10px;
	margin: 0px 
}

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

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

.floatimgleft {
	float:left;
  	border-width: 1px;
	border-style: solid;
	margin-right:10px;
	margin-bottom:1px;
 }
 
 .floatimgright {
	float:right;
	border-width: 1px;
	border-style: solid;
	margin-left:10px;
	margin-bottom:1px;

 }
 
 .imageborder {
 	border-width: 1px;
	border-style: solid;
	border-color: #333333;
	margin-bottom: 10px;
}

 .border {
 	border-width: 1px;
	border-style: solid;
	border-color: #333333;
}

p {

	background-repeat: repeat-x;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

ul {
	padding-left: 14px;
	margin: 0px;
	background-image: url(../assets/spacer.gif);
	background-repeat: repeat-x;
}

ol {
	padding-left: 14px;
	margin: 0px;
}

li {
	padding: 0px 0px 2px 0px;
	margin: 0px;
}

.base {
	background-image: url(../assets/dotty_line2.gif);
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-bottom: 10px;
	background-position: bottom;
}

.border {
 	border-width: 1px;
	border-style: solid;
	border-color: #333333;
}

.searchBox {
	padding-left: 10px;
	margin-left: 10px;
}

.search-base-bkg {
	background-image: url(../assets/search_base_bar.gif);
	background-repeat: no-repeat;
}

.search-base-bkg2 {
	background-image: url(../assets/search_base_bar2.gif);
	background-repeat: no-repeat;
}

.searchBox2 {
	padding-left: 10px;
}

.form-pad {
	margin: 0px;
}

.main-panel-bkg3 {
	background-image: url(../assets/main_top_bar3.jpg);
	background-repeat: no-repeat;
	padding-left:10px;
	vertical-align: top;
}

navigation a {
	color: #000000;
	text-decoration: underline;
	text-align: left;
	}
	
navigation a:hover {
	color: #CC0000;
	text-decoration: underline;
	text-align: left;
	}
	
.cDaughterMain {	
	padding-bottom: 10px;
	padding-left: 10px;
} 

.highlight {
	border: 1px solid #999999;
	background-color: #FFFFCC;
	padding: 10px;
	}

