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 {
	color:#000000;
}

a:hover{
	text-decoration:underline;
}

table{
	vertical-align:top;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;	
	padding:0px;
	background-color:#FFFFFF;
}

#maincontainer {
	width:700px;
}

#leftedge{
	width:10px;
	height:auto;
	background:url(../../images/leftedge.jpg) repeat-y;
}

#middlecolumn {
	width:700px;
}

#rightedge{
	width:10px;
	height:auto;
	background:url(../../images/rightedge.jpg) repeat-y;
}

#topbar {
	background-image:url(../../images/topbar.jpg);
	height:100px;
}

#navcontainer{
	width:100%;
}

#navcontainer a{
	font-size:12px;
	font-weight:bold;
	display:block;
	/*width:100px;*/
	text-align:center;
	color:#FFFFFF;
	/*background-color:#0033CC;*/
}

#navcontainer a:hover{
	text-decoration:underline;
}

.nav-button{
	width:100px;
	background-color:#FFFFFF;
}

#leftbar{
	width:125px;
	/*background-color:#6633FF;*/
}

#rightbar{
	width:100%;
	/*background-color:#3366FF;*/
}

#contentcontainer{
	width:100%;
	border:0px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

#content{
	width:565px;
	border:0px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}


#topspacer{
	height:50px;
	background-color:#FFFFFF;
	background-image:url(../../images/topspacer.png);
}

#content table{
	font-size:12px;
}

#mainframe{
	border:0px;
	height:512px;
	width:575px;
}

.news{
	width:557px; 
	margin-bottom:30px;
	border:1px #999999 solid;
	padding: 5px;
}

#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 {
	display:inline;
	font-size:18px;
	font-weight:bold;
}

h2{
	display:inline;
	font-size:14px;
	font-weight:bold;
}

