/*General*/

*{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;}
	
a{color: #03F;}
	a:hover{color: #06F;}
	a:visited{color: #00F;}

body{background: #FFF;}

h1{
	font-size: 16px;
	text-align: left;
	padding-left: 5px;
	top: -2px;
	color: #FFF;}

h2{
	font-size: 12px;
	text-align: left;
	padding-left: 5px;
	top: -2px;
	color: #000;}

h3{
	font-size: 16px;
	text-align: left;
	padding: 20px 0px 5px 5px;
	top: -2px;
	color: #000;
	font-weight: bold;}

hr{border: 2px solid #00F;}
	
legend{
	border: 1px solid #666;
	background: #FFF;
	text-align: left;
	margin-left: 30px;
	padding: 4px;}
	
fieldset{
	border: 1px solid #666;
	background:#CECECE;
	text-align: left;
	padding: 10px;}
	
input{
	border: 1px solid #666;
	float: right;
	height: 1.5em;}
	
label{
	width: 100%;
	display: block;
	height: 1.75em;}
	
small{font-size: 10px;}

p{
	text-indent: 1em;
	margin: 0.75em;}

/* Validation */
.error{border: 2px solid red;}
label.error{border: none;}

/*Classes*/

.modalbox{
	background: #CCCCCC url(layout/ModalBarBackground.jpg) repeat-x;
	border: #2D2588 1px solid;
	border-bottom: #2D2588 3px solid;
	margin: 5px 4px 15px 4px;
	overflow: hidden;}
	
	.modalbox li{list-style: inside disc;}
		
	.modalbox iframe{border-bottom: 1px solid;}
	
.modalboxcenter{
	background: #FFF url(layout/MiddleContentBar.jpg) repeat-x;
	border: #797979 1px solid;
	border-bottom: #797979 3px solid;}

	.modalboxcenter img{border: #797979 1px solid;}

.bodytext{
	font-size: 14px;
	padding: 5px 5px 15px 5px;
	text-align: left;}
	
	.bodytext p{text-indent: 0;}
	.bodytext li{list-style: inside url(layout/CheckBullet.gif);}

.reducedlinks{font-size: 0.8em;}

.lefttext{
	text-align: left;
	font-size: 12px;
	color: #000;
	padding: 2px;
	padding-left: 4px;}
	
.lefttext2{
	text-align: left;
	font-size: 14px;
	color: #000;
	padding: 2px;
	padding-left: 4px;}

.centertext{text-align: center;}

.clearleft{
	clear: left;
	height: 0px;} 	

.clearright{
	clear: right;
	height: 0px;} 	
	
.clearboth{
	clear: both;
	height: 0px;
	line-height: 0px;
	width: 0px;
	overflow: hidden;} 	

.accent{
	color: #000;
	font-weight: bold;
	padding: 3px;
	padding-top: 2px;
	margin: 0px;}
	
.Border0{border: none;}

/*IDs*/

#header{
	border: none;	
	width: 1073px;
	height: 111px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.5em;
	clear: both;
	padding: 0px;}
	#header img{border: none;}

#middle{
	background: #CCC url(layout/BackgroundStripe.jpg) repeat-y;
	border: none;
	width: 1073px;
	margin-left: auto;
	margin-right: auto;
	clear: both;}

#leftcontent{
	background: #CDCDCD;
	width: 254px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	border-left: #2D2588 3px solid;
	border-right: #2D2588 1px solid;
	float: left;}
	
#middlecontent{
	width: 540px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;}

#rightcontent{
	background: #CDCDCD;
	width: 254px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	border-left: #2D2588 1px solid;
	border-right: #2D2588 3px solid;
	float: right;}

#mapcontent{
	width: 425px;
	border: #333 2px solid;}

#footer{
	background: #000 url(layout/BottomStripe.jpg) no-repeat;
	border: none;
	width: 1073px;
	height: 8px;
	margin: 0 auto 0.5em auto;
	overflow: hidden;
	clear: both;}
	
	#footer p{
		color: #333;
		font-size: 8px;
		text-align: right;
		position: relative;
		top: -8px;
		left: -10px;}
