@charset "UTF-8";
/* CSS Document */

body {
	background-color: #022F4E;
	background-image: url(/img/bg.jpg);
	background-repeat: no-repeat;
	background-position:center top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* Structure */
div#frame {
	margin-right:auto;
	margin-left:auto;
	width:600px;
	text-align:left;
}
div#content {
	margin-top:275px;	
	padding:5px 15px 5px 15px;
	font-family:Calibri, Tahoma, Arial, Helvetica;
	font-size:14px;
	color:white;
}
div#two-cols {
	border-top:dotted 1px #FFF; 
	border-bottom:dotted 1px #FFF;
}
div#col-left {
	width:300px; 
	/*border-right:dotted 1px #FFF; */
	float:left; 
	padding-right:15px; 
	padding-bottom:10px;
}
div#col-right {
	width:235px; 
	float:right;
}
div#list-left {
	width:167px; 
	/*border-right:dotted 1px #FFF; */
	float:left; 
	padding-right:15px; 
	padding-bottom:10px;
}
div#list-right {
	width:268px; 
	float:left;
}
.break {
	float:none;
	clear:both;
}

/* Text Style */
h1 {
	font-size:28px;
	font-weight:normal;
	padding-bottom:0px;
	margin-bottom:0px;
}
h2 {
	color: #64879F;	
	font-size:100%;
	font-weight:normal;
	margin-bottom:3px;

}
p.tagline {
	padding-top:0px;
	margin-top:0px;
	color: #64879F;	
}
ul {
	margin-top:5px;
	padding-left:15px;
}
li {
	list-style:square;
	color:#64879f;
	margin-bottom:5px;
}
a {
	color:#64879f;
	border-bottom:1px dotted #64879F;
	text-decoration:none;
}
a:hover {
	color:#66CCFF;
	border-style: 1px dotted #66CCFF;
}
p.intro {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:16px;
	line-height:150%;
	padding-bottom:10px;

}
div#footer {
	font-size:12px;
}
