/* Aspects */
* {
	margin: 0;
	padding: 0;
}
body {
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
	background-color: #1f3641;
}
img { border: none; }
#wrap {
	position: relative;
	text-align: left;
	margin: 0 auto;
	width: 785px;
	font-size:1.1em;
	background:#fff;
}
#header {
	position: relative;
	width: 785px;
	height: 327px;
	background: url(../i/bg-top-mid-leaves.gif) no-repeat 261px 0;
}
#frame {
	position:absolute;
	top:0;
	left:0;
	background: url(../i/frame.png);
	background: expression("none");
 	/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/i/frame.png", sizingMethod="scale");*/
	height: 327px;
	width: 785px;
	z-index:200;
}

a#logoAspects {
	position:absolute;
	left: 262px;
	top: 153px;
	z-index:201;
}
#header img.leftImg,
#header img.rightImg {
	filter: Alpha(Opacity=0);
	opacity: 0;
}
#header img.leftImg,
#header img.leftImage {
	position:absolute;
	left:0;
	top:75px;
}
#header img.rightImg,
#header img.rightImage {
	position:absolute;
	left:523px;
	top:45px;
}
table#main {
	border: none;
	border-collapse:collapse;
	background:#a4ad79 url(../i/bg-side.gif) left bottom no-repeat;
	position:relative;
	z-index:100;
	zoom: 1;
}
table#main td { vertical-align:top; }
#side {
	width: 261px;
	color: #2c393e;
}
#side ul {
	padding: 0 16px;
	list-style:none;
	line-height:1.3;
}
#side ul#mainlevelside {
	margin:4px 11px 0;
	line-height: 1.8;
}
#side ul#mainlevelside a {
	color: #2c393e;
	text-decoration: none;
	font-size: 1.1em;
}
/*#side ul#mainlevelside a:visited { color:#456; }*/
#side ul#mainlevelside a:hover { color:#000;}

#side ul#mainlevelside a.mainlevel_activeside,
#side ul#mainlevelside a.mainlevel_currentside,
#side ul#mainlevelside a.sublevel_currentside {
	font-weight:bold;
}
table#main td#govlinx {
	vertical-align:bottom;
	padding:12px 6px;
}
#govlinx a { margin:4px; }
/*#footer {
	color: #959e55;
	text-align: right;
	line-height: 21px;
	padding:0 13px;
}
*/

#footer {
	text-align: center;
	line-height: 21px;
	height: 21px;
	background: #1F3641;
	color: #959E55;
	clear: left;
	font-size: .8em;
}
#mainlevelfooter {
	list-style-type: none;
	float: left;
}
#mainlevelfooter li {
	float: left;
	margin-right:.8em;
}
#mainlevelfooter a {
	color: #fff;
	text-decoration: none;
}
#translation, 
.translation {
	float:right;
	padding: 0 3px;
	text-decoration:none;
	color:#fff;
}

td.copy {
	background:#fff;
	color:#000;
	position:relative;
	padding:12px;
	font-size:1.1em;
	z-index:201;
	width:500px;
}
td.frontpage{ width:238px;}

#pulled {
/*	position:relative;
	margin-top:-43px;	
	text-align:center;*/
}
.moduletable-centered {text-align:center; margin-top:15px;}


p {	margin:0 0 1em; text-align:left;}
.copy a { color:#1f3641;}
.copy a:visited { color:#365F72; }

.copy h3 {margin: .5em 0; color:#600;}
.copy h4, .copy h5 { margin: .4em 0;}

td.frontpage h3 { margin: .3em 0 0;}
.copy ul, .copy ol {margin:.5em 0;}
.copy ul li, .copy ol li {margin:.5em 0 0 2em;}

.copy blockquote,
.copy .citation {
	display: block;
	margin: .5em 3em;
	font-style: italic;
	text-align: justify;
	color: #664;
}
.copy .author {
	display: block;
	font-weight: bold;
	text-align: right;
	color: #664;
	font-style: normal;
	margin-right: 3em;
}
.copy blockquote .author,
.copy .citation .author { margin-right: 0; }
div.moduletableyanc {margin-top:1em;}
div.moduletableyanc table.adminlist { width:auto;}
div.moduletableyanc table.adminlist td {padding: 3px 0;}
div.moduletableyanc table.adminlist input.inputbox {font: normal 1em/2 Verdana, Arial, Helvetica, sans-serif; width:190px;}

div.moduletableyanc input.button {
	display:block;
	padding: 3px;
	font: normal 1em/1.2 Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto;
	width: 8em;
}
#admm { z-index:201;}
.frontpage .flexcontentitem {margin-bottom:1em;}
@media print {
body {
	font: 68.8% Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff;
}
#header, #footer, #frame, #side, #govlinx, #emailForm, .buttonheading { display:none;}
#wrap { width:auto; }
.contentheading { font-size:1.3em; font-weight:bold; }

}