@charset "iso-8859-1";
/* CSS Document */

/* HTML styles */
html {
	height:100%;
}

body {
	background: #ffffff url(../images/shell/body_bkg_repeat.gif);
	background-repeat: repeat;
	background-position: top left;
	color: #302E2A;
	font-family: Times, serif;
	font-size: 12px;
	margin:0px;
	padding:0px;
	text-align: center;
}

h2 {
	font-family: Times, serif;
	font-size: 14px;
}

h2.blue {
	color: #31488F;
	font-family: Times, serif;
	font-size: 14px;
}

.floatRight {
	float: right;
	padding: 0px 0px 20px 30px;
	text-align: center;
}

img.sidebarPadding {
	padding: 0px 0px 20px 0px;
}

/* Links */

a:link {
	color: #246FC9;	
	text-decoration: underline;
}

a:visited {
	color: #246FC9;
	text-decoration: underline;
}

a:active {
	color: #246FC9;
	text-decoration: underline;
}

a:hover {
	color: #246FC9;
	text-decoration: none;
}

/* DIV styles */
#mainContainer .bgContainer {
	height:100%;
	margin: 0px auto;
	position: fixed;
	text-align: left;
	width:771px;	
	z-index: 1;
}

#shellContainer {
	background: url(../images/shell/body_bkg_gradient.gif);
	background-position: top left;
	background-repeat: repeat-x;
	height: 450px;
	width: 100%;
}

#contentContainer {	
	padding: 0px;
	position:relative;
	z-index: 3;
}

#mainContainer {
	margin: 0px auto;	
	text-align: left;	
	width: 771px;
	z-index: 2;
}

.sidebar {
	float: left;
	margin: 30px 0px 30px 30px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	width: 207px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
}

.contentDiv {
	float: right;
	margin: 30px 30px 30px 0px;
	padding: 10px 0px 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	width: 474px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
}

.contentDivFull {	
	margin: 30px auto 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	width: 711px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
}

.navContainer {
	left: 0px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	width: 771px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
}

.footerContainer {
	margin: 0px 30px;	
	text-align: center;
	width: 708px;
}

.footerLeft {
	float: left;
	padding-bottom: 30px;
	padding-top: 30px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	width: 300px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
}

.footerRight {
	float: right;	
	padding-bottom: 30px;
	padding-top: 30px;
	text-align: right; /* this overrides the text-align: center on the body element. */
	width: 300px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
}

.larger{
	font-size: larger;
	}