@charset "utf-8";

body  {
	font: 12px Arial, Helvetica, sans-serif;
	background: #FFFFFF url(../assets/MainBackground.jpg) repeat-x fixed;
	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: #000000;
	list-style: square;
}
.twoColFixLtHdr  #navigationTop {
	background: url(../assets/NavigationBackground.jpg) repeat-x;  /* 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. */
	height: 25px;
	width: auto;
	text-align: right;
	color: #FFFFFF;
	padding-top: 7px;
	padding-right: 250px;
	padding-bottom: 2px;
}
.twoColFixLtHdr #container {
	width: 790px;
	margin: 0 auto;
	text-align: left;
	border-right: 1px dotted #CCCCCC;
	border-left: 1px dotted #CCCCCC;
	background: #FFFFFF url(../assets/MainTextBackground.jpg) repeat-y;
} 
.twoColFixLtHdr #container1 {
	text-align: left;
	background: #FFFFFF;
	height: 170px;
}
.twoColFixLtHdr  #headerLogo {
	height: 130px;
	text-align: center;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 5px 5px;
} 
#boxSection1 {
	float: left;
	margin-top: 0px;
	padding-left: 10px;
	color: #282461;
	width: auto;
	padding-right: 10px;
	margin-left: 10px;
	font-size: 14px;
	font-weight: bold;
	clear: both;
}
#boxSection2 {
	border-right: 1px solid #CCCCCC;
	margin-left: 5px;
	width: 230px;
	padding: 5px;
	margin-bottom: 5px;
	float: left;
}
#boxSection3 {
	margin-left: 5px;
	width: 230px;
	padding: 5px;
	margin-bottom: 5px;
	float: left;
}
#boxSection4 {
	border-top: 1px;
	clear: both;
	width:150px;
	margin-top: 5px;
	background: #E8EFF7;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
.boxsectionTitlesMain  {
	background: #BFD2E8 url(../assets/Arrows.gif) no-repeat 2px;
	padding-top: 1px;
	padding-left: 15px;
	color: #666666;
	margin-top: 2px;
	margin-bottom: 15px;
	height: 13px;
	width: auto;
	padding-bottom: 1px;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	display: block;
}
.boxsectionTitlesAdd {
	background: #254367 url(../assets/Arrows.gif) no-repeat 2px;
	padding-top: 1px;
	padding-left: 15px;
	color: #FFFFFF;
	margin-top: 2px;
	margin-bottom: 15px;
	height: 13px;
	width: auto;
	padding-bottom: 1px;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	display: block;
}
.boxsectionTitlesIT {
	background: #679966 url(../assets/Arrows.gif) no-repeat 2px;
	padding-top: 1px;
	padding-left: 15px;
	color: #FFFFFF;
	margin-top: 2px;
	margin-bottom: 15px;
	height: 13px;
	width: auto;
	padding-bottom: 1px;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	display: block;
}
.boxsectionTitlesMarkt {
	background: #FE860C url(../assets/Arrows.gif) no-repeat 2px;
	padding-top: 1px;
	padding-left: 15px;
	color: #FFFFFF;
	margin-top: 2px;
	margin-bottom: 15px;
	height: 13px;
	width: auto;
	padding-bottom: 1px;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	display: block;
}
.boxsectionTitlesEdu {
	background: #FFC412 url(../assets/Arrows.gif) no-repeat 2px;
	padding-top: 1px;
	padding-left: 15px;
	color: #000000;
	margin-top: 2px;
	margin-bottom: 15px;
	height: 13px;
	width: auto;
	padding-bottom: 1px;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	display: block;
}
.twoColFixLtHdr #headerTitles {
	height: 17px;
	border-bottom: 1px solid #F0F0F0;
	background: url(../assets/BottomBackground.jpg);
	padding-top: 2px;
	padding-left: 10px;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	width:780px;
	clear:both;
}

#boxSectionTitles {
	height:17px;
	width: 200px;
	float: left;
	font-size: 12px;
	font-weight: bold;
}

#boxSectionTitles2 {
	height:17px;
	width: 100px;
	float: left;
	font-size: 12px;
	font-weight: bold;
	padding-left:240px;
}

.twoColFixLtHdr  #sidebarLeft {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 4px;
	margin-left: 1px;
	background-color:#EBEBEB;
	background-repeat:repeat-y;

}
.twoColFixLtHdr #mainContent {
	padding: 5px;
	height: auto;
	margin-left: 0px;
	margin-right: 0px;
	width: 372px;
	float:left;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
} 

#rightSideBar {
	float: right; /* since this element is floated, a width must be given */
	width: 190px;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 2px;
	padding-right: 2px;
	background-color:#EBEBEB;
	background-repeat:repeat-y;
	display: inline;
}

.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;
}
.twoColFixLtHdr #ClearBothHelp {
	height: auto;
	width: auto;
	font-size: 10px;
	color: #FFFFFF;
	clear: both;
}
.twoColFixLtHdr #footerAuxNavigation {
	padding: 5px;
	text-align: center;
	height: auto;
	width: auto;
	font-size: 12px;
	background: url(../assets/BottomBackground.jpg) repeat-x;
	color: #FFFFFF;
	clear: both;
	margin-top: 2px;
}
.twoColFixLtHdr #footerCopyRights {
	padding: 5px;
	text-align: center;
	height: auto;
	width: auto;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}
.formText  {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}
#subsectionMore {
	float: right;
	padding-right: 5px;
	color: #B0364B;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	margin-top: 1px;
	margin-bottom: 1px;
}
a:link {
	color:#B0364B;
	text-decoration: underline;
}
a:visited {
	color:#B0364B;
	text-decoration: underline;
}
a:hover {
	color:#003366;
	text-decoration: none;
}
a:active {
	color:#B0364B;
	text-decoration: underline;
}
ul {
	list-style: url(../assets/listArrow.gif);
	line-height: 150%;
}
a.white:link {
	color:#FFFFFF;
	text-decoration: underline;
}
a.white:visited {
	color:#FFFFFF;
	text-decoration: underline;
}
a.white:hover {
	color:#FFFFFF;
	text-decoration: none;
}
a.white:active {
	color:#FFFFFF;
	text-decoration: underline;
}
.hr {
	border-top: 1px solid #333333;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
}
.hr hr {
	display: none;
}
