html {height: 100%; }
body {
	background-color:#fff;
	margin:0;
	height:100%;
	min-height:100%;
}
body,div,td,th,p,a,li {
	font-family: Arial, Helvetica, sans-serif;
	font-size:.97em;
}

td {
	vertical-align:top;
}

th {

}

form {
	margin:0;
}
a {
	outline:none;
}

img {margin:0;border:0;}

.spacer {width:auto;clear:both;line-height:0}

#headerContainer {
	width:100%;
	height:157px;
	background-color:#d8dbdc;
}

#header {
	width:857px;
	margin:auto;
	background-color:#d8dbdc;
}

#navbar {
	background-image:url(/images/navbar-bg.png);
	background-repeat:repeat-x;
	width:100%;
	height:27px;
}

#nav {
	width:721px;
	margin:auto;
}

#contentWrapper {
	margin:auto;
	width:720px;

	
}
#content {
	display:block;
	padding:8px;
	/*
	border-left:2px dotted #cccccc;
	border-right:2px dotted #cccccc;	*/
}

#content h1 {font-size:1.25em;font-weight:bold;color:#990000;margin:2px 0 8px 0;}
#content h2 {font-size:1em;font-weight:bold;color:#000033;margin:2px 0 2px 0;}

#footer {
	width:auto;
	margin:auto;
	clear:both;
	border-top:6px solid #cccccc;
	height:50px;
	padding:5px;
	text-align:right;
	font-size:.8em;
	font-weight:bold;
	color:#666666;
}

.calloutBox {
	position:relative;
	background-color:#f4f5f5;
	border:1px solid #4b565d;
	padding:4px;
	margin:10px 0 10px 0;
}

.calloutBox h1 {
	display:inline;
	color:#990000;
	margin:0 0 2px 0;
	font-size:1.2em;
	font-weight:bold;
}

.calloutBox p {
	margin:2px;

}

.imageCaption {
	font-size:.8em;
	color:#666666;
	font-style:italic;
	margin:4px;
}

.bulletedItem {
	border-top:2px dotted #cccccc;
	margin-top:8px;
	clear:both;
}

.bulletedContent ul {
	width:40%;
	float:left;
}

.bulletedContentImageHolder{
	width:45%;
	float:right;
}

.bulletedContent img {
	border:2px solid #666666;
	margin:4px 0 0 4px;
}

.alert{
width:auto;
padding:4px;
color:#990000;
background-color:#FFFFCC;
font-weight:bold;
border-top:1px dotted #000033;
border-bottom:1px dotted #000033;
}
#formTable{border-collapse:collapse}
#formTable td {
border-top:2px solid white;
border-bottom:2px solid white;
background-color:#DCE3E7;
padding:2px;vertical-align:middle;}
#formTable td label {font-weight:bold}
