@charset "utf-8";

/* CSS Document */



/* TAGs */

html {

	height:100%;

}

body {

	margin:0px;

	padding:0px;

	background:#EAE2C6 url(../images/bg.png) repeat;

	height:100%;

	font-family: Tahoma, Arial, Verdana;

	font-size:8pt;

	scrollbar-face-color:       #ac7347;

	scrollbar-highlight-color:  #FFFFFF;

	scrollbar-shadow-color:     #FFFFFF;

	scrollbar-3dlight-color:    #FFFFFF;

	scrollbar-darkshadow-color: #FFFFFF;

	scrollbar-arrow-color:      #FFFFFF;

	scrollbar-track-color:      #FFFFFF;

	color:#7b7b7b;

}

a {

	color:#4B5453;

	margin:3px;

}

a:hover {

	color:#003F34;

	font:bolder;

}



/* IDs */



#wrapper {

	margin:auto;

	background: #9A9D61 url(../images/wrapper-bg.png) repeat-y;
	width: 780px;



}
#header-top {
	background: url(../images/header-top.png) no-repeat;
	height:42px;
	}
	
#header-bottom {
	background: url(../images/header-bottom.png) no-repeat;
	height:68px;
	}

#controls {

	display:block;

	height:10px;

}


#logo img {

}



#topmenu {

	margin:0px;

	width:348px;

	text-align:left;
	

}

#center {

	/*background: #A4A66D;*/
	background:url(../images/content-bg.png) repeat-y;

    margin:10px auto;
	height:100%;
	width:432px;

}

#left {
	display:block;
	background:#B4BA9F;
	vertical-align:top;
	margin:10px;

	text-align:center;

	padding:10px;

	padding-top:10px;

	width:308px;

}

#content {

	background:url(../images/top-accent.png) no-repeat center top;
		
	width:412px;

}

#content1 {

	background:url(../images/content-bg.png) repeat-y;


}

#footer {

	clear:both;

	text-align:center;

	display:block;

	margin-top:15px;

}

#footer #credits {

	color:#666666;

	display:block;
	padding-bottom:15px;

}

/* CLASSES */



#left div.module {

	/*border:3px double #CCCCCC;*/

	margin-top:20px;

	margin-bottom:15px;

}

/* CONTROLS */





/* Main menu */



#bottom {

	background-position:left;

	margin-top: 20px;

	/*background-color:#4B5453;*/




	width: 780px;

	text-align:center;

	margin:auto;

	margin-bottom:5px;

	padding: 12px;

}

#bottom ul {

	margin:0px;

	padding:0px;

	list-style-type:none;

	display:inline;

	border-right:3px double #4a4a4a;

}

#bottom ul li {

	display:inline;

	padding:0px 5px;

	border-left:3px double #4a4a4a;

}

#bottom ul li a {

	font-family:Verdana, Arial, Helvetica, sans-serif;

	color:#006452;

	font-size: 9px;

	text-decoration:none;

	font-weight:bolder;

}

#bottom ul li a:hover {

	color:#3333FF;

	text-decoration:none;

}

/* content styles */

#Mytable div {

	margin:5px;

}

#Mytable div b {

	margin:-5px;

}

#Mytable td {

	padding:-10px;

}

hr {

	border:none;

	color:none;

	border-bottom:1px dashed #a9a9a9;

	height:1px;

}

#searchform {

	margin-bottom:20px;

}

#searchform td {

	margin:0px;

	padding:0px;

}

.boldText {

	font-weight:normal;

	color:#2c6104;

}

#modRecentVisitations {

	padding:10px 0px;
	vertical-align:top;

}

#modRecentVisitations p {

	color:#2C374C;

	margin:2px 10px;

	padding:3px 5px;

	text-align:center;

	font-size:13px;

	padding:5px;

	border-bottom:1px dotted #2C374C;

	background:none;

}

#modRecentVisitations h1, #modRecentVisitations h4, #modRecentVisitations h6 {

	background:#69743F;

	padding-left:5px;

	padding-top:10px;

	height:30px;


	margin:5px 10px;

	font-size:16px;

	text-align:center;

	font-family:"Times New Roman", Times, serif;

	
	color:#ffffff;

}

#modRecentVisitations hr {

	display:none;
	vertical-align:top;

}

#user1 {

	padding:20px 0px;

	display:block;

	width:242px;

}

#user1 h1, #user1 h4, #user1 h6 {

	padding-left:5px;

	/*background:url(../images/butterfly.gif) no-repeat left -2px; */

	margin:5px 10px;

	font-size:16px;

	font-family:"Times New Roman", Times, serif;

	font-style:italic;

	color:#ffffff;

}

#user1 h2 {

	margin:0px;

	margin-bottom:10px;

	margin-right:40px;

	padding:0px;

	font-size:14px;

	font-family:"Times New Roman", Times, serif;

	color:#666666;

	border-bottom:1px dashed #a7a7a7;

}

#user1 p {

	margin:0px;

	padding:0px;

}

#user1 p span {

	display:block;

	padding-right:20px;

	border-right:1px dotted #a9a9a9;

}

