
/*-----------GENERAL------------------------------------*/


body {
	background:#CCCC99 url(../images/general/bg_01.gif) repeat-y 50%;
	margin: 0;
	padding: 0;
	
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	line-height: 18px;
	color: #666
}

a {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #333;
}
a:active {
	color: #666;
}



#sectionHead
{
	font-size:15px;
	letter-spacing: 1px;
	font-style: italic;
	font-weight: bold;
	color:#900;
}


#s01 
{
	font-weight: bold;
}
#s02 
{
	font-style: italic;
	
}
#s03 
{
	font-weight: bold;
	font-style: italic;
}


#s04 
{
	font-weight: bold;
	line-height: 30px;
}



/*-----------CONTAINER---------------------------------*/

#container {
	width: 645px;
	background: #fff;
	margin: 0 auto;
}



/*-----------HEADER------------------------------------*/

#header {
	width: 645px;
	height: 102px;
	background:#fff url(../images/headers/head_04.jpg) no-repeat;
	
	display: block;
	margin:7px 0 0 0;
}

#headerIndex {
	width: 645px;
	height: 168px;
	background:#fff url(../images/headers/head_01.jpg) no-repeat;
	
	display: block;
	margin:7px 0 0 0;
}

/*-----------NAVIGATION---------------------------------*/

#nav {
	float: right;
	width: 170px;
	padding: 60px 0 0 0;
}

#newsgroup
{
	width:170px;
	padding: 40px 0 0 0;
}


/*-----------VERT LINE-----------------------------------*/

#line01 {
	float: left;
	width: 6px;
	height: 360px;
	
	background:#fff url(../images/general/line_02.gif) no-repeat left 60px;
}



/*-----------CONTENT/MIDDLE-----------------------------------*/

#content {
	float: left;
	width: 450px;
	
	padding: 50px 0 0 0;
}

#content a {
	text-decoration: underline;
}

#content p {
	padding: 0px 45px 0px 45px;
}


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

#footer 
{
	clear: both;
	
	width:645px;
	
	padding: 30px 0px 0px 45px;

	font-size:10px;
	line-height: 14px;
	color:#666;
	text-align:left;
	
	voice-family: "\"}\"";
	voice-family: inherit;
	width:600px;
}

#footer p {
	
	
}




/*-----------SIDE NAV-------------------------------------*/

/*++++++++++++++++++++++++*/
/* BEGIN SIDE MENU LAYOUT */

#navlist {
	position: absolute;
	width: 150px;

}

#navlist ul 
{
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 1px;
	color:#666;
}

#navlist li 
{
	margin: 0;
}

#navlist a 
{
	display: block;
	border:none;
	padding: 4px 2px 0 0;
	background-color: #fff;
	background-image:  url(../web/images/general/up.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	height: 22px;
}
#navlist a:link, #navlist a:visited 
{
	color: #666;
	text-decoration: none;
}

#navlist a:hover, #navlist a:active,
#uberlink a:link, #uberlink a:visited,
#uberlink a:hover, #uberlink a:active 
{
	background-color: #fff;
	background-image:  url(../web/images/general/over.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #900;
}




/* END SIDE MENU LAYOUT */