/* ----- RESET ----- */
/* Here, we are going to reset all browsers, so we don't have to declare a bunch of stuff over and over */
@import url("reset.css");

body { font: 14px/20px Verdana, Arial, sans-serif; background-color: #000000; color: #000000; margin: 20px;}
html { overflow-y: scroll; }
input, textarea { font: normal 13px/20px Verdana, Arial, sans-serif; color: #333; }

/* We use em and strong in the text, instead of <b> or <i> ... these are read by browsers to be emphasis terms, and help for readers
by vision-impaired users and spiders */
em { font-style: italic; }
strong { font-weight: bold; }

p { margin: 0 0 17px 0; }

h1 { font: bold 19px/21px Verdana, Arial, sans-serif; color: #57791c; letter-spacing: 1px; margin: 0 0 5px 0; }
h2 { font: bold 17px/20px Verdana, Arial, sans-serif; color: #85ab45; margin: 0 0 13px 0; }
h3 { font: bold 14px/17px Verdana, Arial, sans-serif; color: #91202a; text-transform: uppercase; letter-spacing: 2px; margin: 0 0 10px 0; }
h4 { font: bold 14px/20px Verdana, Arial, sans-serif; color: #de471e; text-transform: uppercase; letter-spacing: 1px; margin: 0 0 10px 0; }

.green { font: 14px/20px Verdana, Arial, sans-serif; color: #57791c; }
.greenbold { font: bold 14px/20px Verdana, Arial, sans-serif; color: #57791c; }
.greenhead { font: bold 19px/21px Verdana, Arial, sans-serif; color: #57791c; }
.red { font: 14px/20px Verdana, Arial, sans-serif; color: #91202a; }
.redbold { font: bold 14px/20px Verdana, Arial, sans-serif; color: #91202a; }
.redmedium { font: bold 16px/20px Verdana, Arial, sans-serif; color: #91202a; }
.redhead { font: bold 19px/21px Verdana, Arial, sans-serif; color: #91202a; }
.brightredbold { font: bold 14px/20px Verdana, Arial, sans-serif; color: #f1081c; }
.quote { font: bold italic 14px/20px Verdana, Arial, sans-serif; color: #91202a; }
.dropcap { font: bold 27px/27px Verdana, Arial, sans-serif; color: #91202a; }
.dropcap2 { font: bold 21px/21px Verdana, Arial, sans-serif; color: #b33f49; }
.headerred { font: bold 17px/20px Verdana, Arial, sans-serif; letter-spacing: 1px; color: #b33f49; }
.headerlink { font: bold 17px/20px Verdana, Arial, sans-serif; letter-spacing: 1px; color: #528f8f; }
.a { font: bold 17px/20px Verdana, Arial, sans-serif; letter-spacing: 1px; color: #5d43fa; }
.xuni { font: 12px/14px Verdana, Arial, sans-serif; color: #abd855; }
.xuni a, .xuni a:visited {font: 12px/14px Verdana, Arial, sans-serif; color: #abd855;font-weight:normal;text-decoration:underline;}


/* ----- LINKS ----- */
/* We change the link color here. The first line color is the color of the link, the second line is the color of the rollover */
a:link, a:visited { font-weight: bold; color: #394f0e; text-decoration: none; }
a:active, a:hover { font-weight: bold; color: #709132; text-decoration: none; }


/* ----- ARCHITECTURE ----- */
body {background:#000000;margin: 0px 20px 20px 20px;}
html, body {
       height:auto !important; /* FF and compliant browsers should automatically size the body/html */
       height:100%; /* ie will set the body/html to 100%, anything overflowing that will (incorrectly) resize it. go IE */
       min-height:100%; /* when FF/etc automatically size the body/html it should be AT LEAST the height of the entire browser window, but can expand based on content. */
}
.imgblock{display:block;}
#container{position:absolute;
	margin-left: auto;
	margin-right: auto;
	left: 50%;
	background-image:url(images/bg-page.gif);
	margin-left: -478px; /*set to half the total container width, in this case 900px*/
	width: 956px;   
	background-color:#ffffff;
	margin-bottom:30px;
} 
#topleftside {float:left;width:226px;height:330px;padding:0;margin:0;}
#toprightside {float:left;width:654px;height:134px;padding:0;margin:0;}
#toprightside2 {float:left;width:297px;height:196px;padding:0;margin:0;}
#toprightside3 {float:left;width:228px;height:196px;padding:0;margin:0;}
#rightside {float:left;width:61px;padding:0px;}
#leftside {float:left;width:221px;padding:0;margin:0;}
#middle {float:left;padding: 0;width:621px;background-color:#abd855;margin: 0px;}
#maincontent {float:left;margin:0;padding:0 30px 0 0px; width:644px; min-height:440px; }

#topmiddle {width:956px;height:237px;padding:0;margin:0;}
#backtotop { padding: 20px; text-align:center;}
#navigation {width: 956px; height: 28px;padding:0;margin:0; }
#navigation ul { list-style: none; line-height: 0px;padding:0;margin:0; }
#navigation ul li {float:left;padding:0;margin:0;}
#footer { clear:both;width: 956px;background:#000000;z-index:999;margin:0;padding-top:0px;text-align:center; }
#bottomspace { width:956px;clear:both; height: 30px; margin:0;background:#000000;z-index:99;}
#clear {clear:both;}

