/* @override 
	http://www.brookwoodstarboard.com/bwsb.css
	http://brookwoodstarboard.com/bwsb.css
*/

/* By Captain Drew
/* Begin Typography & Colors */

* html, body {
	margin: 0;
	padding: 0;
	background-color: white;
}


html {
overflow-y: scroll;
	margin-top: 0;
}

body {
	text-align: center;
	color: #eaf2fd;
	font-size:100%;
	line-height:1.125em;
}

div.intro {
	width: 100%;
	margin: 15px auto 25px;
	display: block;
}

div.goldstripe {
	width: 100%;
	margin: 15px auto;
	display: block;
	background-color: #004fa3;
	color:white;
	float: left;
	height: 50px;
	padding-top: 5px;
}

div.link-duo {
width: 500px; /*can be in percentage also.*/
	height: 30px;
    margin: 4px auto 0;
    padding: 10px;
    position: relative;
	vertical-align: middle;
	font: 1.3em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#leftlink {
	display: inline-block;
	float: left;
	width: 220px;
	margin-right: 30px;
}

#rightlink {
	display: inline-block;
	float: left;
	width: 220px;
}

p.p001 {
	text-align: center;
	color: #5c6991;
	width: 600px;
	margin: 10px auto 15px;
	font: 28px Georgia, "Times New Roman", Times, serif;
}

div.weblink {
	float: left;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

p.weblink {
	font-family: Georgia, "Times New Roman", Times, serif;
}

#leftlink a, #rightlink a {
	text-decoration: none;
	color: #f2fff9;
}

#leftlink a:hover, #rightlink a:hover {
	text-decoration: underline;
	color: #fafbc0;
}

#leftlink a:active, #rightlink a:active {
	text-decoration: none;
	color: #f2fff9;
}

/* @end */