html {
}

body {
	background-color: #FFFFFF;
	margin: 0;
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
}
#top {
	background-image: url(images/bg_topstatic.gif);
	background-repeat: repeat-x;
	width: 100%;
	text-align: center;
}
#topwrap {
    margin-left: auto;
    margin-right: auto;
	width: 952px;
	text-align: left;
	position: relative;
}
#main {
	width: 100%;
	margin-top: 30px;
	text-align: center;
}
#mainwrap {
     margin-left: auto;
     margin-right: auto;
	 width: 952px;
	 text-align: left;
}
#footer {
	background-color: #555d6a;
	height: 165px;
	width: 100%;
	margin-top: 30px;
	text-align: center;
}
#footerwrap {
     margin-left: auto;
     margin-right: auto;
	 width: 992px;
	 text-align: left;
}
#copyright {
	background-color: #323c4e;
	height: 30px;
	width: 100%;
	text-align: center;
	padding-top: 8px;
}
#copyrightwrap {
     margin-left: auto;
     margin-right: auto;
	 width: 952px;
	 text-align: left;
}
#topimage {
	background-image: url(images/topheader_img.jpg);
	height: 206px;
	width: 950px;
}
#topbanner {
	background-image: url(images/cae_banner.gif);
	height: 151px;
	width: 560px;
	left: 382px;
	top: 26px;
	position: absolute;
}
a#menubtn1 {
	background-image: url(images/btn1.jpg);
	background-position: top left;
	height: 27px;
	width: 181px;
	display: block;
	float: left;
}
a#menubtn2 {
	background-image: url(images/btn2.jpg);
	background-position: top left;
	height: 27px;
	width: 180px;
	display: block;
	float: left;
}
a#menubtn3 {
	background-image: url(images/btn3.jpg);
	background-position: top left;
	height: 27px;
	width: 181px;
	display: block;
	float: left;
}
a#menubtn4 {
	background-image: url(images/btn4.jpg);
	background-position: top left;
	height: 27px;
	width: 180px;
	display: block;
	float: left;
}
a#menubtn5 {
	background-image: url(images/btn5.jpg);
	background-position: top left;
	height: 27px;
	width: 180px;
	display: block;
	float: left;
}
a#menubtn1:hover, a#menubtn2:hover, a#menubtn3:hover, a#menubtn4:hover, a#menubtn5:hover {
	background-position: bottom left;
}
#menuseperator1 {
	background-image: url(images/but_separation1.jpg);
	height: 27px;
	width: 10px;
	float: left;
}
#menuseperator2 {
	background-image: url(images/but_separation2.jpg);
	height: 27px;
	width: 10px;
	float: left;
}
#menuseperator3 {
	background-image: url(images/but_separation3.jpg);
	height: 27px;
	width: 10px;
	float: left;
}
#menuseperator4 {
	background-image: url(images/but_separation4.jpg);
	height: 27px;
	width: 10px;
	float: left;
}
#menuseperator5 {
	background-image: url(images/but_separation5.jpg);
	height: 27px;
	width: 10px;
	float: left;
}

.clear {
	clear: both;
}

.leftpane {
	width: 220px;
	float: left;
}
.rightpane {
	width: 220px;
	float: right;
}

.contentpane {
	width: 700px;
	float: left;
	margin-left: 20px;
}

.bottompane {
	width: 992px;
}


.hide {
	visibility:hidden;
}
#homeLink {
	float: left;
	position: absolute;
	width : 300px;
	height: 60px;
	left: 0px;
	top: 25px;
}
#emailLink {
	float: left;
	position: absolute;
	width : 110px;
	height: 15px;
	left: 70px;
	top: 140px;
}
.skinfooter {
	color: #CCCCCC;
	font-size: 11px;
}
a.skinuser:link {
	color: #CCCCCC; 
	text-decoration: none; 
	font-size: 11px;
	border-bottom: solid 1px #FFFFFF;
}
a.skinuser:hover {
	color: #FFFFFF; 
	text-decoration: none; 
	font-size: 11px;
	border-bottom: solid 1px #FFFFFF;
}
a.skinuser:active {
	color: #CCCCCC; 
	text-decoration: none; 
	font-size: 11px;
	border-bottom: solid 1px #FFFFFF;
}
a.skinuser:visited {
	color: #CCCCCC; 
	text-decoration: none; 
	font-size: 11px;
	border-bottom: solid 1px #FFFFFF;
}

A:link
{
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}

A:visited
{
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}

A:hover
{
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}

A:active
{
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
