html, body, #container {
	min-height: 100%;
	width: 100%;
	height: 100%;
}
html>body, html>body #container {
	height: auto;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image:url(../images/sideBar.gif);
	background-position: 0px 0px;
	background-repeat:repeat-y;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#header{
	position:absolute;
	background-image:url(../images/header.gif);
	background-repeat:repeat-x;
	top:0px;
	left:0px;
	height:65px;
	width:100%;
	min-width:760px;

}

#topLeft{
	position:absolute;
	background-image: url(../images/topLeft.gif);
	background-repeat:no-repeat;
	height:71px;
	width:121px;
	top:0px;
	left:0px;
	z-index:4;
}

#content{
	position:relative;
	padding-top:70px;
	margin: 70px 0px 60px 120px;
	width:auto;
	min-width:645px;
	height:auto;
}
#content h2, dt{
	color: #0066CC;
	margin: -3px 0px 0px;
	font-size:15px;
	font-weight:bold;
	white-space:nowrap;
}
#container {
	position: absolute;
	top: 0;
	left: 0;
	background-image:url(../images/sideBar.gif);
	background-position: 0px 0px;
	background-repeat:repeat-y;
}
#footer{
	position:absolute;
	background-color:#FFFFFF;
	color: #FFFFFF;
	font-weight:bold;
	background-image:url(../images/footer.gif);
	background-repeat:repeat-x;
	bottom:0px;
	width:100%;
	min-width:760px;
	padding-top:8px;
	text-align:center;
	z-index:3;
}

#name{
	position:absolute;
	top:2px;
	left:120px;
	height:auto;
	width:auto;
	z-index:3;
}
#name h1{
	color:#FFFFFF;
	margin: 0px 0px 0px;
	font-size:20px;
	line-height:20px;
	white-space:nowrap;
}
#name h2{
	color:#BBBBBB;
	margin: -3px 0px 0px;
	font-size:16px;
	white-space:nowrap;
}
#headerA{
	position:absolute;
	top:0px;
	right:0px;
	height:58px;
	width:400px;
	background-image: url(../images/headerA.gif);
	background-repeat:no-repeat;
	z-index:2;
}
#headerB{
	position:absolute;
	top:0px;
	right:0px;
	height:58px;
	width:400px;
	background-image: url(../images/headerB.gif);
	background-repeat:no-repeat;
	z-index:3;
}
#location{
	position:absolute;
	top:22px;
	right:2px;
	height:32px;
	width:200px;
	color:#FFFFFF;
	font-size:16px;
	line-height:16px;
	font-weight:bold;
	text-align:right;
	z-index:4;
}
#bottomLeft{
	position:absolute;
	bottom:23px;
	left:0px;
	height:300px;
	width:115px;
	background-image: url(../images/bottomLeft.jpg);
	background-repeat:no-repeat;
	z-index:1;
}
#menu{
	width:560px;
	height:auto;
	margin-top:95px;
	margin-left:35px;
	margin-bottom:65px;
	text-align:center;
	border: 6px double #FF0000;
}
#menuArt{
	background-image:url(../images/menuArt.gif);
	background-repeat:no-repeat;
	margin-top:15px;
	width:560px;
	height:195px;
}
.menuTxt{
	color: #003399;
	margin: 0px 0px 14px;
}
#menu h2{
	margin: 0px 0px 0px;
	color: #990000;
}
.buttonscontainer {
	position:absolute;
	top:71px;
	left:2px;
	width: 101px;
	z-index:2;
}

.buttons a {
	color: #FFFFFF;
	border: 1px solid;
	background-color: #52A6F1;
	padding: 2px;
	padding-left: 3px;
	font: 12px Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	border-color: #FFFFFF #333399 #333399 #FFFFFF ;
	display: block;
	margin: 0px;
	width: 100%;
	text-align:center;
}

.buttons a:hover, #here{
	border: 1px solid;
	padding-left: 4px;
	padding-top: 3px;
	padding-bottom: 1px;
	padding-right: 1px;
	background-color: #7DBCF5;
	border-color: #333399 #FFFFFF #FFFFFF #333399;
	color: #000000;
	text-decoration: none;
}
.footer, a:link, a:visited, a:active{
	color: #FFFFFF;
	text-decoration: none;
}
.footer, a:hover, #here2{
	color: #000000;
	text-decoration: none;
}
#content a:link {
	color: #333399;
	text-decoration: none;
}
#content a:visited {
	color: #333399;
	text-decoration: none;
}
#content a:hover {
	color: #CC0000;
	text-decoration: none;
}
#content a:active {
	color: #CC0000;
	text-decoration: none;
}