/* 
Blue blog template 
----------------------
You are free to use
this template in any
way you desire, no
author information or
link back are required.
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font: normal 8pt/13pt verdana, arial,sans-serif;
	color: #808080;
	background-color: #FFFFFF;
}

a, a:visited {
	text-decoration: underline;
	color: #333333;
	background-color: #FFFFFF;
	
}

a:hover {
	color: #999999;
	background-color: #FFFFFF;
}

#header {
	width: 562px;
	height: 60px;
	background: #FFFFFF url(image/header.html) no-repeat;
	padding-top: 30px;
	padding-left: 18px;
	font-size: 14pt;
	color: #ccc;
}

#header h2{
	padding-top: 5px;
	font-size: 9pt;
	color: #96d045;
	line-height: 20px;
	background-color: #F9F9F9;
	margin-right: 5px;
	text-transform: uppercase;
}
#header h1{
	padding-top: 5px;
	font-size: 18pt;
	color: #96d045;
	letter-spacing: 0.6em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 17px;
	text-transform: uppercase;
	background-color: #FFFFFF;
}
#container {
	width: 580px;
	background: #fff url(image/sidebar.html) repeat-y right;
	border: 10px solid #CCCCCC;
	color: #333333;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 12.5%;
	margin-left: auto;
}
#horizontal ul {

}
#horizontal li {
	list-style: none;
	display: inline;
}

#horizontal {
	width: 560px;
	height: 30px;
	background: url(image/horizontal.html);
	font-weight: bold;
	font-size: 8pt;
	padding-top: 6px;
	padding-left: 20px;
	
}

#horizontal a, #horizontal a:visited {
	color: #0e3494;
	text-decoration: none;
	margin-right: 15px;
	background-color: #FFFFFF;
}

#horizontal a:hover {
	color: #96d045;
	text-decoration: none;
	background: #0e3494;
}

#right-column {
	color: #808080;
	width: 134px;
	background: url(image/menutop.html) no-repeat top left;
	float: right;
	padding: 10px;
	border-right: 4px solid #FFF;
	background: #F9F9F9;
}

#content {
	float: left;
	width: 550px;
	margin: 10px 0 0 4px;
}
#content li{
	list-style-type: none;
	
	padding-left: 10px;

}
#content h2{
	font-size: 12pt;
	font-weight: bold;
	color: #0e3494;
	margin-bottom: 5px;
	padding-left: 14px;
	background: url(image/h2bg.html) top left repeat-y;
	background: #fff;
}
#content h3{
	font-size: 11pt;
	font-weight: bold;
	color: #97D045;
	margin-bottom: 5px;
	padding-left: 14px;
	background: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #0E3494;
	line-height: 15px;
	margin-left: 15px;
	margin-right: 15px;
}


p {
margin-bottom: 20px;
padding-left: 14px;
background: url(image/articlebg.html) top left repeat-y;
}

input.text {
	width: 70px;	
	border: 1px solid #ccc;
}





#footer {
	color: #333333;
	background: #F9F9F9;
	clear: both;
	width: 562px;
	margin-left: 4px;
	height: 60px;
	border: 1px solid #E4E4E4;
	text-align: center;
	padding: 4px;
}

#footer a, #footer a:visited{
	color: #333333;
	background: #F9F9F9;
}

#footer a:hover {
	color: #808080;
	background: #F9F9F9;
}
img {
}





.menuitems{
   padding-left:15px;
   padding-right:10px;
}
