@charset "utf-8";
/* CSS Document */

/*Internal Styles*/
.insidePage #container {
	width: 804px;
	margin: 0 auto;
	background: url(images/internal_bg.jpg) no-repeat top;
	border-left-color:  White;
	border-left-width: thin;
	border-left-style: solid;
	border-right-color:  White;
	border-right-width: thin;
	border-right-style: solid;
	border-bottom-color:  White;
	border-bottom-width: thin;
	border-bottom-style: solid;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 100%;
}

.insidePage #mainContent {
	padding: 20px 15px 0 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.insidePage #nav {
	background: url(images/nav_bg.jpg) repeat-x right bottom;
	width: 541px;
	height: 42px;
	padding: 42px 0 0 0;
	margin-left: 167px;
	position: relative;
}

.insidePage #left {
	width: 178px;
	float: left;
}

.insidePage #left ul {
	padding: 0;
	margin: 0;
	font-size: 13px;
	text-align: right;
}

.insidePage #left li {
	list-style-type: none;
	list-style-image: none;
	background: url(images/sub_dotty.gif) bottom no-repeat;
	padding: 7px 0;
	margin: 0;
}

h1 {
	color: #1e4441;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding: 0;
	margin: 7px 0 10px 0;
}

h3 {
	padding: 15px 0 3px 0;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	margin: 0;	
	color: #1e4441;
}

.green {
	color: #1e4441;
}

/*List Styles General*/
ul {
	padding: 0;
	margin: 0 0 15px 15px;
	list-style: square; 
}
	
ol {
	padding: 0 0 0 10px;
	margin: 0 0 15px 15px;
}

li {
	padding: 0 0 3px 0;
	margin: 0 0 0 0;
}

.indent {
	margin-left: 15px;
}

/*List Styles Popular Topics nav*/
#right ul {
	margin: 0;
	padding-top: 4px;
	list-style: none;
}

#right li {
	margin: 0;
	padding: 4px 0;
	border-bottom: #eeeeee solid 1px;
}

/*subNav link styles*/
a.subLink:link, a.subLink:visited, a.subLink:active {
	color: #647d7c;
	text-decoration: none;
	padding-right: 15px;
	font-weight: bold;
}

a.subLink:hover {
	color: #1e4441;
	text-decoration: none;
	background: url(images/sub_roll.gif) right no-repeat;
	padding-right: 15px;
	font-weight: bold;
}

a.subSelect:link, a.subSelect:active, a.subSelect:hover, a.subSelect:visited {
	color: #1e4441;
	text-decoration: none;
	background: url(images/sub_roll.gif) right no-repeat;
	padding-right: 15px;
	font-weight: bold;
}

/* Positioning*/
.insidePage #right {
	float: right;
	width: 140px;
	margin-top: 20px;
}

.insidePage #right p {
	padding: 6px 0;
	margin: 0;
}

.insidePage #middle {
	width: 400px;
	margin: 0 0 0 225px;
	line-height: 18px;
	padding: 0 0 0 12px;
}

.insidePage #middle p, .insidePage #span p {
	padding: 0;
	margin: 0 25px 15px 0;
}

.insidePage #span {
	width: 540px;
	margin: 0 0 0 225px;
	line-height: 18px;
	padding: 0 0 0 12px;
}

.insidePage #span1 {
	width: 540px;
	margin: 0 0 0 200px;
	line-height: 18px;
	padding: 0 0 0 12px;
}

.insidePage #footer {
	color: #999999;
	border-top: #CCCCCC solid 1px;
	width: 800px;
	margin:  30px 0 0 0px;
	padding-top: 5px;
	font-size: 11px;
}

.insidePage .footer {
	font-size: 11px;
}







