/* CSS Document */
/**
---------------------------------------------------------------------------
This CSS template created by Alt-Web Design and Publishing, www.alt-web.com, 2009. 
----------------------------------------------------------------------------
**/
/** zero out default browser margins, padding &amp; borders**/

html,body {margin:0; padding:0; border: 0;font-size:90.01%; height:100%; margin-bottom:1px; /**adds scrollbar to Mozilla**/}

/**For IE only**/
*body {font-size:76%; zoom: 1;}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	width:900px;
	margin:0 auto; /**centers page**/
	color: white;
}

#wrapper {
	height: 1%; /**IE peekaboo fix**/
	width:auto;
	margin-top:0;
	text-align: left;
}

#header {
	width:97%;
	text-align:right;
	color:#316AC5;
}

#left{
	float:left;
	width:225px;
	padding: 10px;
	overflow: auto;
	background: url(../Images/BG/trasnparent-grn.png) repeat;
	margin-top: 10px;
	margin-right: 25px;
	border-right: 3px solid silver;
}

/**Right Side Vertical Navigation**/
#navcontainer {width: 190px; }

#navcontainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#navcontainer a {
	display: block;
	padding: 3px;
	width: 180px; /**change this width if you change width of rightColumn**/
	background-color: #036;
	border-bottom: 1px solid #eee;
}
#navcontainer a:link, #navlist a:visited {
	color: #EEE;
	text-decoration: none;
}
#navcontainer a.current {background-color:#339900}

#navcontainer a:hover {
	background-color: #369;
	color: #fff;
}

#content {
	padding:10px;
}

#footer {
	clear: both;
	margin:0;
	background: white;
}


/**text styles**/
h2,h3,h4 {font-size: 1.2em; line-height:1.5;}
h3 {color: #666666}
p {font-size: 1.1em; line-height:1.5; padding:0 20px 0 20px;}
ul {line-height:2;}
acronym{border-bottom:2px #FFF dotted; cursor:help;}

/**Regular Links**/
a{color:#4488c3;font-weight:700;text-decoration:none}
a:visited {color:#4488c3; text-decoration:none}
a:hover,a:active,a:focus{text-decoration:underline}

/**linked images**/
a img{border:none;}
img a:hover {border:none}

/**Misc classes**/
.left {text-align:left}
.center {text-align:center}
.right {text-align:right}

/**Floats**/
.floatRight {float:right; width:30%}
.floatLeft {float:left; width:30%}
.clearing {clear:both; height:1px; width:100%; visibility:hidden;}
