/* CSS Document */
body {
	margin:0;
	padding:0;
	color:#000;
	background:#fff;
	font-family: Verdana, Geneva, sans-serif;
}

h1 {
	font-size:140%;
	color:#0A50A1;
	line-height:1.2;
}

h2 {
	font-size:125%; 
	color:#BF3503;	
}

h3 {
	font-size:125%;
	color:#000;
	letter-spacing:2px;
}

h1,h2,h3,h4 {
	margin:3px 0;
}

h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold;
}

#wrap {
	width:1000px;
	margin:0 auto;
	background: url(image/page_bg.jpg) repeat-y left top;
	border-left: 1px solid #E7E7E7;
	border-right: 1px solid #E7E7E7;
}

#header {
	padding:5px 10px;
	background: url(image/header.jpg) repeat-y left top;
	font-size: 60%;
}
	
#nav {
	padding:5px 0px;
	text-decoration: none;
	background: url(image/nav.gif) repeat-x left top;
	font-size:100%;
}
	
#nav a {
	text-decoration: none;
	color: #ffffff;
	margin: 1px 0px 0px 0px;
	padding: 5px 10px 0px 10px;
	color: #ffffff;

}

#nav ul {
	margin:0;
	padding:0;
	list-style:none;
}
	
#nav li {
	display:inline;
	margin:0;
	padding:0;
}

#nav a:hover {
	color: #000000;
}

#content {
	float:left;	
	padding:5px;
	width:722px;
	font-size:71%;
	color:#404080;
	text-align: justify;
	}	
#content a:link {
	color: #404080;
	text-decoration: none;
}
#content a:visited {
	text-decoration: none;
	color: #404080;
}
#content a:hover {
	text-decoration: underline;
	color:#000000;
}
#content a:active {
	text-decoration: none;
	color: #404080;
}
		
#sidebar1 {
	float:left;
	width:120px;
	padding:5px;
	font-size: 70%;
}
#sidebar1 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#sidebar1 li {
	margin: 0 20px 0 2px;
	padding: 1px 0;
	background: url(image/sidebar_line.gif) repeat-x left bottom;
}
#sidebar1 a:link {
	color: #404080;
	text-decoration: none;
}
#sidebar1 a:visited {
	text-decoration: none;
	color: #404080;
}
#sidebar1 a:hover {
	text-decoration: underline;
	color: #000000;
}
#sidebar1 a:active {
	text-decoration: none;
	color: #990000;
}
	
#sidebar2 {
	float:right;
	width:120px;
	font-size: 70%;
}
#sidebar2 a:link {
	color: #404080;
	text-decoration: none;
}
#sidebar2 a:visited {
	text-decoration: none;
	color: #404080;
}
#sidebar2 a:hover {
	text-decoration: underline;
	color: #000000;
}
#sidebar2 a:active {
	text-decoration: none;
	color: #404080;
}

#adslot {
	clear:both;
}

#search {	
	float:left;
	margin: 0 auto;
	background:#f0f0f9;
}
	
#footer {
	height: 20px;
	margin: 0 auto;
	clear:both;
	background:#0a50a1;
	color: #fff;
	text-align:center;
	vertical-align: bottom;
	font-size:60%;
}
