@charset "UTF-8";
/* CSS Document */

body {
	font: 12px Arial, Helvetica, sans-serif;
	background: #2e2a63;
	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;
}
.oneColFixCtr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/contentBG.gif);
	background-color: #FFFFFF;
	padding-bottom: 50px;
}
#nav {
	position: relative;
	width: 753px;
}

#mainContent {
	min-height: 550px;
	padding-top: 40px;
	
}
#rightCol {
	margin-left: 190px;
	padding: 0px 20px 20px;
	width: 630px;
	
	
}
#rightCol p {
	line-height: 16px;
	
}
#rightCol a:link {
	text-decoration: underline;
}
#leftCol a:link, #leftCol a:visited {
	text-decoration: none;
}
#leftCol {
	width: 190px;
	float: left;
}
h1 {
	color: #2E2A63;
	font-size: 20px;
	font-weight: bold;
}
h2 {

	font-size: 16px;
	font-weight: bold;
}
#leftCol ul {
	list-style-type: none;
	margin-left: -28px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-weight: bold;
}
#leftCol li {
	padding-bottom: 4px;
}

a:link {
	color: #2E2A63;
	text-decoration: none;
}
a:visited {
	color: #472963;
}
a:active {
	color: #8C9ACB;
}
a:hover {
	color: #EB295A;
	text-decoration: underline;
}

.oneColFixCtr #container #mainContent2 {
	background-image: url(images/bgs/bg0.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	overflow: auto;
	zoom: 1
}

.oneColFixCtr #container #mainContent #rightCol {
	width: 540px;
}

