body {
	background-color: #A1A6AB;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial;
	font-size: 12px;
	line-height: 1.5em;
}
/* Structure Styles */ 
#maintable {
	margin-right: auto;
	margin-left: auto;
}
.basebg {
	background-image: url("images/page-bg.gif");
	background-repeat: repeat-y;
	padding-right: 14px;
	padding-left: 14px;
	
}
#contenttable {
	margin-top: 10px;
}
.navtd {
	width: 170px;
	background-color: #A3C3FE;
}
.content {
	padding-left: 15px;
	min-height: 300px;
	height: 300px;
	text-align: left;
}
.content .pageContent {
	padding-right: 15px;
}


td {
	vertical-align:top;
}
/* navigation Styles */
.buttonscontainer {
	width: 170px;
}
.buttons a:link, .buttons a:visited {
	color: #333333;
	background-color: #b5cefd;
	padding: 5px;
	display: block;
	border-bottom: 1px solid #FFF;
	text-decoration: none;
	text-align: right;
	font-weight: bold;
	width: 160px;
}
.buttons a:hover {
	background-color: #d7e5fe;
	color: #333333;
	text-decoration: none;
}
/* Text and Link Styles */
h1, h2, h3, h4 {
	line-height: normal;
	font-family: Verdana,Arial;
	font-weight: normal;
	color: #6689C9;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 150%;
}

a:link, a:visited , a: strong  {
	
	text-decoration: underline;
}
a:hover {
	color: #ADBFD1;
	text-decoration: none;
}
/* Additional Styles */
.footer {
	margin: 0px 0px;
	padding-left: 15px;
	margin-left: 15px;
	font-size: 11px;
}

.footerLine {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A3C3FE;
}

.basebg .siteNameDiv {
	width:740px;
	height:100px;
	background:url("images/header-background.gif")  repeat;
}

.basebg .siteNameDiv h2 {
	
	color:white;
	width:75%;
	background:url("images/header-background.gif");
	filter:alpha(opacity=100);
	-moz-opacity:.100;
	opacity:1;
	font-size:42px;
	line-height:2em;
	text-align:left;
	padding-left: 15px;
	
}

