@charset "UTF-8";

body{
	margin:0;
	padding:0;
	font-family: 'Open Sans', sans-serif;
	font-size:1.0em;
	background:#133862 url(background.gif) repeat-y left top;
	color:#676767;
	font-weight:300;
}

/*
a:link{text-decoration:none; color:#676767; border-bottom:1px dotted #676767;}
a:visited{text-decoration:none; color:#676767; border-bottom:1px dotted #676767;}
a:hover{text-decoration:none; color:#676767; border-bottom:1px solid #676767;}
a:active{text-decoration:none; color:#676767; border-bottom:1px solid #676767;}
*/

#content{
	width:400px;
}

#brand{
	float:left;
	width:267px;
	margin:50px 0 30px 55px;
}

#brand a, 
#brand a:visited,
#brand a:hover,
#brand a:active{
	border:none;
}

h1{
	float:left;
	margin:40px 0 15px 0;
	padding:5px 15px 5px 53px;
	font-size:1.4em;
	font-weight:600;
	line-height:1.0em;
	background:#133862 url(headlinebackground.gif) repeat-y;
	color:#FFFFFF;
	text-transform:uppercase;
}

p{
	float:left;
	padding-left:53px;
}


p a,
p a:visited{
	text-decoration:none;
	color:#676767;
	border-bottom:1px dotted #676767;
}

p a:hover,
p a:active{
	color:#FFFFFF;
	text-decoration:none;
	background:#133862;
}