@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background-color:#666666;
	font-family: arial, helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: black;
}

table.master{
	width: 765px;
	border:#333333 solid 1px;
	background-image:url(images/content.gif);
	}

td {
	vertical-align:top;
}

#top {
	background-image:url(images/banner4.gif);
	background-repeat:no-repeat;
	background-color:#c1b9b1;
	margin:0px;
	height:110px;
	width:765px;
}

#left {
	float:left;
	left:0px;
	width:190px;
	}

#center {
	margin-left:194px;
	margin-right:192px;
	left:384px;
	min-height:450px;
}

#right {
	float:right;
	left:574px;
	width:190px;
}

#bottom {
	background-color:#beb3b2;
	/*border-bottom:thick #beb3b2 solid;*/
	width:765px;
	clear:both;
}

#b_left {
	float:left;
	left:0px;
	width:210px;
}

#b_right {
	float:right;
	right:0px;
	width:210px;
}

#main_menu {
	position:relative;
	color:#ffffff;
	background-image:url(images/menuBack2011.gif);
	background-repeat:repeat-x;
	background-color:#666666;
	top: 90px;
	left:0px;
	height:30px;
	width:765px;
	text-align:center;
	line-height:30px;
	/*border-bottom:medium #beb3b2 solid;*/
	}

#crumbs {
	position:relative;
	left:2px;
	top:0px;
	width:85%;
	height:20px;
	margin-top:4px;
	padding-top:4px;
}

p{
	text-align:left;
	font-size:12px;
	margin:10px;
	}

p.bigger {
	font-size:13px;
}

p.center {
	text-align:center;
}

p.right {
	text-align:right;
}

p.menu {
	font-size:12px;
	font-weight:bold;
	margin:0px;
	display:inline;
	/*padding-left:20px;
	padding-right:20px;*/
}

p.sub_menu  {
	font-size: 12px;
	margin:4px;
	margin-left:10px;
	padding-right:20px;
	
	}

p.sub_menu_red  {
	font-size: 12px;
	margin:4px;
	margin-left:10px;
	font-weight:bold;
	color:#CC0000;
	
	}

p.bottom_menu {
	font-size:xx-small;
	text-align:center;
	color:#333333;
	padding:4px;
	padding-left:0px;
	margin:0px;
}

p.crumbly {
	font-size:xx-small;
	text-align:left;
	color:#666666;
	vertical-align:middle;
}

h1{
	font-size: 12px;
	font-weight: bold;
	margin:10px;
	color:#000000;
}

h2{
	font-size:13px;
	font-weight: bold;
	padding-right:6px;
	padding-top:6px;
	padding-bottom:0px;
	margin:0px;
	margin-left:8px;
	margin-right:4px;
	color:black;
	display:block;
}

h3{
	font-size: 12px;
	font-weight: bold;
	margin:10px;
	padding-top:10px;
	padding-bottom:0px;
	border-top:#CCCCCC thin solid;
	color:#990000;
}

h4{
	font-size: 16px;
	font-weight: bold;
	font-style:italic;
	padding:2px;
	color:#CC0000;
	text-align:center;
}

h1.photo_test {
		border-bottom: #CC0000 solid 2px;
		padding-bottom:8px;
}

h3.plain {
	border-top:none;
}


hr.menu_sep {
	height:2px;
	color:#999999;
	width:90%;
	margin:4px;
	text-align:left;
	margin-top:0px;
	margin-bottom:0px;
	background-color:#999999;
	border:none;		
}

hr.red {
	height:2px;
	color:#CC0000;
	width:95%;
	text-align:center;
	background-color:#CC0000;
	border:none;
	margin:0px auto;
}

hr.grey {
	height:2px;
	color:#CCCCCC;
	width:95%;
	text-align:center;
	background-color:#CCCCCC;
	border:none;
	margin:0px auto;
}

img.float_r {
	float:right;
	margin-right:8px;
}

img.float_l {
	float:left;
	margin-right:8px;
}

img.noBorder {
	border:none;
	
}


li {
	list-style-image:url(images/square01.gif);
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	margin:6px;
	margin-left:-15px;
	padding-right:20px;
}

li.arrow{
	list-style-image:url(images/arrow01.gif);
	
}

a:link {text-decoration:none; color:#000000;}
a:hover {text-decoration:none; color:#000000; border-bottom:#000000 1px solid;}
a:visited {text-decoration:none; color:#000000;}

.menu a {
	color:white;
	text-decoration:none;
	margin-left:20px;
	margin-right:20px;
} 

.menu a:hover {
	color:white;
	border-bottom:#ffffff 1px solid;
} 

.sub_menu_red a:link {text-decoration:none; color:#CC0000;}
.sub_menu_red a:hover {text-decoration:none; color:#CC0000; border-bottom:#CC0000 1px solid;}
.sub_menu_red a:visited {text-decoration:none;color:#CC0000;}

.crumbly a:link {text-decoration:none; color:#666666;}
.crumbly a:hover {text-decoration:none; color:#666666; border-bottom:#666666 1px solid;}
.crumbly a:visited {text-decoration:none; color:#666666;}

.blue_link a:link {text-decoration:none; color:#003399;}
.blue_link a:hover {text-decoration:none; color:#003399; border-bottom:#003399 1px solid;}
.blue_link a:visited {text-decoration:none; color:#003399;}


/*-------------------------next for download pages-----------------------------------------*/

table.noBack{
	width: 765px;
	}

table.info {
	font-style:normal;
	font-weight:normal;
	width:90%;
}

.thead {
	background-color:#003399;
	text-align:center;
	color:#FFFFFF;
	border:#CCCCCC solid 1px;
}

.ltBlueBack {
	background-color:#99CCFF;
}

td.infoCell {
	border:#CCCCCC solid 1px;
}

td.infoCellR {
	border:#CCCCCC solid 1px;
	text-align:right;
}

td.infoCellC {
	border:#CCCCCC solid 1px;
	text-align:center;
}

#full {
	margin-left:0px;
	margin-right:0px;
	left:0px;
	min-height:450px;
}

p.italic {
	font-style:italic;
}

li.num {
	list-style-image:none;
}
