@charset "UTF-8";


/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	width:60em;

}
a:link, a:visited
{
text-decoration:none;
color:#FFFFFF;
}

.container {
	width: 100%;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.header 
{

}
.content 

{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #666666;
	padding-top: 5px;
	padding-right: 85px;
	padding-bottom: 10px;
	padding-left: 70px;
	width:50em;
	margin-left:10px;
	
}
#article
 a:link, a:visited
{
color:#0033cc;
}
.content h1 
{
	font-size:1.2em;
	padding-left: 3em;
	padding-right: 3em;
	color:#EBEBE4;
	background-color: #24346d;
	font-weight:800;
	margin-left:-10px;
}

.content h2 
{
	font-size:1.0em;
	color:#333333;
	font-weight:800;
	margin-left:10px;
}
#highlight
{
	font-size:1.0em;
	color:#333333;
	font-weight:800;
	}
.highlight
{
	font-size:1.1em;
	color:#333333;
	font-weight:800;
	}
.footer 
{
width:100%;

}