*{ margin: 0; padding: 0; }*
body {
	font: .8em Arial, Sans-Serif;
	line-height: 1.8em;
	color: #444;
	background-color: #eeeeee;
}
h2 { margin: 0 0 10px; padding: 10px 0 3px;COLOR: #6587E0; text-decoration: none; }
h3 {
	padding-left: 10px;
	color: #fff;
	font-size: 1em;
	height: 24px;
	line-height: 24px;
	background-color: #CD0B05;
}
h4 {
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: underline;
}
h5 {
	padding-left: 10px;
	color: #fff;
	font-size: 1em;
	height: 30px;
	line-height: 30px;
	background-color: #CD0B05;
}
h6{
	padding-left: 30px;
	color: #fff;
	font-size: 1em;
	height: 30px;
	line-height: 30px;
	background-color: #6587E0;
}
p { margin: 5px 0 10px 0; }
img { border: none; }
.contactdetails {
	border: 1px;
	line-height: 1.3em;
	font-size: 12px;
	border-color: #CD0B05;
}
#menu {
	margin-top: 67px;
	height: 28px;
	background-color: #CD0B05;
	color: #FFFFFF;

}
#header {
	background: #0109b3 url(images/header.jpg);
	height: 163px;
	background-repeat: no-repeat;
}
#header h1 {
	font-size: 36px;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 40px 0 5px 210px;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
#header h2 {
color: #eee;
font-size: 19px;
font-weight: 100;
padding: 0 0 0 11px;
letter-spacing: -1px;
line-height: 12px;
}
#flashheader {
	background-color: #FFFF00;
	padding: 10px;
	width: 610px;
	height: 150px;
}
#wrap {
	padding: 0px 15px 0px 15px;
	width: 890px;
	margin:0px auto 0px auto;
	background: #fff;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
}
#content {
	height: 100px;
}
#left {
	float: left;
	width: 220px;
	margin-bottom: 10px;
	margin-top: 10px;
	background-image: url(images/marble.jpg);
	background-repeat: repeat-y;
	height: 620px;
}
#left ul {
	list-style: None;
}
#left a {
	padding-left: 10px;
	color: #0066FF;
	font-size: 1em;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	display: block;
}
#left a:visited {
	color: #0033FF;
	padding-left: 10px;
}
#left a:hover {
	color: #0066FF;
	font-size: 1em;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	background-color: #FFFAB7;
}
#right {
	margin-bottom: 10px;
	float: right;
	width: 630px;
	padding: 0 10px 10px 10px;
	margin-top: 10px;
}
	
#footer {
	font-size: 11px;
	text-align: center;
	padding: 5px 5px;
	background-color: #0109b3;
	color: #FFFFFF;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
.articles {
	background-image: url(images/article-bg.png);
	background-repeat: repeat-y;
}

