@charset "utf-8";
/* CSS Document */

/*==================================================================
	Reset styles!
==================================================================== */



body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


/*==================================================================
	Global styles
==================================================================== */
 
.clear         { clear:both; }
.float-left    { float:left; margin:0; border:0 }
.float-right   { float:right; margin:0;  border:0 }
.float-left-margin    { float:left; margin:0 10px 10px 0; border:0 }
.float-right-margin   { float:right; margin:0 0 10px 10px; border:0 }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#FF9933; }
 
.img-left      { float:left;margin:4px 20px 10px 0px; border: 3px solid #d9c484;}
.img-right     { float:right;margin:4px 0px 10px 20px; border: 3px solid #d9c484;}
.img-border     { border: 3px solid #d9c484;}
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }
.noborder	   { border: none; }

.formfields		{width:90%}

.preload	   {display:none}


/*==================================================================
	Overall styles
==================================================================== */

body {
	font-family:Georgia,Utopia,Palatino,'Palatino Linotype',serif; 
	color:#111111; 
	background-color:#263049;
	background-image: url(/images/bg-body.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	}
	
a, a:visited {color:#003366; text-decoration:underline;}
a:active, a:hover {color:#de8200; text-decoration:underline;}

#container
	{
	position: absolute;
	left: 50%;
	width: 782px; /* Overall width of div */
   	margin-left: -391px; /* half of the overall width */
    visibility: visible;
	background: none;
	border: none;
	}

#wrapper {
	border-top: none;
	border-right: 3px solid #d9c484;
	border-bottom: 3px solid #d9c484;
	border-left: 3px solid #d9c484;
	width: 776px;
	}
	
#header	{
	background-image: url(/images/bg-header.jpg);
	width: 776px;
	height: 169px;
	margin: 0;
	padding: 0;
}
#header p {
	text-align: right;
	color: #d3bf83;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0 100px 0 0;
}
#header p a {color:#d3bf83; text-decoration:none;}
#header p a:hover{color: #FFCC00; text-decoration:none;}

#menu	{
	background-color:#263049;
	width: 776px;
	height: 27px;
	margin: 0;
	padding: 0;
}

#content	{
	background-color:#fcf2bc;
	background-image: url(/images/bg-content.gif);
	background-position: center top;
	background-repeat: no-repeat;
	padding: 0;
	font-size:12px;
	width:776px;
	margin: 0;
}
#content h1	{font-size:1.5em; font-weight:bold; color: #623C22; margin:0 0 5px 0; padding:0;line-height:150%;}
#content h2	{font-size:1.2em; font-weight:bold; color: #623C22; margin:0 0 5px 5px; padding:0;line-height:150%;}
#content p {margin:0 0 10px 5px; padding: 0;line-height:150%;}
#content ul {
	margin: 0px 0px 10px 6px;
  	padding: 0px;
}
#content ul li {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 30px;
	list-style: none;
	font-size: 12px;
	line-height:150%;
	background-image: url(/images/bullet-listdefault.gif);
	background-repeat: no-repeat;
	background-position: 3px 4px;
}

#footernav {
	margin: 16px 30px 0px 30px;
	background-color:#fcf2bc;
	font-size:12px;
	font-weight: bold;
	text-align: center;
	border-top-color: #d9c484;
	border-top-style: solid;
	border-top-width: 1px;
}
#footernav p {padding:10px 10px 20px 10px; margin:0;}

#footer {
	margin: 16px 30px 0 30px;
	font-size:14px;
	font-weight: bold;
	text-align: center;
	color: #fcf2bc;
}
#footer p {padding:0; margin:0 0 5px 0;}
#footer p a {color:#FFCC00; text-decoration:none;}
#footer p a:hover{color: #FFCC00; text-decoration:underline;}
#footer h2 {font-size:140%; margin:5px 0 3px 0;}

img.cornerpic	{
	border-left:solid 1px #056766; 
	border-bottom:solid 1px #056766; 
	width:121px; 
	height:161px; 
	display:block; 
	overflow:hidden;}

.wrap {
	margin: 0;
	padding: 0;
}

 
/*==================================================================
	Content styles
==================================================================== */

.content {
	padding: 20px 20px 0px 20px;
	vertical-align: top;
}

.rightbox {
	float: right;
	width: 200px;
	margin: 0 0 20px 20px;
}

.formtable		{
	padding: 20px;
	border: 3px solid #d9c484;
}

.photostd	{
	padding: 4px;
	text-align: center;
	width: auto;
}