body {
	background-color:#21438e;
	margin: 0;
}
a:link, a:visited {
	color: #bd8a45;
	text-decoration: none;
}
a:hover, a:active {
	color: #663d06;
	text-decoration: none;
}
/* ----------divs-------------- */
#background {
	width:100%;
	background:url(images/internal-background.jpg) center top repeat-x;
}
#internalbackground {
	width:100%;
	background:url(images/internal-background.jpg) center top repeat-x #fff;
	margin:0;
	padding:0;
}
#container {
	width:963px;
	margin:0 auto;
}
#logo {
	float:left;
	width:228px;
}
#header {
	float:left;
	width:735px;
}
#photo {
	width:735px;
}
#menu {
	width:735px;
	height:42px;
	background:url(images/menu-bkgd.jpg) center top no-repeat;
}
#internalcontent {
	background:url(images/internal-contentbkgd.jpg) center top repeat-y;
	width:963px;
}
#body {
	background:url(images/internal-content.jpg) center top no-repeat;
	width: 655px;
	float:left;
	padding:25px 45px 15px 35px;
}
#body-short {
	background:url(images/internal-content.jpg) center top no-repeat;
	width: 655px;
	float:left;
	padding:25px 45px 50px 35px;
}
#leftcol {
	width:188px;
	float:left;
	background:url(images/leftcol.jpg) center top no-repeat;
	height:379px;
	padding:45px 15px 0 25px;
	text-align:center;
}
#internalleftcol {
	width:178px;
	height:365px;
	float:left;
	background:url(images/internal-leftcol.jpg) center top no-repeat;
	padding:40px 15px 0 35px;
}
#centercol {
	width:432px;
	float:left;
	background:url(images/home-content.jpg) center top no-repeat;
	height:399px;
	padding: 25px 15px 0 25px;
}
#rightcol {
	width:263px;
	float:left;
	background:url(images/rightcol.jpg) center top no-repeat;
	height:376px;
	padding:48px 0 0 0;
	text-align:center;
}
#footer {
	background:url(images/footer-bkgd.jpg) center top repeat-x;
	padding:0;
	width:100%;
	height:100%;
	margin:0;
}
#footer-container {
	background:url(images/home-footer.jpg) center top no-repeat;
	padding:0;
	width:963px;
	margin:0 auto;
}
#internalfooter-container {
	padding:0 20px;
	background:url(images/internal-footer.jpg) center top no-repeat;
	width:923px;
	margin:0 auto;
}
.pngfix {
	behavior: url(iepngfix.htc);
}
/* ----------main body-------------- */
h1 {
	font: normal 18px "Lucida Sans Unicode", Arial, sans-serif;
	color: #bd8a45;
	text-transform:uppercase;
	padding:0 0 15px 0;
	margin:0;
}
h2 {
	font: normal 16px "Lucida Sans Unicode", Arial, sans-serif;
	color: #000;
	padding:0 0 15px 0;
	margin:0;
}
h3 {
	font: normal 21px "Lucida Sans Unicode", Arial, sans-serif;
	color: #21438e;
	padding:0;
	margin:0;
}
h4 {
	font: normal 18px "Lucida Sans Unicode", Arial, sans-serif;
	color: #bd8a45;
	padding:0;
	margin:0;
	text-transform:uppercase;
}
h5 {
	font: bold 14px Arial, sans-serif;
	color: #bd8a45;
	padding:0;
	margin:0;
	text-transform:uppercase;
}
p {
	font: normal 12px Arial, sans-serif;
	line-height: 16px;
	color: #000;
	padding:0 0 15px 0;
	margin:0;
}
.large {
	font: normal 16px/22px Arial, sans-serif;

}
.blue {
	color: #21438e;
}
.nopadding {
	padding:0;
}
hr {border: none 0; 
	border-bottom: 1px solid #bd8a45;
	width: 100%;
	height: 1px;
	margin: 10px 0;
	padding: 0 15px;
}
ul {
	font: normal 12px Arial, sans-serif;
	line-height: 16px;
	color: #000;
	margin:0;
	padding:0 0 10px 0;
}
ul li {
	margin:0 0 0 35px;
	padding:0 0 15px 0;
	list-style:disc;
}
/* ----------footer-------------- */
#footer p {
	font: normal 10px Arial, sans-serif;
	color: #99a9cb;
}
#footer a:link, #footer a:visited  {
	color: #99a9cb;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #fff;
}
/* ----------weblinx-------------- */
div.transOFF {
	width: 230px;
	background-color:#ffffff;
	border:2px solid #cccccc; 
}
div.transON {
	width: 230px; 
	background-color:#ffffff;
	border:2px solid #cccccc;
	opacity:0.10;
	filter:alpha(opacity=10);
	-moz-opacity:0.10;
}
#weblinx {
	font: normal 11px "Trebuchet MS", Arial, sans-serif;
	color: #000000;
	text-align: center;
	padding: 5px;
	margin: 10px auto 0 auto;
}
#weblinx a:link, #weblinx a:visited  {
	color: #000000;
	text-decoration: none;
}
#weblinx a:hover, #weblinx a:active {
	color: #000000;
}
/* General form styles
----------------------------------------*/
fieldset {
    border: none;
    padding: 0;
	margin: 0;
    }
fieldset input, 
fieldset file name,
fieldset select,
fieldset textarea {
	font: normal 11px Arial, sans-serif;
	border: 0;
	border: 1px solid #fff;
	padding: 3px 3px 5px 3px;
	margin: 0 0 5px 0;
	color: #000;
	background-color:#ece5dd;
}

fieldset input:hover, 
fieldset select:hover,
fieldset textarea:hover {
	border: 1px solid #bd8a45;
	color: #000;
}
	
fieldset textarea {
    overflow: auto;
	font: normal 11px Arial, sans-serif;
}

fieldset select {
	padding: 1px;
	padding: 2px 1px 2px 0;
}

fieldset select option {
    padding: 0 10px 0 2px;
}
fieldset label {
	font: normal 11px Arial, sans-serif;
	color:#000;
	margin:0;
	padding:0;
}
fieldset input.full, fieldset select.full, fieldset textarea.full { 
	clear: both;
	width: 550px;
 }
fieldset input.search { 
	clear: both;
	width: 269px;
 }
fieldset input.half, fieldset select.half, fieldset textarea.half { 
	clear:both;
	width:300px;
 }
input.small, select.small { 
	float:left;
	width: 170px; 

}
/* Buttons */

.noborder {
	display:block;
	float:left;
	margin:0;
	border:0;
	text-decoration:none;
	cursor:pointer;
	padding:0; /* Links */
}
.noborder img {
    border:0;
}
button {
	display:block;
	float:left;
	margin:0 7px 0 0;
	border:0;
	text-decoration:none;
	color:#fff;
	cursor:pointer;
	padding:3px 15px 4px 15px; /* Links */
	font: bold 11px "Trebuchet MS", Arial, sans-serif;
	background-color:#21438e;
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:2px 15px 1px 15px; /* IE6 */
}
.buttons button[type]{
    padding:3px 15px 3px 15px; /* Firefox */
    line-height:17px; /* Safari */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

button:hover, .buttons a:hover{
    background-color:#031e5b;
    color:#ffffff;
}