@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #2D374D;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.title {
	color:#FFFFFF;
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	letter-spacing:0.2em;
	line-height:26px;
	padding-left: 30px;
}
.footertext {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	letter-spacing:0.1em;
	line-height:18px;
	text-align: center;
}
.ltr {
	background-image: url(images/leftTopRound.jpg);
	background-repeat: no-repeat;
	height: 24px;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0em;
	word-spacing: 0em;
}


.oneColLiqCtrHdr #container {
	width: 80%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
	background: #DDDDDD; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColLiqCtrHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#vdividermenu ul{
	padding: 0;
	margin-bottom: 0em;
	float: left;
	width: 980px;
	border: 1px solid #625e00;
	background-color: #2D374D;
	font-family: Tohoma;
	font-size: 95%;
	font-weight: normal;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}


* html #vdividermenu ul{ /*IE only rule, reduce menu width*/
	width: 98%;
}

#vdividermenu ul li{
display: inline;
}

#vdividermenu ul li a{
	float: left;
	color: #FFFFFF;
	padding: 2px 12px;
	text-decoration: none;
	background-color: transparent;
	background-image: url(images/vertical.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#vdividermenu ul li a:visited{
	color: #FFFFFF;
}

#vdividermenu ul li a:hover{
	color: #FFFFFF;
	background-color: #5577B4;
}
.lmr {
	background-image: url(images/leftMiddleRound.jpg);
	background-repeat: repeat-x;
	height: 1px;
	margin: 0px;
	padding: 0px;
	overflow: visible;
	clear: both;
	display: block;
	background-color: #2D384E;
}
.lbr {
	background-image: url(images/leftBottomRound.jpg);
	background-repeat: no-repeat;
	height: 24px;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0em;
	word-spacing: 0em;
}
.content td {
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
.content p {
	background-repeat: no-repeat;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 60px;
	padding-bottom: 4px;
	padding-left: 60px;
	text-align: justify;
}
.content ul {
	padding-left: 40px;
}
.content li {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	text-align: left;
}

.contentTitle {
line-height:24.0pt;
letter-spacing:2.4pt; 
font-size:18.0pt; 
color:#91A6D7;
}
