body {
	background: #000066;
	color: #484848;
	font-size: 11px;
	font-family: Verdana, Arial, Sans-Serif;
	margin: 0px 0px 0px 0px;
	}

body * {margin: 0px; padding: 0px;}

a, a:visited { 
	color: #000066;
	font-weight: normal;
	text-decoration: underline;
	}
a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	}
#container { 
	background: #ffffff;
	width: 964px;
	text-align: left; 
	margin: 10px auto 10px auto; 
	border: 1px solid #cccccc;
	overflow: hidden;
	}
#header {
	width: 964px;
	height: 250px;
	background: #ffffff url(images/header.jpg) repeat-x;
	padding: 0px;
	margin: 0px;
	text-align: left;
	}	


#menu { 
	background: #ffffff;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	border-bottom: 0px solid #888888;
	}
#menu img{
	border: none;
	}
#menu h2 {
	color: #ffffff;
	font-size: 15px;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
		
#menu ul {
	margin: 0px;
	padding: 4px;
	}
	
#menu ul li a {
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-weight: bold;
	font-size: 15px;
	color: #ffffff;
	padding: 8px 20px 8px 20px;
	margin: 0px 0px 0px 0px;
	text-decoration: underline;
	}

#menu ul li a:hover {
	color: #ffffff;
	background: #2397E9;
	padding: 8px 20px 8px 20px;
	text-decoration: none;
	}

* html #content { width: 490px; margin: 20px 20px; }

#content { 
	display: block;
	background: #ffffff;
	width: 660px; 
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	float: center; 
	position:relative;
	padding: 0px;

	}
#content p{
	margin: 0px;
	line-height: 18px;
	padding: 0px 0px 10px 0px;
	}
	
#content p img{
	border: none;
	padding: 0px 10px 10px 0px;
	}
#content h1 {
	color: #484848;
	font-size: 15px;
	font-family: Verdana, Sans-Serif;;
	font-weight: bold;
	padding: 10px 10px 10px 10px;
	line-height: 150%;
	margin: 0px;
	}
	
#content h1 a  {
	color: #484848;
	text-decoration: underline;
	}

#content h1 a:hover {
	color: #2397E9;
	text-decoration: none;
	}

#content h2 {
	color: #484848;
	font-size: 15px;	
	font-family: Verdana, Sans-Serif;;
	font-weight: bold;
	margin: 0px;
	line-height: 120%;
	font-variant: normal;
	}
#content h2 a  {
	color: #000066;
	text-decoration: none;
	font-family: Verdana, Sans-Serif;;
	font-weight: bold;
	}

#content h2 a:hover {
	color: #000066;
	background: none;
	text-decoration: underline;
	}

#content h3 {
	color: #333333;
	font-size: 14px;
	font-family: Helvetica Bold, Arial Bold, Verdana, Sans-Serif;;
	font-weight: bold;
	margin-bottom: 0px;
	line-height: 120%;
	}
#content h3 a  {
	color: #333333;
	text-decoration: none;
	}

#content h3 a:hover {
	color: #2397E9;
	background: #ffffff;
	text-decoration: underline;
	}

#content ol {
	list-style-type: decimal;
	line-height: 18px;
	margin: 0px;
	padding: 0px 0px 10px 30px;
	}
#content ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
	
#content li {
	margin: 0px;
	padding: 0px;
	}
	
#content ul li {
	list-style: square inside;
	margin: 0px 0px 0px 10px;
	padding: 5px 0px 0px 0px;
	}
	
#content ul li a {
	color: #000066;
	text-decoration: underline;
	}

#content ul li a:hover {
	color: #000000;
	text-decoration: underline;
	}


#content img.centered 
{
display: block;
margin-left: auto;
margin-right: auto;
}

#content img.alignright 
{
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}

#content img.alignleft 
{
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}


.alignright 
{
float: right;
}

.alignleft 
{
float: left;
}



#line img .alignright
{
padding-top: 10px;
margin: 0px 0px 0px 0px;
display: inline;
}




blockquote{
	margin: 0px 0px 0px 25px;
	padding: 0px 25px 0px 10px;
	font-style: italic;
	color: #666666;
	border-left: 1px solid #cccccc;
	}
	
#content blockquote p{
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}

.postspace {
	width: 660px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	}
.postspace1 {
	width: 660px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	border-bottom: 0px solid #cccccc;
	}
.postspace2 {
	width: 440px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	}
.postspace3 {
	width: 440px;
	height: 15px;
	margin: 0px;
	padding: 0px;
	}


#sidebar { 
	display: block;
	color: #000000;
	width: 200px;
	float: right; 
	position:relative;
	margin: 20px 20px 20px 0px;
	padding: 0px 20px 0px 20px;
	text-align: left;
	border: 1px solid #cccccc;
	}

* html #sidebar { margin: 20px 20px 20px 10px; }

#sidebar p{
	margin: 0px;
	line-height: 16px;
	padding: 5px 0px 10px 0px;
	}

#sidebar h2 {
	color: #333333;
	font-size: 15px;
	font-family: Helvetica Bold, Arial Bold, Verdana, Sans-Serif;;
	list-style: none;
	padding: 10px 0px 10px 0px;
	margin: 0px;
	border-bottom: 1px solid #cccccc;
	}

#sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	}
	
#sidebar li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul li {
	list-style: none;
	margin: 0px;
	padding: 6px 0px 5px 0px;
	}
#sidebar ul li a {
	color: #000066;
	font-weight: normal;
	text-decoration: none;
	}

#sidebar ul li a:hover {
	color: #000066;
	text-decoration: underline;
	}
#sidebar ul li ul li {
	padding: 10px 0px 0px 15px;
}

#sidebar ul li ul li a {
	color: #000066;
}

#footer { 
	color: #555555;
	background: #ffffff;
	font-weight: normal;
	padding: 0px 20px 10px 20px;
	height: 20px;
	text-align: center;
	clear: both;
	border-top: 0px solid #cccccc;
	border-bottom: 0px solid #cccccc;
	}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
	}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}


#content-top { 
	display: block;
	background: #ffffff;
	width: 940px; 
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	float: center; 
	position:relative;
	padding: 0px;

	}
#content-top p{
	margin: 0px;
	line-height: 18px;
	padding: 0px 0px 10px 0px;
	}
	
#content-top p img{
	border: none;
	padding: 0px 10px 0px 0px;
	}
#content-top h1 {
	color: #484848;
	font-size: 15px;
	font-family: Verdana, Sans-Serif;;
	font-weight: bold;
	padding: 10px 10px 10px 10px;
	line-height: 150%;
	margin: 0px;
	}
	
#content-top h1 a  {
	color: #484848;
	text-decoration: underline;
	}

#content-top h1 a:hover {
	color: #2397E9;
	text-decoration: none;
	}

#content-top h2 {
	color: #484848;
	font-size: 15px;	
	font-family: Verdana, Sans-Serif;;
	font-weight: bold;
	margin: 0px;
	line-height: 120%;
	font-variant: normal;
	}
#content-top h2 a  {
	color: #000066;
	text-decoration: none;
	font-family: Verdana, Sans-Serif;;
	font-weight: bold;
	}

#content-top h2 a:hover {
	color: #000066;
	background: none;
	text-decoration: underline;
	}

