/* New Dimensions CSS */
body {
	background-color:#eabe73;
	margin-top:0px;
}

#wrapper {
	width:1011px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/right_edge.gif);
	background-repeat:repeat-y;
	background-position:right;
}

#page_container {
	background-image:url(images/page_bg.gif);
	background-repeat:repeat-y;	
}

#page {
	margin-left:18px;
	background-color:#FFFFFF;
	width:772px;
	font-family:"Franklin Gothic Medium", "Bank Gothic", "Century Gothic", Arial;
	font-size:14px;
}

#left_column {
	width:370px;
	margin-top:10px;
	margin-bottom:10px;
	padding:3px;
}

#right_column {
	width:387px;
	margin-right:3px;
	float:right;
}

#subright_column {
	width:386px;
}

#actionbox {
	border: thin solid #000000;
	width:363px;
	margin-top:10px;
	margin-bottom:10px;
	

}

#reconnbox {
	border: medium solid #000000;
	margin-top:10px;
	font-style:italic;
	font-weight:bold;
}

.subtitles {
	color:#01b2ac;
	font-size:16px;
}

ul {
	list-style-type: none;
	padding-left: 20px;
}
	
li {
	background: url(images/bullet.gif) left top;
	background-repeat:no-repeat;
	margin-bottom:5px;
	padding-left:20px;
	
}

ul ul li {
	background: url(images/bullet2.gif) left center;
	background-repeat:no-repeat;
	margin-bottom:5px;
	padding-left:20px;
	
}


caption {
caption-side:top;
color:#01b2ac;
	font-size:14px;
	text-align:left;
}

.titles {
color:#01b2ac;
	font-size:14px;
}

.toplinks {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

#toplinks {
text-align:right;
margin-right:15px;
margin-bottom:10px;
}

.notes {
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
}

#footer {
	background-color:#000000;
	width:752px;
	padding:10px;
	margin-left:18px;
	height:70px;
	clear:both;
}

.footer_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
}

/* Old CSS - Utilized by forms */

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}

.background {
	background-image:url(images/form_bg.gif);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}

.nd {
	font-size: 16px;
	color: #01b2ac;
}

.contentSpecial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 11px;
}
.vd {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-variant: small-caps;
	color: #9b9057;
	font-weight: bold;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
}
img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}
