@charset "utf-8";
/* CSS Document */

/* { padding: 0; margin: 0; } */

a:focus {outline:none;}
img {border: 0;}

* .aaa { font-family: verdana; font-size: 12px; color: #00000; font-weight: bold; text-decoration: none;}

body {
	font-family: "Times New Roman", Times, Arial, Tahoma, serif;
	color: #363636;
	font-size: 11px;
	background-image: url('../images/bg.jpg'); 
	margin: 0;
	padding: 0;
}

* .style2 { color: #FFFFFF; font-size: 14px; }

/* td img {display: block;} */

* .content {
	padding-top:15px;
	padding-bottom:25px;
	width: 790px;
	text-align: left;
	font-family: arial;
	font-size: 11px;
	color: #666666;

}
* .header { 
	font-family: times new roman;
	font-size: 18px;
	color: #662828;
	font-weight: bold;
}
* .news {
	padding-top: 10px;
	padding-left: 7px;
	font-family: verdana;
	font-size: 9px;
	color: #292929;
}
* table.newsbox { background-image:url(../images/news.png); background-repeat: no-repeat;}

* .txtbox {
	font-family: arial;
	font-size: 12px;
}

/*.paddingfix_inner{
padding-top: 12px;
}

*html .paddingfix_inner{
padding-top: 5px;
}
*/
* .bottombar {
	padding-left: 10px;
	font-family: arial;
	font-size: 12px;
	color: #FDF9EE;
	text-decoration: none;
	font-weight: bold;
}

.bottombar a { 
	color: #cbc0a6;
	text-decoration: none;
}

.bottombar a:hover {
	color: #6e2222;
	text-decoration: underline;
}

* .calendar {
	font-family: arial;
	border: 2px solid #D2CBAD;
	padding: 5px;
	white-space: nowrap;
}
* .calendar th {
	background-color: #541A1A;
	font-size: 12px;
	color: #ffffff;
	width: 20px;
	white-space: nowrap;
}
* .calendar td {
	background-color: #F2EAD9;
	font-size: 12px;
	color: #ffffff;
	width: 20px;
	text-align: center;
	cursor: hand;
	white-space: nowrap;
}
* .calendar td#checked {
	background-color: #d4cdb0;
	font-size: 12px;
	font-weight: bold;
	color: #2B2A2A;
	width: 20px;
	text-align: center;
	cursor: hand;
	white-space: nowrap;
}
* .day {
	font-family: arial;
	padding: 8px;
	width: 100%;
}
* .day th {
	background-color: #d4cdb0;
	font-size: 13px;
}
* .day td {
	background-color: #F2EAD9;
	font-size: 12px;
	text-align: center;
}
* .date {
	font-family: arial;
	font-size: 13px;
}

a {
color: #0033CC;
}

a:hover {
color: #0066FF;
}

.innercontenttext p{
padding-right: 15px;
}

.innercontenttext ul li{
padding-right: 15px;
}

/**html .innercontenttext p{
padding-right: 0px;
}
*/
/*  ----- Main Menu---- */

* .mainmenutab{
margin: 0;
padding: 0;
background-color: #6E2222;
width: 640px;
height: 46px;
text-align: center;
border-left: 2px solid #1A1B18;
border-right: 2px solid #373936;
font-family: "Times New Roman", Times, serif;
font-size: 12px;
font-weight:bold;
}

.mainmenutab ul{
margin: 0 auto;
padding: 0px 8px;
float: right;
}

/* hack for safari */
@media screen and (-webkit-min-device-pixel-ratio:0){
.mainmenutab ul{padding: 0px;#}
}

.mainmenutab li{
display:inline;
margin:0;
text-transform:uppercase;
}


.mainmenutab a{
float:left;
color: #FFF2D1;
border-left: 1px solid #823939;
text-decoration:none;
letter-spacing: 1px;
background-color: #6E2222;

}

.mainmenutab a span{
float:left;
display:block;
padding: 0px 15px;
}


.mainmenutab a span.toppadding{
float:none;
padding-top: 7px;
}

.mainmenutab a span.bottompadding{
float:none;
padding-bottom: 7px;
}

.mainmenutab a:hover{
background: #541A19;
color: #FFF2D1;
}

.mainmenutab a:hover span{
background: #541A19;
color: #FFFFFF; text-decoration: none;
}


.mainmenutab a:visited{color: white; text-decoration: none;}
.mainmenutab a:active{color: white; text-decoration: none;}

.mainmenutab .selected a, #mainmenutab .selected a span{ /*currently selected tab*/
background: #6E2222;
}


.dropmenudiv_a{
position:absolute;
top: 0;
left: 700px;/* to fix scroler problem in IE */
border: 1px solid #d1d1d1; /*THEME CHANGE HERE*/
border-top-width: 5px; /*Top border width. Should match height of #mainmenutabline above*/
border-bottom-width: 0;
font:normal 12px Arial;
line-height:18px;
z-index: 100;
background-color: #e0e0e0;
filter:alpha(opacity=90);-moz-opacity:.9;opacity:.9;
width: 200px;
visibility: hidden;
}


.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 5px;
border-top: 0 solid #d1d1d1;
border-bottom: 1px solid #d1d1d1; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: black;
font-weight: bold;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background-color: #FFF2D1;
font-weight:bold;
color: #541A19;
text-decoration: none;
}

* html .dropmenudiv_a a:visited{color: black; text-decoration: none;}
.dropmenudiv_a a:active{color: #541A19; text-decoration: none;}
* html .dropmenudiv_a a:visited:hover{color: #541A19; text-decoration: none;}


a.secondlevel{
font-weight: 100;
text-indent: 18px;
}

/*   bottom Menu   */


/*div layout */

* #wrapper { 
	margin: 0 auto;
	width: 980px;
}

* #headerbanner{
	width: 100%;
	height: 108px;
	background: url(../images/headerbg.jpg) #f8efe0 repeat-x;
	text-align: center;
	}
* #divmainmenu{
	width: 100%;
	background-color: #6E2222;
	height: 46px;
	padding: 0;
	margin: 0;
}

* .maincontainer{
	width: 100%;
	padding: 0;
	margin: 0;
	background-color: #f8efe0;
}

* .altmain{
font-size: 14px;
font-weight: bold;
background: #CCC;
line-height: 26px;
text-align: center;
}

/* edit.com */

ul, ol {
	margin-top:0px;
	margin-bottom:0px;
}

.NormalText, body, td {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #363636;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	font-style:normal;
}

.SmallText {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #363636;
	font-weight: normal;
}

.BrownText {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #662828;
	font-weight: bold;
}

.WhiteText {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
}

.SubHeader {
	font-weight: bold;
	font-size: 14px;
	color: #363636;
}

.SubjectHeader {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #662828;
	font-weight: bold;
}

.WhitePageTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	color: #FFF;
	font-weight: bold;
}