* {
	margin:0;
	padding:0;
}

option {
	padding:0 2px;
}

p {
	margin:10px 0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color: #E3E3F0;
}

h4,h2 {
	font-size:14px;
	margin:5px 0;
}	

#container {
	
	padding:0 10px;
	width:760px;
	margin:10px auto 0 auto;
	background:white;
}

#header {
	padding:10px 0 15px 0;
	background-color: #FFF;
	background-image: url(/images/logo.png);
	background-repeat: no-repeat;
	background-position: 0px 9px;
}

#header p {
	margin-top:20px;
	float:left;
	padding-left:200px;
	font-size:11px;
	font-weight:bold;
	color:#666666;
}

#search {
	background:url(/images/categories_background.jpg) repeat-x;
	padding:  10px;
	float:right;
	color: #666;
	border: 1px solid #999;
}

#wordsearch{
	padding-right: 5px;
}

#menu {
	clear:both;
	float:left;
	padding:2px 0;
	list-style:none;
	border:1px solid #7177B1;
	border-left:none;
	margin-top:1px;
}

#menu li {
	
	display:inline;
	
}

#menu li a {
	background-color: #E3E3F0;
	border-left:1px solid #7177B1;
	padding:2px 30px 2px 10px;
	text-decoration:none;
	color: #333;
	font-weight:normal;
	
}
#menu li a:hover{
	background:#B6B7D7;
}

#top_content {
	clear:both;	
}

#top_right {
	float:right;
	width:570px;
}

#categories{
	background:url(/images/categories_background.jpg) repeat-x;
	width:176px;
	float: left;
	border:1px solid #CAA200;
	border-bottom:none;
}

#categories li{
	list-style:none;
	padding:10px 5px;
	border-bottom:1px solid #CAA200;
}


#categories a {
	color:#776000;
}

a {
	text-decoration:none;
	color:#394792;
}

#categories a:hover{
	color:black;
}

#categories h1{
	padding-bottom: 10px;	
}

#content {
	clear:both;
}

#home_content {
	position:relative;
	margin-left:-186px;
	width:740px;
}

#left,#right {
	float:left;
	width:75%;
}

#left img {
	margin-right:10px;
}

#right {
	width:25%;
}

#right p{
	padding:10px;
}

.box{
	background-color: #E3E3F0;;
	border:1px solid #7177B1;
}

h1,h5 {
	margin:5px 0;
	padding-top:5px;
	background: url(/images/header_bullet.png) no-repeat top left;
	font-family:"Trebuchet MS", Arial;
	font-size:16px;
	text-transform: uppercase;	
	color:#666666;
	border-bottom:1px solid #CCCCCC;
}

h1 a,h5 a {
	color:#666666;
}

#footer{
	font-size:10px;
	clear:both;
	padding: 5px 0;
	color: #666;
}

#footer p{float:left;}
#footer img{float:right;}

.articles_wrapper td {
	padding-bottom:10px;
}

#top_right td {
	vertical-align: top;
	padding:2px 0;
	border-bottom:1px solid #CCCCCC;
}

#newsletter {
	float:right;
}