/* start: CSS for page layout, centering */
body {
	position: relative;
	text-align: center;
	margin: 20px; padding: 0;
	background-color: #000;
}
.Headline
{
	font-size: 14px;
}
input, select, textarea {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	padding: 3px;
}
#bod {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 694px;
	text-align: left;
	border: 1px solid #000;
	background: #036 url(/images/bkgd_vert.jpg) repeat-y;
}
#topcorners {
	position: absolute; 
	top: 0; left: 0;
	width: 694px; height: 19px;
	background: transparent url(/images/topcorners.gif) no-repeat top left;
}
#bottomcorners {
	display: none;
}
/* start: hide from ie5 mac \*/
#bottomcorners {
	display: block;
	position: absolute; 
	bottom: -1px; left: 0;
	width: 694px; height: 19px;
	background: transparent url(/images/bottomcorners.gif) no-repeat bottom left;
}
/* end: hide from ie5 mac */

#innerbod {
	position: relative;
	margin: 0px 20px 12px 20px;
	padding: 45px 45px 35px 55px;
	border: 1px solid #000;
	background: #fff url(/images/innerbkgd.gif) no-repeat; 
	line-height: 1.5;
}
.home #innerbod {
	position: relative;
	margin: 0px 20px 12px 20px;
	padding: 0;
	border: 1px solid #000;
	line-height: 1.5;
	background: #fff url(/images/target.gif) center center; 
	height: 380px;
}
#footer {
	margin: 0px 20px 20px 20px;
	color: #fff;
	font-size: 10px;
	line-height: 1.0;
}
#logo {
	width: 200px;
	margin: 26px 0 20px 22px;
}
#pgtitle {
	position: absolute;
	top: 57px;
	right: 22px;
}
#backtohome {
	display: none;
}
/* start: hide from ie5 mac \*/
#backtohome {
	position: absolute;
	display: block;
	z-index: 10;
	top: 8px;
	right: 22px;
}
/* end: hide from ie5 mac */
#backtohome a, #backtohome a:link, #backtohome a:visited { 
	display: block;
	color: #fff;
	font-weight: normal;
	line-height: 20px;
	text-decoration: none; 
	padding: 0 0 0 23px;
	background: transparent url(/images/btn_back_blue.gif) no-repeat 0px 3px ;
}
#backtohome a:hover, #backtohome a:active { 
	display: block;
	color: #fff; text-decoration: none;
	background: transparent url(/images/btn_back_yellow.gif) no-repeat 0px 3px ;
}
#nav {
	position: absolute;
	top: 31px;
	left: 57px !important;
	left: 0px;
	font-size: 10px;
	line-height: 1.0;
	color: #999;
}
#nav a, #nav a:link, #nav a:visited { 
	color: #666;
	text-decoration: none; 
}
#nav a:hover, #nav a:active { 
	color: #000; 
	text-decoration: underline;
}

body #SearchEngineLinks a, body #SearchEngineLinks a:link, body #SearchEngineLinks a:visited {
	color: #ccc;
	text-decoration: none;
}
body #SearchEngineLinks a:hover, body #SearchEngineLinks a:active {
	color: #ccc;
	text-decoration: underline;
}

#SearchEngineLinks
{
	color: #ccc;
}

/* end: CSS for page layout, centering */

/* start: default colors and formatting */
body {
	font: normal 12px/1.0 verdana, arial, sans-serif;
	color: #333;
}
a:link { color: #03c; text-decoration: underline; }
a:visited { color: #333; text-decoration: underline; }
a:hover, a:active { color: #c00; text-decoration: underline; }
.align-left { clear: both; float: left; margin: 0 7px 1em 0; }
.align-right { clear: both; float: right; margin: 0 0 1em 7px; }
p { margin: 0 0 1.2em 0; }
img { display: block; border: 0; margin: 0; padding: 0; }
.clr { clear: both; }
h1 {
	font: normal 32px/36px verdana, arial, sans-serif;
	color: #0a5dad;
	margin: 1em 0 .4em 0;
}
h3 {
	font: normal 20px/23px verdana, arial, sans-serif;
	color: #0a5dad;
	margin: 2em 0 .4em 0;
}
/* end: default colors and formatting */


/* start: home page */
.boxhome {
	display: block;
	width: 290px;
	height: 150px;
	text-align: center;
}

.boxhome a, .boxhome a:link, .boxhome a:visited { 
	display: block;
	margin: 0;
	padding: 42px 0;
	font: normal 28px/32px verdana, arial, sans-serif;
	color: #0a5dad;
	text-decoration: none;
	background-color: transparent;
}
.boxhome a:hover, .boxhome a:active { 
	color: #fff;
	text-decoration: none;
	background: #036 url(/images/bkgd_vert.jpg) repeat-y -260px 0px;
}
.boxhome a span {
	font-size: 32px;
	font-weight: bold;
}

#topleft { position: relative; margin: 10px 0 160px 20px; }
#bottomleft { position: absolute; top: 220px; left: 20px; }
#topright { position: absolute; top: 10px; right: 20px; }
#bottomright { position: absolute; top: 220px; right: 20px; }
/* end: home page  */


/* start: contact page table */
.contacttable td {
	padding: 0 .7em 1em 0; 
}
/* end: contact page table */
