@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	border: 0;
	}
	
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #c8c7c7;
	padding-bottom:20px;
	letter-spacing: normal;
	background-image: url(/images/bg2.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: center top;
}

p  {
	padding-bottom: 15px;
	}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #669933;
	padding-bottom: 10px;
}

a:link {
	font-size:12px;
	color: #009900;
	text-decoration: none;
	font-weight: bold;
	outline:none;
}
a:visited {
	text-decoration: none;
	color: #009900;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}


#wrapper {
	width:900px;
	top:0;
	margin:0 auto;
	padding:0;
	}
#border {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	}
#header{
	background-position: center top;
	text-align: center;
	}
	
#headimage {
	text-align: center;
}
#content {
	width:658px;
	
	padding-left: 120px;
	padding-right: 120px;
	padding-top: 50px;
	
}

#sidebar  {
	width: 194px; 
	background-color: #ffffff;
	float: left;
	padding-top: 55px;
	padding-left: 55px;
	}
#inside {
	background-color: #FFFFFF;
	width: 574px;
	float: right;
	padding-right: 55px;
	padding-top: 50px;
	
}

#column1  {
	float: left;
	text-align: center;
	width:300px;
	}
	
#column2  {
	float: right;
	text-align: center;
	width: 258px;
	}

#footer  {
	width: 898px;
	margin: 0 auto;
	text-align: center;
	color: #666666;
	font-size: 10px;
	}

.clear  {
	clear: both;
	height: 0;
	}
	
.smalltype {
	font-size: 10px;
}
	

.imgpaddingR {
	padding-bottom: 7px;
	padding-left: 10px;
}

.copyright {
	font-size: 10px;
	color: #666666;
	font-weight: bold;
}

/* MAIN MENU */  
/*Credits: By Santosh Setty (http://webdesigninfo.wordpress.com) */
/*Posted to: Dynamic Drive CSS Library (http://www.dynamicdrive.com/style/) */

.glossymenu{
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 auto 0 auto;
	background: url(/images/menu1.jpg) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a, .glossymenu li a:visited{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;
		
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
	text-decoration:none;
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(/images/menu2.jpg) no-repeat; /*left tab image path*/
	background-position: left;
	text-decoration:none;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(/images/menu3.jpg) no-repeat right top; /*right tab image path*/
	text-decoration:none;
}

/* END MAIN MENU */


/* SIDE MENU */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 160px; /* Width of Menu Items */
border-bottom: 1px solid #000;
vertical-align: middle;
}
	
.suckerdiv ul li{
position: relative;
vertical-align: middle;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 170px; /*sub menu width*/
top: 0;
visibility: hidden;
vertical-align: middle;
}

/* Sub level menu links style */
.suckerdiv ul li a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: black;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 5px;
	border: 1px solid #999999;
	border-bottom: 1px;
	background-color: #d5d5d5;
	height: 20px;
	text-align: center;
	vertical-align: middle;
}

.suckerdiv ul li a:visited{
color: black;
}

.suckerdiv ul li a:hover{
	background-color:  #C0DA8B;
}

.suckerdiv .subfolderstyle{
background-color: #d5d5d5;
vertical-align: middle;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */

/* END SIDE MENU */
