/* ----- 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: #225990; letter-spacing: 1px; margin: 0 0 5px 0; }
h2 { font: bold 17px/20px Verdana, Arial, sans-serif; color: #2b7dcf; margin: 0 0 5px 0; }
h3 { font: bold 14px/17px Verdana, Arial, sans-serif; color: #9983ad; text-transform: uppercase; letter-spacing: 2px; margin: 0 0 10px 0; }

.blue { font: 14px/20px Verdana, Arial, sans-serif; color: #2b7dcf; }
.bluebold { font: bold 14px/20px Verdana, Arial, sans-serif; color: #2b7dcf; }
.bluehead { font: bold 19px/21px Verdana, Arial, sans-serif; color: #2b7dcf; }
.lavender { font: 14px/20px Verdana, Arial, sans-serif; color: #9983ad; }
.lavenderbold { font: bold 14px/20px Verdana, Arial, sans-serif; color: #9983ad; }
.lavenderhead { font: bold 19px/21px Verdana, Arial, sans-serif; color: #9983ad; }
.guide { font: italic bold 14px/20px Verdana, Arial, sans-serif; color: #7d688f; }
.dropcap { font: bold 27px/27px Verdana, Arial, sans-serif; color: #000000; }
.dropcap2 { font: bold 21px/21px Verdana, Arial, sans-serif; color: #000000; }
.xuni, .xuni a, .xuni a:visited, .xuni a:active { font: 12px/14px Verdana, Arial, sans-serif; color: #9983ad; }


/* ----- 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: #2b734b; text-decoration: none; }
a:active, a:hover { font-weight: bold; color: #2eb470; text-decoration: none; }


/* ----- ARCHITECTURE ----- */
body {background:#000000;margin: 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;}
#leftside {float:left;width:190px;padding:0;margin:0;}
#middle {float:left;padding: 0;width:621px;background-color:#abd855;margin: 0px;}
#maincontent {float:left;padding: 10px 55px 30px 35px; width:620px; min-height:540px;margin: 0px; }
#rightside {float:left;width:550px;padding:20px 40px 0px 0px;}
#container{position:absolute;
	margin-left: auto;
	margin-right: auto;
	left: 50%;
	margin-left: -450px; /*set to half the total container width, in this case 900px*/
	width: 900px;   
	background-color:#000000;
	background-image:url(images/bg-site.gif);
	margin-bottom:30px;
} 
#backtotop { padding: 20px; text-align:center;}
#navigation { width: 900px; height: 193px;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;}
#title { width: 100%; height: 68px; text-align:right; }
#footer { clear:both;width: 900;background-color:#000000;z-index:999;text-align:center; }
#bottomspace { width:900px;clear:both; height: 27px; background:#000000;z-index:99;}
#bottomspace2 { width:900px;clear:both; height: 30px; background:#000000;z-index:99;}

