@charset "UTF-8";
/* CSS Document */
body {
	margin-left: 100px;
	margin-top: 10px;
	padding: 0;
	background: #0d4e7c url(../img/background.jpg) top left repeat-x;
}

p { 
	color: #0d4e7c;
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 16px;
	padding: 0;
	margin: 0;
}

table { 
	color: #112837;
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 16px;
	padding: 0;
	margin: 0;
	text-align:left;
}
.tableBorder {
    border: 1px solid #747023;
}

input { 
	color: #747023;
	font-family: "Trebuchet MS";
	font-size: 11px;
	border: 1px solid #747023;
}
input.noBorder {
	border: none;
}

#wrapper {
	height: 600px;
	width: 800px;
}

#header {
	height: 210px;
	width: 800px;
	float: left;
}
#divider {
	background: transparent url(../img/dividerBar.jpg) left repeat-x;
	width:800px;
	height:15px;
	display:block;
	float: left;
}

#content {
	height: auto;
	width: 798px;
	float:left;
	border-right:1px solid #00adc8;
	border-left:1px solid #00adc8;
	float:left;
	background-color: #0087a5;
}
.caption {
	color: #747023;
}
#navBar {
	width: 270px;
	height: auto;
	float:left;
}
#navBar a, a:link, a:visited {
	display:block;
	height: 40px;
	border-bottom: #0087a5 solid 2px;
	text-decoration:none;
	color: #FFFFFF;
	padding-left: 15px;
	padding-top: 19px;
	font-family: "Trebuchet MS";
	font-size: 20px;
	background-color:#00adc8;
}
#navBar a:hover {
	background: #00476b;
}
#copyArea a, a:link, a:visited {
	color: #0d4e7c;
	font-size: 12px;
}
#copyArea a:hover {
	color: #660000;
}
#copyArea {
	width: 488px;
	height: auto;
	padding-top:5px;
	background: #f1efcf url(../img/content_Background.jpg) top repeat-y;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
}
#copyArea img.flag {
	padding-right: 8px;
}
#copyArea a, a:link, a:visited {
	padding: 1px;
	border:none;
	background: none;
}
#copyArea ul {
	list-style-image:url(../img/bullet.jpg);
	list-style-position:outside;
	color: #0d4e7c;
	font-family: "Trebuchet MS";
	font-size: 11px;
	line-height: 18px;
	margin-left: 15px;
}
#copyArea li {
	margin-bottom: 5px;
}
#copyArea .subTitle {
	color:#660000;
	font-weight:bold;
	font-size: 14px;
}
#copyArea hr {
	line-height: 1px;
	border-top:1px solid #95764d;
}
#petition {
	width: 480px;
	height:105px;
}
#footer {
	width: 778px;
	height: 24px;
	background: #052b53;
	padding-left: 20px;
	padding-top: 15px; 
	color: white;
	font-size: 10px;
	float:left;  
	font-family: "Trebuchet MS";  
	border-right:1px solid #00adc8;
	border-left:1px solid #00adc8;
	border-bottom:1px solid #00adc8;                                         
}
#footer a, a:link, a:visited {
	padding: 0;
	margin: 0;
	border:none;
	display:inline;
}
#footer img {
	margin-top: -10px;
	padding-right: 20px;
}	