div.header {
	height: 230px;
	background-image:url(images/header.gif);
	background-position: center;
	background-repeat: no-repeat;
	
}

body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #0C0B1E;
	background-repeat:repeat;
	background-image: url(images/bgtile.jpg);
	background-position: top left;
}

#frame {
	background-color: #FFF;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;

}

#menu ul {
	margin: 0;
	padding: 0;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	width: 100%;
	background-color:#425163;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}



#menu ul li{
display: inline;
}

#menu ul li a{
float: left;
color: #FFFFFF;
padding: 7px 24px;
text-decoration: none;
margin-left: 3px;
}

#menu ul li a:visited{
	color: #FFFFFF;
}

#menu ul li a:hover{
	color: #BFC8D9;
}

a:link, a:visited { color: #036;}
a:hover, a:active { color: #000000;}

div.main {
	color: #333;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 17px;
	background-image:url(images/articlebg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	padding-left:20px;
	padding-right:20px;

}

.imgleft {
	float: left;
	margin: 0px 10px 5px 0px;
	border: 1px solid #333333;
}

.imgright {
	float: right;
	margin: 0px 0px 5px 10px;
	border: 1px solid #333333;
}

.img {
	margin: 5px 5px 5px 5px;
	border: 1px solid #333333;
}

table {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	;
	color: #000000;
}

th {
	background-color:#eeeeee;
	text-align:left;
}

hr {
	color: #FFFFcc;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #333;
	font-weight: bold;
	background-position: top;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	padding-top: 30px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333;
	font-weight: bold;
}

div.article {
	clear: both;
	border-top: 1px solid #bbbbbb;
	
}

div.footerbar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-color:#425163;
	border-top: 1px solid #000000;
	color: #FFFFFF;
	text-decoration: none;
	text-indent: 10px;
	padding: 10px;
}

.footerbar a:link, .footerbar a:visited { color: #FFFFFF; text-decoration: none;}
.footerbar a:hover, .footerbar a:active { color: #BFC8D9; text-decoration: none;}

