/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

*
{
border: 0;
margin: 0;
}

body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: #0026ff;
}

#main
{
margin: 0 auto;
width: 994px;
background: #010068 url(images/conbg.jpg) no-repeat bottom;
border-right: 8px solid #ffffff;
border-left: 8px solid #ffffff;
}

#header
{
width: 734px;
height: 141px;
background: url(images/header.jpg) repeat-x bottom;
border-bottom: 8px solid #ffffff;
padding: 0px;
}

#logo
{
padding-left: 40px;
text-align: left;
padding-top: 20px;
height: 86px;
}

#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}


#logo H2 a
{
font-size: 10px;
}

#buttons
{

height: 37px;
margin: 0 auto;
}

#buttons ul {
    padding-left: 0px;
    margin: 0px;      
}

#buttons li {
	display: inline;		
}

#buttons a {
	display: block;
	float: left;
	width: 144px;
	height: 25px;
	background: url(images/menu.gif) no-repeat;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	padding-top: 10px;
	margin-left: 2px;
}

#buttons a:hover {
	width: 144px;
    height: 25px;
	background: url(images/menu_hover.gif) no-repeat;
}

#content
{
width: 994px;
background:url(images/header.jpg) repeat-x top;
}

#content_bg{

}

#left
{
width: 734px;
}

#leftbg a {
	color: #00b8ff;
	text-decoration: none;
}

#leftbg a:hover {
	color: #00b8ff;
	text-decoration: underline;
}

#leftbg{
	background:url(images/leftbg.png) repeat-y;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;

}


#leftbgtop{
	background:url(images/leftbgtop.png) no-repeat;
	width: 728px;
	height: 9px;
	margin: 0 auto;
}

#leftbgbot{
	background:url(images/leftbgbot.png) no-repeat right; 
	width: 724px;
	height: 7px;
	margin: 0 auto;
}

#left H1
{
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
color:#FFFFFF;

padding-bottom: 10px;

}

.line1{
	background:url(images/hr.jpg) no-repeat;
	width: 704px;
	height: 2px;
	margin: 0 auto;
	margin-top: 10px;
	padding-bottom: 10px;
}


#right
{
width: 260px;
float:right;
padding-top: 30px;
}

#right ul 
{
	list-style: none;
	padding: 5px;
	margin: 0px;
	display:block;
	background: url(images/rightbg.jpg) repeat-x top;
	min-height: 144px;
}	

.rightbg{
	
	background:url(images/rightbgbot.jpg) repeat-y;
}

.rightbot{
	background:url(images/rightbot.png) no-repeat;
	height: 7px;
	padding-bottom: 10px;
}

#right ul li{
	margin-left: 10px;
	padding-left: 15px;
	margin-top: 10px;
	background: url(images/ls.gif) top left no-repeat;
}

#categoties h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#025a6c;
	padding-top:3px;
}

#categoties a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight:bold;
	color: #0f1886;
	text-decoration:none;
}

#categoties a:hover{
	color: #025a6c;
	text-decoration:underline;
}

#archives ul li {
	margin-bottom: 5px;
	padding-right: 40px;
}

#archives ul li a{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #12618a;
	font-weight:bold;
	text-decoration: none;
}

#archives ul li a:hover{
	text-decoration: underline;
}


#right h2 {
	height: 21px;
	margin: 0;
	padding-left: 35px;
	padding-top: 35px;
	background: url(images/titleright.png) no-repeat;
	font-size: 18px;
	color: #ffffff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}


#footer
{

	margin: 0 auto;
	font-size: 10px;
	color: #ffffff;
	padding-top: 4px;
	text-align: center;
	clear:both;
}

#footer a
{
color: #ffffff;
font-size: 10px;
text-decoration: none;
}
.padding
{
	padding: 10px;
}