body {
	background-image: url('../img/bg1.jpg');
	background-repeat: repeat-x;
	background-color: #2C427C;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

#conwrap {
	width: 925px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

a {
	font-family: Arial;
	font-size: 8pt;
	color: #0066cc;
	text-decoration: none;
}

#header {
	height: 201px;
}

#header2 {
	background-image: url('../img/header2.jpg');
	width: 925px;
	height: 58px;
}

#header2content  a {
	color: #435da7;
	font-family: 'Times New Roman';
	font-size: 22px;
}

#header2content {
	text-align: right;
	padding: 8px 20px 0px 0px;
}

#c0 {
	float: left;
	width: 1px;
	height: 883px;
}

#c1content {
	font-family: 'Times New Roman';
	font-size: 18px;
	padding: 8px 70px 20px 75px;
}


#c1 {
	float: left;
	width: 925px;
	background-image: url('../img/bigbg.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}

#c2 {
	float: left;
	background-image: url('../img/bigbg_bg.gif');
}

#footer {
	clear: both;
	background-image: url('../img/footer.jpg');
	width: 925px;
	height: 47px;
}

.toptabletext {
	text-align: center;
}
.toptabletext a {
	color: #3f549f;
	font-family: 'Times New Roman';
	font-size: 18px;
}
.toptabletext_sm {
	text-align: center;
}
.toptabletext_sm a {
	color: #3f549f;
	font-family: 'Times New Roman';
	font-size: 14px;
}

.welcomeheader {
	text-transform: uppercase;
	color: #3f549f;
	padding-left: 3px;
	padding-bottom: 13px;
}

DIV.copy
{
color:white;

font-size:11px;
font-family:Verdana;
}

a.squarebutton{
background: transparent url('/img/buttons/square-blue-left.gif') no-repeat top left;
display: block;
float: left;

font: normal 12px Arial; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
}

a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton{
color: navy; /*button text color*/
font-weight:bold;
font-family:arial;
font-size:8pt;
}

a.squarebutton span{
background: transparent url('/img/buttons/square-blue-right.gif') no-repeat top right;
display: block;font-weight:bold;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.squarebutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.squarebutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}


