* { margin: 0; padding: 0; font-family: arial, helvetica, sans-serif; }

BODY {
	color: #333;
	font-size: 11px;
	line-height: 15px;
	background-image: url(../img/bg_stripe.gif);
}

a { 
	color: #bb0000;	
	text-decoration: none; 
}

a:hover { text-decoration: underline; }

.mainClr {
	background-color: #720202;
}

.subClr {
	background-color: #002658;
}

h2 {
	font-family: arial narrow;
	color: #666;
	font-size: 16px;
	margin-bottom: 5px;
}

h3 {
	font-family: arial narrow;
	color: #720202;
	font-size: 14px;
	margin-bottom: 5px;
}
ul {
	padding: 10px 0 10px 35px;
}

ul.items {
	padding: 0 0 10px 30px;
	line-height: 21px;
}

ul.items a {
	color: #990000;
}

ul.list li {
	margin-bottom: 5px;
}

p {
	margin: 12px 0;
}

#logo {
	display: block;
	position: absolute;
	height: 101px;
	width: 99px;
	top: 5px;
	margin-left: 860px;
	background-image /**/: url(../img/logo.png);		
	z-index: 1000;
}

#frame {
	width: 970px;
	margin: 0 auto;
	padding: 0 4px 0 4px;
	background-image: /**/ url(../img/shad_sides.png);	
}

#shade_bot {
	background-image /**/: url(../img/shad_bot.png);	
	height: 17px;
	width: 978px;
	margin: 0 auto;
}

#main {
	height: auto;
	width: 970px;
	background-color: #fff;
}

#topNav {
	background-image: url(../img/title_inside.jpg);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #990000;
	height: 52px;
	z-index: 500;
}

#navButtons a {
	display: block;
	float: left;
	background-image: url(../img/nav.gif);
	height: 52px;
	font-size: 0;
}

#navButtons a:hover, #navButtons a.hover {
	background-image: url(../img/nav_on.gif);
}


#gbas {
	width: 148px;
	background-position: 586px 0;
}

#gbw {
	width: 112px;
	background-position: 438px 0;
}

#gbcn {
	width: 148px;
	background-position: 326px 0;
}

#gbmc {
	width: 179px;
	background-position: 178px 0;
}

#navButtons {
	float: left;
	width: 587px;	
}

#navBar {
	background-color: #002658;
	color: #fff;
	padding: 0 10px;
	text-align: left;
}

#navBar a {
	line-height: 26px;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
}

#content, #contentHome {
	height: 518px;
	width: 970px;
	overflow: auto;
	z-index: 1;
}

#content_auto {
	min-height: 518px;
	width: 970px;
	z-index: 1;	
	background-position: top right;
	background-repeat: no-repeat;
}

#content.inside {
	background-attachment: scroll;	
	background-position: right;
	background-repeat: no-repeat;
}

	

#news {
	position: absolute;
	margin: 240px 0 0 600px;
	background-image /**/: url(../img/newsbg.png);
	height: 262px;
	width: 361px;
	z-index: 1;
}

#newsContent {
	position: absolute;
	margin: 240px 0 0 600px;
	height: 262px;
	width: 361px;
	z-index: 999;	
}

#footer {
	width: 960px;
	margin: 5px auto 5px auto;
	font-size: 10px;
}

#footer a {
	text-transform: uppercase;
	color: #333;
}


.dropdown {
	display: none;
	color:#fff;
	position:absolute;
	z-index: 1000000;
	background-color: #002266;
	padding: 15px 0;
	border: 12px solid #b30d0d;
}


.dropdown a {
	display:  block;
	white-space: nowrap;
	padding: 0 15px;
	color: #fff;
	line-height: 24px;
}

.dropdown a:hover {
	text-decoration: none;
	background-color: #666;
}


.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}

.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

.insidePad {
	padding: 15px 15px 10px 15px;
	margin-right: 380px;
}

.introText {
 	font-size: 12px;
 	text-align: justify;
 	line-height: 24px;
}


.note {
	font-size: 10px;
	font-weight: normal;
}

.spacer5px {
	height: 5px;
	width: 5px;
	line-height: 5px;
}

.spacer10px {
	height: 10px;
	width: 10px;
	line-height: 10px;
}

.spacer15px {
	height: 15px;
	width: 15px;
}

.spacer20px {
	height: 20px;
	width: 20px;
}

.mgBot5 {
	margin-bottom: 5px;
}

.mgBot10 {
	margin-bottom: 10px;
}

#contactForm td {
	vertical-align: top;
	padding-bottom: 10px;
}

#contactForm label {
	float: right;
	text-align: right;
	margin-right: 10px;
	font-weight: bold;
}


.standards, #contactTable {
	text-align: left;
	background-color: #f0eeef;
}

.standards th, #contactTable th {
	padding: 5px 20px;
	color: #fff;
	font-size: 12px;
	border-right: 5px solid #fff;
	border-bottom: 3px solid #f0eeef;
}

#contactTable th {
	padding: 5px 10px;
}

.standards td {
	border-right: 5px solid #fff;	
	padding: 5px 20px 5px 20px;
	border-bottom: 1px solid #ccc;
}


.submit, #submit, #searchsubmit {
	background-color: #950c00;	
	text-align: center;
	color: #fff;
	font-weight: bold;
	padding: 5px 10px;
	border: 1px solid #ccc;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
}

.submit:hover, #searchsubmit:hover, #submit:hover {
	text-decoration: none;
	background-color: #630901;
	border: 1px solid #ccc;
	border-top: 1px solid #333;
	border-left: 1px solid #333;	

}

.cancel {
	background-color: #ccc;	
	text-align: center;
	color: #666;
	font-weight: bold;
	padding: 5px 10px;
	border: 1px solid #ccc;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
}

#contactTable td {
	vertical-align: top;
	border-right: 5px solid #fff;	
	padding: 5px 8px;
	border-bottom: 1px solid #ccc;
}

#bbTable td {
	vertical-align: top;
	padding-right: 75px;
	line-height: 18px;
}

#appForm th {
	text-align: left;
	background-color: #666;
	color: #fff;
	font-size: 13px;
	padding: 3px 10px;
}

#appForm td {
	padding: 5px 10px;
	line-height: 18px;
}

#appForm input#nome {
	border: 1px solid #999;
	padding: 3px;
	color: #666;
	margin-bottom: 5px;
}


.column1, .column2, .column3 {
	float: left;
	width: 270px;
	margin-right: 50px;
}

.column3 {
	margin-right: 10px;
}

h4 {
	font-size: 12px;
	text-transform: uppercase;
	color: #888;
	margin-bottom: 5px;
}

.gbcn h2 {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #999;
}

.gbcn h3 {
	padding: 3px;
	border: 1px solid #ccc;
}

h1 {
	font-family: arial narrow, arial, helvetica, sans-serif;
	color: #002658;
	display: inline;
	font-size: 18px;
}

#newsFrame {
	width: 700px;
	height: 1000px;
}

.dividerH {
	height: 0;
	line-height: 0;
	border-bottom: 1px solid #afafb0;
	margin-bottom: 15px;
}


BODY.transparent {
	background-color: transparent;
	background-image: none;
}

.title {
	color: #002658;
	font-weight: bold;
	font-size: 13px;
}

.title a.titlelink {
	font-size: 13px;
	font-weight: bold;
	color: #bb0000;
}

.summary {
	font-size: 12px;
	line-height: 17px;
	margin-bottom: 15px;
}

.textsmall {
	font-size: 10px;
	color: #999;
}

.tats img {
	border: 2px solid;
}

.caption {
	padding: 3px 5px;
	background-color: #333;
	color: #fff;
	width: 194px;
	margin: 0 0 15px 0;
	font-weight: bold;
}

#appForm .caption {
	padding: 3px 5px;
	background-color: #333;
	color: #fff;
	width: 194px;
	margin: 0 0 15px 0;
	font-weight: bold;
}

.simple td {
	padding: 3px 10px 3px 0;
	font-size: 12px;
}

.pad15 {
	padding: 15px;
}

.pad10 {
	padding: 10px
}

.bld {
	font-weight: bold;
}

input#s {
	border: 1px solid #ccc;
	padding: 4px 3px;
	color: #666;
}

.hidden {
	display: none;
}

#searchform {
	margin: 10px 0;
}