/* 
 * Basic Elements 
 */

* {
	margin: 0;
  padding: 0;
}

body {
	color: #555555;
	background-color: #000000;
	margin: 20px 0px 0px 0px;
	padding: 0;
	font-family: "Verdana",Lucida,Verdana,sans-serif;
	font-size:11px;
	line-height:1.6em;
}

img { border: 0px; }

p {
	margin-bottom: 15px;
	padding: 0px;
}

h1 {
	clear:left;
	color:#020F1C;
	font-size:22px;
	font-weight:500;
	font-weight:bold;
	line-height:18px;
	
	margin:0px 0px 5px 0px;
}
   
h2 {
	clear:left;
	color:#020F1C;
	font-size:14px;
	font-weight:500;
	font-weight:bold;
	line-height:18px;
	
	margin:0px 0px 5px 0px;
}

h3 {
	clear:left;
	color:#020F1C;
	font-size:14px;
	font-weight:500;
	line-height:18px;
	
	margin:0px 0px 5px 0px;
}


strong {
	background-color:#D1F878;
	font-weight: normal;
   padding:0px 3px 0px 3px;
}

a:link 		{color: #000000;}  /* unvisited link */
a:visited {color: #000000;}  /* visited link */
a:hover 	{color: #990000; text-decoration: underline;}  /* mouse over link */
a:active 	{color: #000000;}  /* selected link */

/* Unique id's */
#container {
		width:900px;
		margin:auto;
		text-align:left;
		position:relative;
}

#utility_bar {
	width:100%;
	height: 25px;
	margin-top: 5px;
	margin-bottom: 8px;
}

#utility_bar_left {
	float: left;
}

#utility_bar_right {
	float: right;
	text-align:right;
}

#header {
	height: 410px;
	text-align: center;
	background-color: #FFFFFF;
	margin-top: 5px;
	background-image:url(images/Header.png);
	background-repeat: no-repeat;
	clear: both;
}

#smallheader {
	height: 60px;
	text-align: center;
	background-color: #FFFFFF;
	margin-top: 5px;
	background-image:url(images/content_top.png);
	background-repeat: no-repeat;
	clear: both;
}

#headline {
	text-align: center;
	color:#000000;
	font-size:0.9em;
	padding-top:2px;
	padding-bottom:2px;
	width: 100%;	
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
	
}
 
#content {	
	background-color:#FFFFFF;
	padding-top:40px;
	background-image:url(images/Gradient.png);
	background-repeat: no-repeat;
	
}

#announce {
	width:100%;
	float:center;
	clear: both;
	text-align: center;
	padding-bottom:20px;
	padding-top:20px;	
}

#note {
	width:100%;
	float:center;
	clear: both;
	text-align: center;
	padding-bottom:10px;
	padding-top:20px;	
}


#specs {
	width:100%;
	border-top:1px solid #000000;
	float:left;
	padding-bottom:0px;
	padding-top:20px;	
}

#content_bottom {
	clear: both;
	background-image: url(images/content_bottom.png);
	height:17px;
}

#footer {
	color: #7F7F7F;
	font-size: 1.2em;
	text-align: center;
}

/* Classes */
.draw_line {
	border-top:1px solid #000000;
}

.float_left {
	float: left;
	margin:2px 10px 0px 10px;
}

.float_right {
	float: right;
	margin:2px 10px 0px 10px;
}

.center {
	margin-left:auto; margin-right:auto;
}

.header_txt {
	color: #FFFFFF;
	background: none;
}

.justified_txt {
	text-align: justify;
}

.aRow {
	float:left;
	margin-bottom:20px;
	width: 100%;
}

.aColumn {
	float:left;
	padding:0px 10px;
	position:relative;
	width:280px;
}

.list {
	list-style-image:url(images/Bullet.png);
	list-style-position:outside;
	list-style-type: disc;
	margin:0pt;
	padding:0px 0px 10px 15px;
}

.question {
	float:left;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom:20px;
	width: 90%;
}

