html,body{
	height:100%;
	margin:0 0 1px;
	padding:0;
}

body, td,th 	{ font: small/1.4 Verdana, Arial, Helvetica, sans-serif; }

a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: underline;}

h2 {font-size: large;}

#content {
	padding: 20px;
	position: relative;
}

#content h2.title { margin: 0 0px .5em; }

p {margin-top:0;}

h2, h3, h4, h5, h6 { margin: .6em 0 .1em 0; }

#nav {
	width: 197px;
}

#subhead {
	background: #FFFFFF url(/images/template/template_r17_c2.gif) no-repeat bottom;
	padding: 0 0 30px 0;
	margin: 20px 0 0 0;
}

#subhead h2 a {
	color: #FFF;
	text-decoration: none;
}

#subhead h2 a:hover {
	color: #FFF;
		text-decoration: underline;
}

#nav #subhead h2 {
	padding: 0 1px 0 2px;
	color: #D8D8E9;
	background-color: #001B41;
	font: bold 16px/32px Arial, Helvetica, sans-serif;
	margin: 0px;
	height: 32px;
	border: 1px solid #0A5E5E;
	letter-spacing: 1px;
}

#subhead p {
	font-size: 13px;
	margin: 0.6em;
}

#nav h2 {
	font: 1.2em/1 Arial, Helvetica, sans-serif;
	padding: 0 6px;
	margin: 0;
	color: #FFFFFF;
	background: #000033;
	border: 1px solid #0A5E5E;
}

table.data {width: 100%;}
tr.alt { background: #F5F5F5; }
#content tr.highlight{ background: #E5EBF4; }

#footer { padding: 5px; font-size: 0.94em;}

#footer, #footer a { color: #99CC99;}

#footer a { text-decoration: underline; }

.clear { clear: both; }
.black { color: #000 !important; }

.floatright {
	float: right;
	margin: 0px 0px 10px 5px;
}

.floatleft {
	float: left;
	margin: 5px 10px 10px 0px;
}

#content p.hanging {
	text-indent: -65px;
	margin: 0.5em 0px 0.5em 65px;
}

td#updated {
	color: #CCC;
	text-align: right;
	line-height: 24px;
	height: 24px;
	font-size: 12px;
	font-style: italic;
	background-color: #016867;
	background-image: url(/images/template/template_r20_c2.jpg);
	background-repeat: repeat-y;
}

.small { font-size: 0.88em; }

.email {} /* placeholder for DW & jQuery email spam blocker */
.email_noreplace {} /* placeholder for DW & jQuery email spam blocker */
.email_high {} /* placeholder for DW & jQuery email spam blocker */

p.headerlink {
	width: 190px;
	position: relative;
	top: -23px;
	float: right;
	text-align: right;
}
p.headerlink a {
	text-decoration: underline;
}
#foot {
	background-color: #023435;
	background-image: url(/images/template/template_r22_c2.jpg);
	background-repeat: repeat-y;
}
#navTD {
	width: 197px;
}
#contBak {
	background-image: url(/images/template/template_r19_c5_bak.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
#headSub1 {
	background-color: #013354;
	background-image: url(/images/template/template_r3_c7.gif);
}
#contBot {
	background-color: #FFF;
	background-image: url(/images/template/contBotBak.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#calendar_side {
	float: right;
	overflow: hidden;
	margin-left: 15px;
	position: relative;
	height: 500px;
	width: 250px;
}

/**********[  Forms  ]**********/

button { border:none; background:#555; color:#fff; padding:0 2.5em; height:2em; line-height:2em; cursor:pointer; }

fieldset { border:1px solid #ccc; padding:1em 2em; margin:0 0 1.5em 0; }

form div, form p { margin:.5em 0; clear:both; overflow:hidden; }

form p label input[type="text"] { float: right; }

form div.col { clear:none; }

input, select { vertical-align:middle; }

input[type="radio"], input[type="checkbox"], .radio, .checkbox { margin:0 .25em 0 0; }

input[type="text"], input[type="password"], textarea, .field, .area { border:1px solid #aaa; padding:2px; background:#fff; line-height:1em; margin:0; }

input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus, .focus { background:#f5f5f5; outline:none; }

.formstyle2 input[type="text"], input[type="password"], textarea, .field, .area { width:20em; }

form .formstyle2 input.zip[type="text"], form .zip { width:6em; }

.formstyle2 label {
	display:block;
	font-weight:bold;
	float:left;
	line-height:1em;
	padding:5px;
	text-align:right;
	width:23%;
	margin-top: 2px;
  }

legend { font-weight:bold; padding:2px 5px; }

textarea, .area { overflow:auto; height:150px; width:400px; }

