@charset "utf-8";
/* CSS Document */

/**
--------------------------------------------------------------------------
This CSS template created by Alt-Web Design and Publishing, www.alt-web.com, 2009. 
---------------------------------------------------------------------------
**/

/**Zero out margins, padding and borders for all browsers**/

html, body {margin:0; padding:0; border:0; font-size:100.01%; height:100%; margin-bottom:1px; /** this forces scrollbar to appear in Mozilla **/}

/**for IE only**/
* body {font-size:76%; Zoom: 1.0 /**normalizes zoom in IE7 to 100%**/}

body {
	text-align:center;
	margin:0 auto; /**centers page**/
	padding:0;
	width:940px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #f9f9f9;
	background-image:url(../images/site_bg_2.gif);
}

#wrapper {
	background: #739fcb;
	text-align:left;
	height:auto;
	width:auto;
	overflow:auto;
}
#header {
	background: cyan;
	padding:10px;
	background-image:url(../images/banner.jpg);
	height: 80px;
	border-bottom:groove;
}

/**Horizontal menu**/
#topMenu {
	text-align:left;
	background:#0663d5;
	padding:3px;
	border-bottom:groove;
}
#topMenu a {
	font-size:0.7em;
	text-transform:uppercase;
	text-decoration:none;
}
#topMenu a:hover {
	color:#505050;
	text-decoration:none;
}

/**floated left column**/
#leftColumn{
	float:left;
	width:250px;/*adjust width of column in pixels, ems or percentages*/
	height:810px;
	overflow:hidden;
	margin:0;
	padding:0px;
	background:#030bb1;
	height: auto;
	left: 0px;
	top: auto;
}
/**floated right column**/
#rightColumn{
	float:right;
	width:320px;/*adjust width of column in pixels, ems or percentages*/
	height:810px;
	overflow:auto;
	margin:0;
	padding:5px;
	background: white;
}

/**Right Side Vertical Navigation**/
#navcontainer {width: 250px; background:#739fcb; font-size:14px; }

#navcontainer ul {
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	padding-left: 0;
	list-style-type: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#navcontainer a {
	display: block;
	padding: 3px;
	width: 233px; /**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:hover {
	background-color: #369;
	color: #fff;
}
/** Middle column container **/
#Middle {
	background: white;
	padding:10px;
	height:800px;
	overflow:auto;
	width: auto;
	margin:0px 0px 0px 210px;
	
}

#footer {
	clear: both;
	color:black;
	margin:0;
	padding:5px;
	height:auto;
	background: white;
}
#Myfooter {text-align:left; padding:5px; margin:0px 0 0 40px; color:#898989; border-top:groove; }
.footertext {text-indent: 75px; font-size:.85em; line-height:.65em; color:#FF0000;}

/**text styles**/
h1,h2,h3,h4 {font-size: 1.2em; line-height:1;}
h3 {color: #666666}
p {font-size: .90em; line-height:1.5; padding:0 20px 0 20px;}
ul {line-height:2;}

/**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;}

