/* Base Elements */


*
{
    margin: 0;
    padding: 0;
    border: 0px;
    border-collapse: collapse;
}
body, option
{
	font-family: helvetica, sans-serif;
	font-size: 13px;
}
body
{
	color: #000;
	text-align: center;
	background: #fff;
}
a
{
	color: #00a6e7;
}
a:hover, #secondnav a:hover
{
	color: #666;
}
#wrapper
{
    margin: 20px auto;
	width: 800px;
	height: 500px;
}
#container
{
	text-align: left;
	width: 800px;
}
#header
{
	height: 93px;
	background: url("../images/GBAD-logo.jpg") no-repeat top left;
	text-align: right;
}
#logo img
{
	width: 263px;
	height: 80px;
	float: left;
}
#secondnav
{
	height: 28px;
    padding-top: 36px;
	text-align: right;
}
#secondnav a
{
	color: #000;
	text-decoration: none;
}
#nav
{
	height: 29px;
	text-align: right;
}
#content
{
	min-height: 220px;
	height:auto !important;
	height: 220px;
	padding: 40px;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
}
p
{ 
    margin-bottom: 12px;
} 
p, ul, ol
{ 
	line-height: 150%;
} 
ul, ol
{ 
    margin: 4px 0px 12px 16px;
} 
span.divider
{ 
    margin: 0px 10px;
	color: #00a6e7;
	font-size: 15px;
} 
dl dt
{
    font-weight: bold;
}
dl dd
{
    margin: 2px 12px 8px 12px;
}



/* Clear Floats */

#header, #footer
{
	clear: both;
}



/* Floats and Home Elements */


#homeGrfx
{
	width: 140px;
	float: left;
}
.logoBox
{
	width: 115px;
	float: left;
}
#highlights
{
	float: right;
	padding: 20px 20px 8px 20px;
	width: 500px;
	border: 1px solid #000;
	background: #c9effe;
}
#highlights p
{
	line-height: 120%;
}
#highlights h5
{
	margin-bottom: 4px;
}
.colR
{
	float: right;
	width: 580px;
}



/* Headings */

h1, h3, h4, .hdr4
{
    color: #00a6e7;
}
h2, h3, h4, .hdr4
{
    font-style: italic;
	margin-bottom: 6px;
}
h1
{
    font-size: 20px;
	margin-bottom: 12px;
}
h2, h3
{
    font-size: 16px;
}
h4, .hdr4
{
    font-size: 14px;
}
h5
{
    font-size: 13px;
}




/* Images */

.imgR
{
	float: right;
	margin: 0px 0px 6px 12px;
	width: auto;
}
.imgL
{
	float: left;
	margin: 0px 12px 6px 0px;
	width: auto;
}




/* Footer */


#footer
{
	font-size: 10px;
	letter-spacing: 1px;
	width: 800px;
    padding: 10px 0px;
	text-align: center;
}

