/* anchors */



a img { border: 0; }

p a:link, p a:visited {
	text-decoration: underline;
	color: #1A2039;
	}

p a:hover {
	background: #fff;
	text-decoration: none;
	}

* {	margin: 0px; padding: 0px; }

html body {
	font: normal 90%/135% Arial,Verdana,Helvetica,sans-serif;
	color: #1A2039;
	background: url(../images/sitewide/bg04.gif) #A9B7CE repeat-y center;
	}
	
html {	text-align: center;
	}

body {
	text-align: left;
	}

div#wrap {
	width: 650px;
	text-align: left;
	margin: 125px auto 0 auto;
	}

/* right column */
div#rightcol {
	width: 230px;
	float: right;
	text-align: center;
	}
	
	div#rightcol p {
		clear: both;
		text-align: left;
		}

p {
	margin: 0 0 0.8em;
	}
p.indent {
	margin: 0px 0 10px 200px;
	}
p.center {
	text-align: center;
	}
p.sidenote {
	font: normal 0.9em/1.1em sans-serif;
	padding: 0 1.4em;
	text-align: left;
/*	border: 1px solid #616B83;
*/	}

p.hightlight {
	border: 1px solid #6CF;
	padding: 0.6em;
	width: 400px;
	}

ul {
	margin: 0 0 1em 2.6em;
	}

/* headers */

h1 {
	font: 160%/130% bold Verdana,Arial,sans-serif;
	}
h2 {
	font: bold 120%/130% Arial,sans-serif;
	margin: 15px 0 0 0;
	}
	h2 a{
	text-decoration: none;
	color: #1A2039;
	}
	h2 a:hover {
	text-decoration: none;
	}
h3 {
	font: bold 100%/130% Arial,sans-serif;
	}


/* images */

img.right {
	float: right;
	margin: .4em 0 1em 1em;
	border: 1px solid #1A2039;
	clear: right;
	}


p.captionright, p.captionleft {
	background: #A9B7CE url(../images/sitewide/caption-bg.gif) bottom right no-repeat;
	color: #1A2039;
	padding: 4px 6px 8px 4px;
	
	width: 202px;
	
	font-size: 80%;
	line-height: 100%;
	}
p.captionleft {
	float: left;
	clear: right;
	margin: 4px 12px 10px 0px;

	}
p.captionright {
	float: right;
	clear: left;
	margin: 0 0 12px 12px;	
	}

p.imgcaption img {
	border: 0px solid #1A2039;
	}

/* contact form */
form#contactform {
	width: 500px;
	padding: 5px;
	margin: 0 auto;
	}
form#contactform table {
	background: #fff;
	width: 500px;
	border: 1px solid #3F4A74;
	border-collapse: inherit;
	}

form#contactform table tr td,
form#contactform table tr th {
	padding: 8px;
	margin: 0px;
	vertical-align: top;
}

form#contactform table th p {
	text-align: right;
	}
	form#contactform table th p span {
	text-align: right;
	font-size: .7em;
	line-height: 1em;
	display: block;
	font-weight: normal;
	}
	

form#contactform caption {
	text-align: center;
	width: 500px;
	margin: auto 0px;
	caption-side: top;
	vertical-align: bottom;
	border-collapse: collapse;
	background: #3F4A74;
	color: #fff;
	font-weight: bold;
	padding: 2px;
	}


#contactform select.inp {
	width: 6em;
	}

#contactform input.inp,
#contactform select.inp,
#contactform textarea.inp {
	border: 1px solid #ddd;
	background: #f2f2f2;
	font: .8em verdana, sans-serif;
	color: #443;
	margin-bottom: 10px;
	outline: none;
	}
#contactform input.inp,
#contactform textarea.inp {
	width: 220px;
	padding: 3px;
	}


#contactform textarea.inp:hover,
#contactform input.inp:hover
	{ border: 1px solid #aaa; color: #222 }

#contactform textarea.inp:focus,
#contactform input.inp:focus
	{ border: 1px solid #9ff;
	background: #cff;
	color: #009}

div#contact {
	width: 250px;
	float: right;
	margin: 0 0 10px 20px;
	border: 0px solid;
	padding: 1em .4em .4em .8em;
	background: url(../images/sitewide/botnav-bg.gif) #3F4A74 top center repeat-x;
	color: #fff;
	}
	div#contact p a {
		color: #fff;
		}
		div#contact p a:hover {
			color: #ff0;
			text-decoration: none;
			background: none;
			}

span.indent {
	padding: 0 0 0 2em;border: 1px solid #9ff;
	}