@charset "utf-8";

h1 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #003768;
	margin-bottom: 10px;
	margin-top: 0px;
}
h2 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #003768;
	margin-bottom: 10px;
	margin-top: 0px;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	margin-top: 20px;
	margin-bottom: 10px;
}
a:link, a:visited {
	color: #0000FF;
	text-decoration: underline;
}
a:hover, a:visited:hover {
	color: #FF0000;
}
img {
	border: 0;
	padding: 0;
	margin: 0;
}
p {
	margin: 10px 0 14px 0;
	padding: 0;
	font-size: 13px;
}
form {
	margin: 0;
}

.right {
	border: 0px solid #999999;
	float: right;
	margin-left: 30px;
	margin-bottom: 20px;
}
.left {
	border: 0px solid #999999;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}


body {
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	background-color: #EEEEEE;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.container {
	width: 970px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DDDDDD;
	border-left-color: #DDDDDD;
	background-color: #FFFFFF;
}

.header {
	height: 117px;
	width: 970px;
	margin: 0;
	padding: 0;
}


.navigation {
	float: left;
	width: 185px;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	background-image: url(img/nav-bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.navigation p {
	margin: 0;
	padding: 20px 0 0 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.navigation a:link, .navigation a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.navigation a:hover, .navigation a:visited:hover {
	color: #ffff9b;
}
.navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.navigation li {
	position: relative;
	width: 128px;
	text-align: left;
	cursor: default;
	background: url(img/navicon.gif) no-repeat 13px 50%;
	padding: 10px 0 10px 47px;
	margin: 0;
}
.navigation li ul {
	display: none;
	position: absolute;
	top: 0px;
	left: 165px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 10px;
	margin: 0;
	width: 170px;
	border: solid 1px #CCCCCC;
	background-color: #fffff2;
}
.navigation li li {
	background: url(img/navicon-clear.gif) no-repeat 13px 50%;
	padding: 10px 7px 10px 47px;
	margin: 0;
}
.navigation li li a:link, .navigation li li a:visited {
	color: #555555;
}
.navigation li li a:hover, .navigation li li a:visited:hover {
	color: #FF0000;
}

.navigation li:hover ul, .navigation li.over ul {
	display: block;
}




.content {
	padding: 15px 40px 15px 40px;
	width: 700px;
	margin: 0px;
	min-height: 400px;
	float: left;
}
.content p {
	text-align: justify;
}
.content form {
	margin: 0px;
	padding: 0px;
}

.content .articletitle {
	font-size: 16px;
	margin: 25px 0 2px 0;
	padding: 0;
}
.content .articleauthor {
	font-size: 11px;
	margin: 0;
	padding: 0;
}
.content .articlepreview {
	font-size: 12px;
	margin: 5px 0 0 0;
	padding: 0;
}



.footer {
	clear: both;
	width:962px;
	height: 16px;
	background-color: #EEEEEE;
	color: #999999;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DDDDDD;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}

.footerleft {
	float:left;
	width:500px;
}
.footerleft a:link, .footerleft a:visited {
	color: #1893d4;
	text-decoration: none;
}
.footerleft a:hover, .footerleft a:visited:hover {
	color: #FF0000;
}

.footerright {
	float:right;
	width:200px;
	text-align:right;
}
.footerright a:link, .footerright a:visited {
	color: #1893d4;
	text-decoration: none;
}
.footerright a:hover, .footerright a:visited:hover {
	color: #FF0000;
}

