@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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: 11pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
}

a {
	text-decoration: none;
	color: #003399;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #333366;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #333366;
	font-weight: bold;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 10px;
	margin-top: 25px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333366;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333366;
}
.bold {
	font-weight: bold;
}
.boldIT {
	font-weight: bold;
	font-style: italic;
}
.boldPurple {
	font-weight: bold;
	color: #333366;
}


.boldPurpleLarge {
	font-weight: bold;
	color: #333366;
	font-size: 16px;
}
.italic {
	font-style: italic;
}
.subtitle {font-size: 18px}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;

}

.expander0 {
	position: relative; /* makes .expander0 visible outside .sizer in IEwin */
	min-height: 1px; /* This harmless declaration gives Layout to IE7, which can't read the star/html hack */
}

.img-border {
	border: medium solid #999999;
}

.bodytext-small {
	font-size: 11px;
}
.bodytext-small-IT-right {
	font-size: 11px;
	font-style: italic;
	text-align: right;
}
.bodytext-small-IT-left {
	font-size: 11px;
	font-style: italic;
	text-align: left;
}
.bodytext-large {
	font-size: 14px;
}
.twoColFixLtHdr #container {
	width: 920px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

				}
.twoColFixLtHdr #pulloutbox {
	width: 225px;
	float: right;
	margin-bottom: 10px;
	margin-right: 20px;
	background-color: #DDDDDD;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid #999999;
	padding-top: 40px;
	padding-right: 8px;
	padding-bottom: 40px;
	padding-left: 8px;
	text-align: center;
	font-size: 13px;
	line-height: 17px;
}

.twoColFixLtHdr #messagebox {
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: #9999cc;
	font-size: 11px;
	text-align: center;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	margin-top: 10px;

}

	

.twoColFixLtHdr #LeftSidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	background-image: url(../images/dividerline.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	font-size: 12px;
}
.twoColFixLtHdr #container #LeftSidebar #LeftSidebarPullout {
	text-align: center;
	padding-bottom: 10px;
}

.twoColFixLtHdr #container #LeftSidebarMenu a {
	text-decoration: none;
	color: #FFFFFF;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 12px;
	line-height: 12px;
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: CFEDFF;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	float: left;
}
.twoColFixLtHdr #container #LeftSidebar #navmenu-v {
	width: 160px;
	background-repeat: no-repeat;
	background-position: center top;
	height: 205px;
}


.twoColFixLtHdr  #RightSideMainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 230px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: right bottom;
} 

.twoColFixLtHdr  #InsideLeftSidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	background-image: url(../images/dividerline.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 25px;
	padding-left: 10px;
	font-size: 12px;
}
.InsideLeftSidebarMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	text-decoration:none;
	width: 160px;
	border-bottom-width: thick;
	border-left-width: thick;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CFDEFF;
	height: 100%;
}


.InsideLeftSidebarMenu-background_8 a {
	line-height: 10px;
	color: #333333;
}
.twoColFixLtHdr  #container  #InsideLeftSidebarMenu a  {
	text-decoration: none;
	color: #FFFFFF;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 12px;
	line-height: 20px;
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: CFEDFF;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	float: left;
}
.twoColFixLtHdr #container #InsideLeftSidebar #InsideLeftSidebarMenu a:hover {
	color: #000066;
	background-color: #CFDEFF;
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #AABDE6;
}
.twoColFixLtHdr #container #LeftSidebar #LeftSidebarMenu .InsideLeftSidebarMenu-background_8small {
	font-size: 10px;
	font-style: italic;
}
.twoColFixLtHdr #InsideRightSideMainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;

	background-repeat: no-repeat;
	background-position: right bottom;
}

#footer {
	text-align: center;
	margin: 0;
	padding: 5px 44px;
	font-size: 75%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	background-color: #FFFFFF;
}
#footer a {
	font-weight: normal;
}
#footer, #footer a {
	color: #888 !important;
}

