body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(images/bggradient.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	border:0px;
	margin:0px;
	padding:0px;
}

img {
	border:0px;
}

a {
	text-decoration:none;
}

table{
	vertical-align:top;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;	
	padding:0px;
	background-color:#FFFFFF;
}

#maincontainer {
	width:720px;
	height:100%;
}

#leftedgetop{
	width:10px;
	height:400px;
	background:url(images/leftedgetop.jpg) no-repeat;
}

#leftedge{
	width:10px;
	height:100%;
	background:url(images/leftedge.jpg) repeat-y;
}

#middlecolumn {
	vertical-align:top;
	width:700px;
	height:100%;
}

#rightedgetop{
	width:10px;
	height:400px;
	background:url(images/rightedgetop.jpg) no-repeat;
}

#rightedge{
	width:10px;
	height:100%;
	background:url(images/rightedge.jpg) repeat-y;
}

#topbar {
	background-image:url(images/topbar.jpg);
	height:100px;
}

#navcontainer{
	width:100%;
	height:24px;
	vertical-align:top;
}

#navcontainer a{
	font-size:12px;
	font-weight:bold;
	display:block;
	/*width:100px;*/
	text-align:center;
	color:#FFFFFF;
}

#navcontainer a:hover{
	text-decoration:underline;
}

#contentcontainer{
	vertical-align:top;
	width:100%;
	border:0px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

#leftbar{
	width:125px;
}

#rightbar{
	width:100%;
}

#content{
	width:565px;
	border:0px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
}

#topspacer{
	height:50px;
	background-color:#FFFFFF;
	background-image:url(images/topspacer.png);
}

#content table{
	font-size:12px;
}

#mainframe{
	border:0px;
	height:512px;
	width:575px;
}

#footer{
	width:100%;
	height:50px;
	border:0;
	padding:10px;
	background-color:#FFFFFF;
}

.copyright {
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
}

h1 {
	font-size:18px;
	text-decoration:underline;
	font-weight:bold;
}

h2{
	font-size:16px;
	font-weight:bold;
	text-decoration:underline;
}

hr{
	clear:both;
}
