/* CCG Style Sheet */

html	{
	margin: 0px;
	padding: 0px;
}

body	{
	margin: 0px;
	padding: 0px;
	background-color: #E8F1CD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-size: 12px;
	color: #666666;
	line-height: 21px;
}


h1	{
	font-size: 20px;
	color: #666600;
	margin-bottom: 1.5em;
	line-height: normal;
	font-family: Papyrus, Arial, Helvetica, sans-serif;

}
h2	{
	color: #996633;
	font-weight: normal;
	font-size: 18px;
	line-height: normal;
	margin-bottom: -1em;
	letter-spacing: 0.2em;
	margin-top: 2em;


}

h3	{
	font-size: 14px;
	color: #666600;
	margin-bottom: -1.5em;
}

h4	{
	color: #666600;
	font-size: 18px;
	margin-bottom: .4em;
}
a	{
	color: #666600;
	text-decoration: none;

	/*color: #336666;*/
}
a:link 	{
	color: #666600;
}
a:visited	{
	color: #996666;
}
a:hover, a:active	{
	color: #996633;
	color: #996633;
}
#maintext	{
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	padding: 0px;
	background-color: #E8F1CD;
	text-align: left;
	background-image: url(../images/container-background.gif);
	background-repeat: repeat-y;

}
#banner	{
	height: 35px;
	background-image: url(../images/home_ban_b.gif);
	background-repeat: repeat-x;
	background-color: #E8F1CD;
}


#mainNav	{
	background-position: center bottom;
	background-repeat: repeat-x;
	height: 17px;
	margin-right: 0px;
	margin-left: 120px;
	margin-top: 15px;

}

#contentLeft	{
	float: left;
	margin-top: 0px;
	padding-top: 0px;
	background-color: #996633;
	background-image: url(../images/home_left_b.jpg);
	background-repeat: repeat-y;
	margin-left: 0px;
	padding-left: 0px;
	height: 439px;
	width: 285px;
}

#leftNav	{
	padding-top: 120px;
	padding-bottom: 40px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	padding-right: 5px;
	color: #FFFF99;
}

#leftNav a	{
	/*display: block;*/
	color: #FFFFFF;
	/*padding: 5px 15px 5px 18px;*/
	font-weight: normal;
	text-decoration: none;
	/*background-color: #698A7C;*/
}

#leftNav a:hover	{
	color: #E8F1CD;
	/*
	background-image:url(../images/left-nav-hover.gif);
	background-position: -20px 0px;
	background-repeat: no-repeat;
	*/
	right: 0px;
	/*background-color: #86A497;*/
}
#leftNav a:visited	{
color: #CCCCCC
}





#contentRight	{
	float: left;
	width: 465px;
	color: #999966;
	background-color: #999966;
	padding: 0px;
	height: 439px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;





}

#footer	{
	float: left;
	width: 730px;
	padding: 2px 10px;
	background-color: #666600;
	font-size: 12px;
	line-height: 18px;
	color: #E8F1CD;
	text-align: left;
	background-image: url(../images/foot_b.gif);
	background-repeat: repeat-x;
	font-family: Papyrus, "Times New Roman";
	height: 50px;
	background-position: center;
}

#footerleft {
	margin-left: 80px;
	width: 100px;

}
	
#footer a	{
	color: #E8F1CD;
	text-decoration: none;

}
#footer a:hover	{
	color: #fff;
}

.mask	{
	display: none;
}
.blueBold	{
	color: #336666;
	font-weight: bold;
}
.imageLeft	{
	margin-right: 1em;
	padding: 3px;
	border: 1px #ccc solid;
}
.imageRight	{
	margin-left: 1em;
	padding: 3px;
	border: 1px #ccc solid;
}
h5 {
	font-size: 9px;
	font-weight: normal;

}

