html {
	height:100%;
}

body {
	margin:0;
	padding:0;
	height:100%;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	vertical-align:top;
	background:#fff;
	color:#666;
	background-color:#ccd7e9;
	background-image:url(images/bg_grad.png);
	background-repeat:repeat-x;
	background-position:top;
}

#wrapper {
	margin: 0 auto;
	width:755px;
	text-align:left;
}

#header {
	float:left;
	width:630px;
	background:#fff;
	background-image:url(images/headerbg.png);
	background-repeat:no-repeat;
	background-position:top center;
	height:123px;
	margin-bottom:20px;
}

#container {
	float:left;
	display:inline;
	width:630px;
	background:#fff;
	min-height:100%;
}

/* subMenu Styling */
#subMenu {
	float:left;
	display:inline;
	width:150px;
	height:100%;
	margin:0 0 0 20px;
	color:#fff;
	background:#0066cc url(images/subMenu_topCorners.png) top	 left no-repeat;
}

#subMenu ul {
	list-style-type:none;
	margin:0px 0 0 0;
	padding:1px 0 5px 0;
	background:transparent url(images/subMenu_btmCorners.png) bottom left no-repeat;
}

#subMenu li {
	margin:5px 0 0 8px;
}

#subMenu a {
	color:#fff;
	text-decoration:none;
}

#subMenu a:hover {
	text-decoration:underline;
}

/* Content Styling */
#content {
	width:400px;
	height:100%;
	float:left;
	display:inline;
	margin:0 0 0px 30px;
	padding-bottom:3em;
}
#content h1 {
	font-size:2em;
	color:#0066cc;
	font-weight:normal;
	margin:0 0 10px 0;
}

#content h2 {
	font-size:1.25em;
	color:#0066cc;
	font-weight:normal;
	margin:0;
}

#content p {
	line-height:1.4em;
	margin:3px 0 15px 0;
}

#content a {
	color:#0066cc;
	text-decoration:underline;
}



#content a:hover {
	text-decoration:none;
}

#content img {
	float:right;
	display:block;
	margin:5px;
}

.section {
	border-top:1px solid #0066cc;
	padding-top:15px;
	margin:0;
	height:100%;
}

.section h3 {
	font-size:1em;
	font-style:oblique;
	font-weight:normal;
}


/* Footer Styling */
#footer {
	clear:both;
	width:630px;
	height:3em;
	background:#000;
	color:#fff;
	position:relative;
	bottom:0;
	margin-left:120px;
}

#footer p {
	font-size:.8em;
	margin:0;
	padding:10px 0 15px 35px;
}

#footer a {
	color:#fff;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}

form {
	background-color:#f5f5f5;
}


form th {
	text-align:right;
	vertical-align:bottom;
	font-weight:normal;
}