body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 14pt;
	line-height: 18pt;
	background-color: #FBA423;
	height:100%;
	color: #333;
	margin: 0px;
}
#intro {
	width: 720px;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	color: #1376BC;
	margin-bottom: 20px;
	clear: both;
	float: left;
	margin-top: 20px;
}

#text {
	margin-top: 20px;
	width: 720px;
	margin-bottom: 20px;
}

h1 {
	font-size: 14pt;
	font-style: normal;
	line-height: 18pt;
	color: #1376BC;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
#topcorners {
	height: 40px;
	width: 960px;
	background-image: url(img/corners_top.gif);
	background-repeat: no-repeat;
}
#botcorners {
	height: 40px;
	width: 960px;
	background-image: url(img/corners_bot.gif);
	background-repeat: no-repeat;
	float: left;
}



#container {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	background-color: #FFF;
}

#centercol {
	width: 100%;
	float: left;
	background-color: #FFF;
}

#leftcol {
	width:200px;
	float: left;
	margin-top: 20px;
}


#rightcol {
	padding-right: 20px;
	padding-left: 20px;
	width: 720px;
	float: left;
	margin-top: 20px;
}



#logo {
	height: 125px;
	width: 960px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #ED1B23;
	background-image: url(img/capital.jpg);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-bottom: 5px;	
}
#logo img {
	margin-left: 220px;
	
}


.red {
	color: #ED1B23;
}
.navbutt {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #FE9A21;
	/*border: 1px solid #FFF;*/
	color: #FFF;
	height: 30px;
	width: 194px;
	padding-top: 10px;
	margin-bottom: 3px;
	padding-left: 4px;
}


.smallcaps {
	font-family:  Helvetica, Arial, Verdana, sans-serif;
	font-size: 10pt;
	text-transform: uppercase;
	line-height: 15px;
	letter-spacing: 0.1em;
	font-weight: bold;
}
.decalbox {
	height: 400px;
	width: 284px;
	float: left;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-align: center;
}
#decals {
	width: 660px;
	float: left;
}
#footer {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	margin-top: 20px;
	margin-bottom: 40px;
	clear: both;
	font-family:  Helvetica, Arial, Verdana, sans-serif;
	font-size: 8pt;
	text-transform: uppercase;
	color: #F30;
	text-align: center;
}
a:link {
	color: #333;
	text-decoration: underline;
}
a:visited {
	color: #333;
	text-decoration: underline;
}

a:hover {
	color: #F00;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: underline;
}


a.nav:link  {
	color: #FFF;
	text-decoration: none;
}
a.nav:visited  {
	color: #FFF;
	text-decoration: none;
}

a.nav:hover {
	color: #F00;
	text-decoration: underline;
}
a.nav:active {
	color: #000000;
	text-decoration: underline;
}


a:link .navbutt {
	color: #FFF;
	text-decoration: none;
}
a:visited .navbutt  {
	color: #FFF;
	text-decoration: none;
}

a:hover .navbutt   {
	color: #FFF;
	text-decoration: none;
	background-color: #F00;
}
 a:active .navbutt  {
	color: #FFF;
	text-decoration: none;
}
#left {
	margin-top: 20px;
	margin-left: 5px;
	height: 200px;
}
ul {
	list-style-image: url(img/list.gif);
	list-style-position: outside;
}
li {
	margin-bottom: 10px;
}
.caption {
	font-size: 12px;
	line-height: 13px;
	color: #333;
	width: 720px;
	float: left;
	clear: both;
}
.smalltext {
	font-size: 11px;
	line-height: 16px;
	color: #333;
	text-align: center;
}
