/* 
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 {
	background-color: #1c4369;
	background-image: url(back.jpg);
	background-repeat: repeat-x;
	background-position: left top; 
	font: normal 8pt/13pt verdana, arial,sans-serif;
	color: #1c4369;
}

a, a:visited {
	text-decoration: underline;
	color: #000;
}

a:hover {
	color: #000;
	text-decoration: none;
}

#header {
	width: 680px;
	height: 60px;
	background: #fff url("head.jpg") no-repeat;
	padding-top: 10px;
	font-size: 14pt;
	color: #FFF;
}

#header h2{
	padding-top: 5px;
	font-size: 9pt;
	color: #C2D9EF;	
}

#container {
	width: 680px;
	background: #fff url("sidebar.gif") repeat-y right;
	border-left: solid 10px #fff;
	border-right: solid 10px #fff;
	border-bottom: solid 10px #fff;
	border-top: 0px;
	margin: 0 auto;
	text-align: left;
}

#horizontal {
	width: 560px;
	height: 30px;
/*	background: url(horizontal.gif); */
	font-weight: bold;
	font-size: 8pt;
	padding-top: 6px;
	padding-left: 20px;
	
}

#horizontal a, #horizontal a:visited {
	color: #C2D9EF;
	text-decoration: none;
	margin-right: 15px;
}

#horizontal a:hover {
	color: #FFF;
	text-decoration: none;
}

#right-column {
	color: #000;
	width: 180px; 
	float: right
}

#content {
	float: left;
	width: 485px;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #3366CC;
    padding-right: 5px;	
}

#content h2{
	font-size: 12pt;
	font-weight: bold;
	color: #76A7DC;
	margin-bottom: 5px;
	padding-left: 14px;
}

.black {
	color: #000;
}

p {
margin-bottom: 20px;
/* background: url(articlebg.gif) top left repeat-y; */
}

#footer {
	color: #000;
	background: #F9F9F9;
	clear: both;
	width: 485px;
	height: 20px;
	padding: 4px;
	border: 1px solid #E4E4E4;
}

#footer a, #footer a:visited{
	color: #000;
}

#footer a:hover {
	color: #000;
}

/* Richards Extra Styles */
li {
	display: list-item;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	list-style-position: inside;
	list-style-type: disc;
}

#bluebox {
	float: left;
	width: 94%;
	padding: 10px;
	background-color: #FFFFFF;
	border: thin dotted #3366FF;
	font-size: 12px;
}