body {
	/*background-image: url('/images/bg.gif');
	background-repeat: repeat-x;*/
	background-color: #f0f7ff; /* #242424; */
	font-family: verdana, helvetica, tahoma;
	font-size: 10px;
}

td {
	font-family: verdana, helvetica, tahoma;
	font-size: 10px;
}

.thumb_box {
	border: 1px solid #000000;
}

.link {
	font-family: verdana, helvetica, tahoma;
	font-size: 10px;
	color: #910000;
}

.content_link {
	font-family: verdana, helvetica, tahoma;
	font-size: 10px;
	color: #cc0000;
}

.tags {
	font-family: verdana, helvetica, tahoma;
	font-size: 10px;
	color: #cc0000;
}

.copyright {
	font-family: arial, helvetica, tahoma, verdana;
	font-size: 11px;
	color: #FFFFFF;
}

.top_links {
	background-color: #6CB6FF;
	font-family: arial, helvetica, tahoma, verdana;
	font-size: 12px;
	padding: 2px;
}

.header {
	font-family: arial, helvetica, tahoma, verdana;
	font-size: 24px;
	color: #000066;
	font-weight: bold;
	line-height: 40px;
}

.header_link {
	font-family: verdana, helvetica, tahoma;
	font-size: 16px;
	color: #006699;
	font-weight: bold;
	padding-bottom: 10px;
}

.header_link2 {
	font-family: verdana, helvetica, tahoma;
	font-size: 12px;
	color: #006699;
	font-weight: bold;
}

h4 {
	padding: 2px;
	margin: 0px;
	font-family: verdana, helvetica, tahoma;
	background-color: #006699;
	color: #FFFFFF;
	font-size: 16px;
}

h2 {
	padding: 0px;
	margin: 0px;
}

#myform{ /*CSS for sample search box. Remove if desired */
float: right;
margin: 0;
margin-top: 4px;
padding: 0;
}

#myform .textinput {
width: 150px;
border: 1px solid #242424;
}

#myform .submit{
border: 1px solid #000099;
color: #FFFFFF;
background-color: #006699;
}

/* Pagination */
.pagination{
	padding-bottom: 10px;
	padding-top: 10px;
}

.pagination ul{
	margin: 0;
	padding: 0;
	text-align: center; /*Set to "right" to right align pagination interface*/
	font-size: 15px;
}

.pagination li{
	list-style-type: none;
	display: inline;
	padding-bottom: 1px;
	padding-right: 4px;
}

.pagination a, .pagination a:visited{
	padding: 0 5px;
	border: 1px solid #9aafe5;
	text-decoration: none; 
	color: #2e6ab1;
}

.pagination a:hover, .pagination a:active{
	border: 1px solid #2b66a5;
	color: #000;
	background-color: #99ccff;
}

.pagination a.currentpage{
	background-color: #2e6ab1;
	color: #FFF !important;
	border-color: #2b66a5;
	font-weight: bold;
	cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
	background-color: white;
	cursor: default;
	color: #929292;
	border-color: #929292;
	font-weight: normal !important;
}

.pagination a.prevnext{
	font-weight: bold;
}

/* new navigation */

.ddcolortabs{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.ddcolortabs ul{
font: normal 11px verdana, arial, sans-serif;
margin:0;
padding:0;
list-style:none;
}

.ddcolortabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
}


.ddcolortabs a{
float: left;
color: white;
background: #006699 url(/images/nav/color_tabs_left.gif) no-repeat left top;
margin:0 2px 0 0;
padding:0 0 1px 3px;
text-decoration:none;
}

.ddcolortabs a span{
float:left;
display:block;
background: transparent url(/images/nav/color_tabs_right.gif) no-repeat right top;
padding: 6px 8px 3px 7px;
}

.ddcolortabs a span{
float:none;
}

.ddcolortabs a:hover{
background-color: #309bd1;
}

.ddcolortabs a:hover span{
background-color: #309bd1;
}

.ddcolortabs a.current, #ddcolortabs a.current span{ /*currently selected tab*/
background-color: #309bd1;
}

.ddcolortabsline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background: #309bd1;
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

.tabcontainer{
clear: left;
width:95%; /*width of 2nd level sub menus*/
height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

.tabcontent{
display:none;
}

#content_area ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#content_area li {
    cursor: finger;
	cursor: pointer;
	display: block;
	width: auto;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px dotted #c7c4b0;
}

#content_area li a {
	text-decoration: none;
}

/* Photo Zoom CSS */
div.zoom img { float:left;
margin:0px 0px 5px 10px;
border:1px solid #369 }
/* End Photo Zoom CSS */
