/* CSS Document */


body
{
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	text-align: left;
	background: #cccccc;
}

h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-top: 0px;
	color: #ffffff;
	font-weight: lighter;
}

h2
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:14px;
	margin-top: 0px;
	font-weight: lighter;
}

h3
{
	font-family: Arial, Helvetica, sans-serif;
	color: #66cc33;
	font-size: 16px;
	margin-top: 0px;
}

h4
{
	color: #7c1172;
	font-size:14px;
	margin-top: 0px;
	font-weight: lighter;
}

p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	color: #666666;
}

p.quote
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	color: #7c1172;
	font-style:italic;
}

.purple
{
	color: #7c1172;
	font-size:14px;
}

h5
{
	font-size: 12px;
	margin-top: 0px;
	color: #ffffff;
	font-weight: lighter;
}

h6
{
	font-size: 9px;
	margin-top: 0px;
	color: #cccccc;
	font-weight: lighter;
}

a
{
	text-decoration: none;
	color: #7c1172;
	background-color: inherit;
	font-size:14px;
}

a:hover
{
	color: #66cc33;
	background-color: inherit;
	font-size:14px; 
}

ul
{
	margin: 0px;
	padding: 0px;
	list-style-image:url(../images/arrow.gif);
}


li
{
	margin: 0px;
	padding: 3px;
}



/*Layout Styles*/

#container
{
	position: absolute;
	background-color: #cccccc;
	left: 50%;
	margin-left: -470px;
	margin-top: 0px;
	width: 940px;
	height: 640px;
	top: 40px;
	padding: 0px;
}

#main_nav
{
	position:absolute;
	background: #66cc33 url(../images/main_nav.gif) no-repeat;
	width: 155px;
	height: 164px;
	top: 0px;
	left: 0px;
	padding: 55px 0px 0px 65px;
	margin: 0px;
	overflow: hidden;
}

#main_nav a
{
	text-decoration: none;
	color: #000000;
	background-color: inherit; 
}

#main_nav a:hover
{
	color: #ffffff;
	background-color: inherit; 
}

#title_bar
{
	position:absolute;
	background: #999999 url(../images/title_bar.gif) no-repeat;
	width: 700px;
	height: 27px;
	top: 0px;
	left: 220px;
	padding: 192px 0px 0px 20px;
	margin: 0px;
	overflow: hidden;
}

#left_column
{
	position:absolute;
	background: url(../images/left_gradient.gif) repeat-y left;
	width: 200px;
	height: 345px;
	top: 219px;
	left: 0px;
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
}

#content_area
{
	position:absolute;
	background: #ffffff url(../images/right_gradient.gif) repeat-y right;
	width: 720px;
	height: 345px;
	top: 219px;
	left: 220px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

#content
{
	position:absolute;
	background: #ffffff;
	width: 540px;
	height: 225px;
	top: 0px;
	left: 0px;
	padding: 40px 80px 80px 80px;
	margin: 0px 20px 40px 0px;
	overflow: auto;
	z-index: 5;
}

#content_mask_top
{
	position: absolute;
	background: #FFFFFF;
	color: #FFFFFF;
	width: 550px;
	height: 40px;
	top: 0px;
	left: 75px;
	z-index: 10;
}

#content_mask_bottom
{
	position: absolute;
	background: #FFFFFF;
	color: #FFFFFF;
	width: 550px;
	height: 40px;
	bottom: 0px;
	left: 75px;
	z-index: 15;
}

#left_footer
{
	position:absolute;
	background: #666666 url(../images/foot_left.gif) no-repeat;
	width: 200px;
	height: 56px;
	top: 564px;
	left: 0px;
	padding: 20px 0px 0px 20px;
	margin: 0px;
	text-align: center;
	overflow: hidden;
}

#left_footer a
{
	text-decoration: none;
	color: #ffffff;
	background-color: inherit; 
}

#left_footer a:hover
{
	color: #66cc33;
	background-color: inherit; 
}

#right_footer
{
	position:absolute;
	background: #999999 url(../images/foot_right.gif) no-repeat;
	width: 655px;
	height: 56px;
	top: 564px;
	left: 220px;
	padding: 20px 65px 0px 0px;
	margin: 0px;
	text-align: right;
	overflow: hidden;
}