/* CSS Document */
body {

	background-color:#999999;

	font-family:Arial, Helvetica, sans-serif;

	font-size:0.75em;

	color:#333333;

	line-height:20px;
	
	cursor:default;

	margin:0;

	background-position:left;
	
	background-image:url("../images/bg4.jpg");

	background-repeat:repeat-y, repeat-x;
	
	}

/*body {

	background-color:#999999;

	font-family:Arial, Helvetica, sans-serif;

	font-size:0.75em;

	color:#333333;

	line-height:20px;
	
	cursor:default;

	margin:0;

	background-position:center;
	
	background-image:url("../images/main3.jpg");

	background-repeat:repeat-y;
	
	}*/

.style1 {

color:#990000;

font-size:16px;

font-weight:bold;

text-align:center;

}

#container {

	width:850px;
	
	background-color:#F4E5A0;
	
	border-bottom:thick solid #9AB2B5;
	
	border-left:thick solid #9AB2B5;
	
	border-right:thick solid #9AB2B5;
	
	margin:0 auto 0 auto;

}

.article {
		
	margin-left:250px;

	padding:20px;

	margin-bottom:10px;
	
	margin-right:10px;

	font:"Courier New", Courier, monospace;

	color:#333333;
}

#container h1 {

text-decoration:underline;

}

.article p {

font:Arial, Helvetica, sans-serif;

color:#333333;

text-align:justify;

padding: 0 10px 0 10px;

}

#menuholder {

	width:250px;
	
	height:200px;	

	padding:5px;

	float:left;
	
	text-align:center;
	
	color:#990000;
	
	font:Arial, Helvetica, sans-serif;
	
	font-weight:bold;
	
	font-size:16px;

}

#infoholder {

	width:250px;
	
	height:100px;	

	padding:5px;

	float:left;
	
	text-align:left;
	
	color:#990000;
	
	font:Arial, Helvetica, sans-serif;
	
	font-weight:bold;
	
	font-size:12px;

}

#sidebar {

	width:190px;

	background-color:#9AB2B5;

	padding:5px;

	float:right;

	clear:right;

	background-position:bottom right;

	background-repeat:repeat-x;
	
	text-align:center;
	
	margin-left:10px;
}

#sidebarR {

	width:276px;

	background-color:#9AB2B5;

	padding:5px;

	float:left;

	clear:right;

	background-position:bottom right;

	background-repeat:repeat-x;
	
	text-align:center;
	
	margin-right:10px;
	
	margin-top:10px;
}

#sidebarRS {

	width:100px;

	background-color:#9AB2B5;

	padding:5px;

	float:left;

	clear:right;

	background-position:bottom right;

	background-repeat:repeat-x;
	
	text-align:center;
	
	margin-right:10px;
	
	margin-top:10px;
}

#sidebarRS2 {

	width:100px;

	background-color:#9AB2B5;

	padding:5px;

	float:left;

	clear:right;

	background-position:bottom right;

	background-repeat:repeat-x;
	
	text-align:center;
	
	margin-right:10px;
	
	margin-top:10px;
}

#sidebarL {

	width:123px;

	background-color:#9AB2B5;

	padding:5px;

	float:right;

	clear:left;

	background-position:bottom left;

	background-repeat:repeat-x;
	
	text-align:center;
	
	margin-left:10px;
	
	margin-top:10px;
}

#sidebarL1 {

	width:200px;

	background-color:#9AB2B5;

	padding:5px;

	float:right;

	clear:top left;

	background-position:bottom left;

	background-repeat:repeat-x;
	
	text-align:center;
	
	margin-left:10px;
	
	margin-top:10px;
}


#sidebar h1,h3 {
	font-family:Goudy Old Style, Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	color:#000000;
	border:none;
	background-image:none;
}

#sidebar h2 {
	font-family:Goudy Old Style, Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	color:#005e20;
	border:none;
	background-image:none;
}


.comment {
	text-align:center;
	margin: 0 auto 0 auto;
	font:Arial, Helvetica, sans-serif;
	font-size:small;
	color:#999999;
	
}


#vertmenu {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
width: 160px;
padding: 0px;
margin: 0px;
}

#vertmenu h1 {
display: block;
background-color:#FF9900;
font-size: 90%;
padding: 3px 0 5px 3px;
border: 1px solid #000000;
color: #333333;
margin: 0px;
width:159px;
}

#vertmenu ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}
#vertmenu ul li {
margin: 0px;
padding: 0px;
}
#vertmenu ul li a {
font-size: 16px;
display:block;
border-bottom: 1px dashed #C39C4E;
padding: 5px 0px 2px 4px;
text-decoration: none;
color:#990000;
width:200px;
text-align:right;
}

#vertmenu ul li a:hover, #vertmenu ul li a:focus {
color: #FFFFFF;
background-color:#9AB2B5;
}