/* CSS Document */

body {
	margin:0;
	font: 76% Verdana,Tahoma,Arial,sans-serif;
	color:#555555;
	background:#FFFFFF url(bg.gif) repeat-y center;
	text-align:center;
}

a {
	color:#4D87CE;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#2a65ad;
}

ol,ul {

}

li {

	line-height:20px;
	text-align:left;

}

#header {
	width:781px;
	margin: 0 auto 0 auto;
	background-color:#F5F5DC;
	border-bottom:2px solid #d8efa6;
	border-top:5px solid #94ae62;
	padding-top:5px;     
        padding-bottom:5px;
	color:#6C534A;
}


#header a {
	color:#6C534A;
}

#header a:hover {
	text-decoration: underline;
	color:#6C534A;
}


#content {
	width:800px;
	margin:0 auto 0 auto;
	text-align:left;
}


	background-repeat:no-repeat;
	
}
.logo {
	float:right;
	margin-right:30px;
	margin-left:10px;
	
}
.clearer {
	clear:both;
}

#sidebar {
	width:60px;
	float:right;
	font-size: 0.9em;
	line-height: 1.5em;
	color:#6C534A;
	text-align:left;

        padding-left:0px;

}
#sidebar h1 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:14px;
	text-transform:uppercase;
	font-weight:normal;
	border-bottom:1px solid #eeeeee;
	color:#728c40;
	text-align:left;
}

.submenu {

	
}

.submenu a {
	display:block;
	width:100%;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: normal;
      	background-position:right;
	background-repeat:no-repeat;
	padding:5px;
	padding-right:0;
}

.submenu a:hover {
	background-color:#eeeeee;
	color:#00008B;
	background-repeat:repeat-y;

}

#mainbar {
     	margin-right:20px;
	padding-right:35px;
	line-height: 1.6em;
        text-align:center;
	
}

#mainbar h1 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#DC143C;
}

#mainbar h2 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#DC143C;
}

#mainbar p {
	padding:15px;
	line-height:20px;
}

#mainbar .articleimg {
	float:right;
	padding:5px;
	margin-left:15px;
	margin-top:15px;
	margin-bottom:15px;
}
#mainbar a {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;font-size:12px;
	font-weight:normal;
	border-bottom:1px solid #eeeeee;
	color:#728c40;
    
	width:100%;

	background-position:right;
	background-repeat:no-repeat;
	padding:5px;
	color:#556B2F;
}
#mainbar a:hover {
	background-color:#eeeeee;
	color:#A0522D;
	
}


#footer {
	width:781px;
	background-color:#F5F5DC;
	border-top:2px solid #d8efa6;
	border-bottom:2px solid #d8efa6;
	padding-top:5px;     
        padding-bottom:5px;
	color:#6C534A;
}
#footer a {
	color:#6C534A;
}
#footer a:hover {
text-decoration: underline;
	color:#6C534A;
}

