﻿/*	Website width 920px
	Header height 265px, width 920px
	content width 700px
	sidebar width 200px
*/


html, body{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

body {
	color : black;
	font-family : Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
	background-color: #090bb3;
	background-image: url('images/background2.gif');
	background-repeat: repeat-x;
}

#container{
	width: 920px;
	position: absolute;
	left: 50%;
	margin-left: -460px;
	margin-top: 10px;
}
	
#header{
	height: 271px;
	background-color: #FFFFFF;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: url('images/header5.gif');
}	

#content{
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	width: 708px;
	float: right;
	background-color: white;
	border-right:thin green inset;
	background-image: url('images/p1.gif');
}

#sidebar{
	width: 200px;
	color: #000000;
	background-color: #090bb3;
	padding-left: 10px;
	margin: 0px 0px 0px 0px;
}

.articles{
	width: 200px;
	height:200px;
	color: #999999;
	background-color: #FF00FF;
	padding-left: 10px;
	margin: 120px 0px 0px 0px;

}

h1 {
	font-size: x-large;
	font-weight: bold;
	margin: 10px 20px 0px 0px;
	padding: 10px 10px 0px 10px;
	text-align:center;
	border-bottom:thick blue double;
}
	
h2{ 
	font-size: 15px;
	font-weight:bold;
	margin:10px 0px 10px 0px;
	padding:0px 10px 0px 10px;
}


h3 a:visited, h3 a:link{ 
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
	color:black;
}

h3 a:hover{ 
	font-size: 12px;
	font-weight:bold;
	text-decoration:underline;
	color:black;
}

h5{ 
	font-size: large;
	font-weight:bold;
	text-decoration:underline;
	color:black;
	text-align:center;
}


hr{
	width: 178px;
	text-align: center;
	font-weight: bold;
	color: #1D6704;
}
p {
	font-weight:normal;
	margin:10px 0px 0px 0px;
	padding:0px 10px 0px 10px;
}
	
a:link,a:active,a:visited,a:focus {
	text-decoration: underline;
	color: #000000;
	outline: black none 0px;
}

.sidebar a:link, .sidebar a:active, .sidebar a:visited {
	text-decoration: underline;
	color: #00FFFF;
	outline: black none 0px;
}

.sidebar a:hover{
	text-decoration: underline;
	color: #FFFF00;
	outline: black none 0px;
}

a:hover{
	text-decoration: underline;
	color: #00B2AA;
}

#footer	{
	text-indent: 745px;
	font-style: italic;
	font-size: xx-small;
	background-color: #090bb3;
	padding-top: 10px;
	height: 30px;
	width: 920px;
	clear: both;
}


.menu {
	
	
	width:200px;
	text-align:center;
}

.menu img{
	border-width:0px;
	text-decoration:none;
	outline:black none 0px
}

.sbform {
	width:100%;
	margin-left:50px;
}

.sbform tr {
	width:50%;
}

.center{
	text-align:center;
}

