@charset "UTF-8";

/* GLOBAL STYLES
---------------------------------------------------------------------------------------*/

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	background-color: #ffffff;
	margin-left: 0;
	margin-top: 0;
	padding: 0;
	color: #666666;
}

p {
	
	color: #666;
	padding: 0em 2em;
	line-height: 1.75em;
}

.boxed-words {
	
	font-size: 18px;
	padding-left: 3em;
	color: #999;
	line-height: 1.5em;
	
}

#container {
	width: 900px;
	background-image:url(../images/content_back.gif); background-repeat:repeat-y;
	
}

A:link {
	text-decoration: none;
	color:#FEC10E;
}
A:visited {
	text-decoration: none;
	color:#FEC10E;	
}
A:active {
	text-decoration: none;
	color:#FEC10E;
}
A:hover {
	color:#fff;
}

.mainlayout #mainContent {
	padding: 0px;
	background-image:url(../images/content_back.gif); background-repeat:repeat-y;
}

#navbar {
	height:49px;
	background-image:url(../images/footer_back.gif); background-repeat:no-repeat;
}

#leftside {
	width:284px;
	float:left;
	background-image:url("../images/left_back.gif"); background-repeat:repeat-y;
}
#rightside {
	width:442px;
	float:right;
	background-image:url("../images/right_back.gif"); background-repeat:repeat-y;
	height: 100%;
}









/* FOOTER STYLES
---------------------------------------------------------------------------------------*/

#footer {
	background-image:url(../images/footer_back.gif); background-repeat:no-repeat;
	width: 890px;
	text-align:right;
	padding-right:20px;
	padding-top:10px;
	color:#00CC33;
	font-size:12px;
	height:25px;
}
.mainlayout #footer a:link {
	color:#00CC33;
}
.mainlayout #footer a:visited {
	color:#00CC33;
}
.mainlayout #footer a:hover {
	color:#ffffff;
}

.mainlayout #footer ul { 
	margin: 0;
	padding: 0;
	list-style-type: none; 
}
.mainlayout #footer ul li {
	display: inline;
}
.mainlayout #footer ul li {
text-decoration: none;
padding: 5px;
} 




/* INDEX PAGE STYLES
---------------------------------------------------------------------------------------*/

#main_right {
	width:600px;
	margin:auto;
	color: #339900;
	margin-left:11px;
}

#page_titlebars {
	background-image:url(../images/titlebars_back.gif); background-repeat:no-repeat;
	width:580px;
	height:41px;
	text-align:right;
	padding-right:25px;
	font-size:18px;
	padding-top:4px;
	color:#FFFFFF;
}

#navpostion {
	position:absolute; top: 0;
}

#site_imgs {
	width:580px;
	padding-right:25px;
}