/*style for links*/
a:link {
	color: #6699ff;
	text-decoration: underline;
}
a:visited {
	color: #669933;
	text-decoration: underline;
}
a:hover {
	color: #336600;
	text-decoration: underline;
}
a:active {
	color: #336600;
	text-decoration: none;
}
/*style for links ends*/

body{
	text-align : center ;
	min-width : 766px ;
	background-color:#FFFFFF;
	color:#666;
	font-family:Tahoma, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	background-image: url(../images/gradient1.jpg);
	background-repeat: repeat-x;
}
#topbar{
	height: 25px;
	background-color: #669933;
}

#topbar p{
	font-size: 65%;
}
#wrapper{
	width: 766px;
	text-align: left;
	margin-left : auto;
	margin-right : auto;
	position : relative;
	background-color: #FFF;
	margin-top: 0px;
} 
#banner{
	height: 200px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}
#nav{
	height: 35px;
	width: 766px;
}

#content {
	margin-top: 0px;
}

#content p{
	font-size: 75%;
	margin: 20px;
}
#content h1{
font-size: 130%;
color: #669933;
padding: 0;
margin: 20px;
font-weight: bold;
}

#content h2{
font-size: 100%;
color: #669933;
padding: 0;
margin: 20px;
font-weight: bold;
}

#content h3{
font-size: 75%;
color: #669933;
padding: 0;
margin: 20px;
font-weight: bold;
}

/*Gray body text for lists*/
#content h4{
	font-size: 75%;
	color: #666666;
	padding: 0;
	margin: 0px;
	font-weight: normal;
}
/*Black text for calendar list*/
#content h5{
font-size: 70%;
color: #000000;
padding: 0;
margin: 0;
font-weight: normal;
}
/*Small gray text for asterisk text*/
#content h6{
	font-size: 70%;
	color: #666666;
	padding: 0;
	margin: 0px;
	font-weight: normal;
	margin-left: 20px;
}

.leftmargin{
	margin-left: 20px;
}

.leftimage{
float: left;
margin-right: 10px;
border: 1px solid #000000;
}

.leftimage_noborder{
float: left;
}
.rightimage{
float: right;
margin-left: 15px;
margin-right: 15px;
border: 1px solid #000000;
}
.rightimage_noborder{
float: right;
margin-left: 15px;
}
#leftcol{
margin-top: 0;
float: left;
width: 140px;
height: 800px;
background-color: #FFFFFF;
}
#leftcol p{
	font-size: 65%;
	font-weight: normal;
}

#rightcol{
	margin-top: 0;
	float: right;
	width: 21.67%;
	background-color: #ffffff;
	background-image: none;
	background-repeat: no-repeat;
}
#rightcol p{
	font-size: 65%;
	font-weight: normal;
	text-decoration: none;
}


#2colleft{
	float: left;
	width: 50%;
}
#2colright{
	float: right;
	width: 50%;
}