p
{
	font: 80% arial, helvetica, sans-serif;
	font-size: 15px;
	text-align: center;
}

.p2
{
	font: 80% arial, helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #999999;
}

.p3
{
	font: 80% arial, helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	margin-left: 100px;
	margin-right: 100px;
}
.p4
{
	font: 80% arial, helvetica, sans-serif;
	font-size: 17px;
	text-align: center;
	margin-left:100px;
	margin-right: 100px;
}

.p5
{
	font: 80% arial, helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	margin-left: 130px;
	margin-right: 100px;
}

.p6
{
	font: 80% arial, helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	margin-left: 0px;
	margin-right: 0px;
}


body
{
	color: #505367;
	font: 80% arial, helvetica, sans-serif;
	background-color: white;
	text-align: left;
	margin: 0px 0px 0px 10px;
}

a, a:active, a:visited
{
	outline:none;
}

#container
{
	width: 875px;
	height: auto;
	text-align: left;
}

#header
{
	background-image: url(navigation/header.gif);
	width: 865px;
	height: 84px;
}

#header h1
{ font-size: 1px; text-indent: -9999px; }
#header p
{
text-indent: -9999px;
}


/* vertical sub-menu items */
#menu
{
	position: absolute;
	top: 230px;
	left: 0px;
	//width: 100px;
}

#menu ul
{
	list-style-type: none;
	list-style-image: none;
	margin: 5;
	padding: 0;
	left: 0;
}

#menu li
{
	list-style-type: none;
	list-style-image: none;
	margin: 0 0 3px 0;
}

#menu a
{
	color: #505367;
	background-image: url(navigation/menu_bullet.gif);
	text-decoration: none;
	display: block;
	padding: 2px 0 0 15px;
	width: 160px;
}

#menu a:link, #menu a:visited
{
	color: #505367;
	text-decoration: none;
}

#menu a:hover
{
	background-image: url(navigation/menu_bullet_hover.gif);
	color: #990033;
}

#menuselected a:link, #menuselected a:visited, #menuselected a:hover
{
	background-image: url(navigation/menu_bullet_hover.gif);
	color: #990033;
}

/* horizontal menu items */
#horinav
{
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	border-top: 0 solid transparent;
	border-bottom: 0 solid transparent;
}

#horinav ul
{
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	left: 0;
	white-space: nowrap;
}

#horinav li
{
	list-style-type: none;
	list-style-image: none;
	display: inline;
	margin: 5px 5px 10px 10px;
}

#horinav a
{
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	padding: 2px 0px 0px 15px;
}

#horinav a:link, #horinav a:visited
{
	color: #999999;
	text-decoration: none;
	background-image: url(navigation/menu_bullet.gif);
	background-repeat: no-repeat;
}

#horinav a:hover
{
	background-image: url(navigation/menu_bullet_hover.gif);
	color: #990033;
}

#navselected a:link, #navselected a:visited, #navselected a:hover
{
	background-image: url(navigation/menu_bullet_hover.gif);
	color: #990033;
}



/* horizontal sub menu items */
#horinav_recent
{
	padding-top: 2px;
	padding-bottom: 2px;
	width: 820px;
	text-align: center;
	border-top: 0 solid transparent;
	border-bottom: 0 solid transparent;
}

#horinav_recent ul
{
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	left: 0;
	white-space: nowrap;
}

#horinav_recent li
{
	list-style-type: none;
	list-style-image: none;
	display: inline;
	margin: 0 0 0 1px;
}

#horinav_recent a
{
	font-style: italic;
	font-weight: bold;
	font-size: 15px;
	color:  #999999;
	text-decoration: none;
	padding: 2px 0 0 15px;
}

#horinav_recent a:link, #horinav_recent a:visited
{
	color: #999999;
	text-decoration: none;
	background-image: url(navigation/menu_bullet.gif);
	background-repeat: no-repeat;
}

#horinav_recent a:hover
{
	background-image: url(navigation/recent_menu_bullet_hover.gif);
	color: #0000CC;
}

#navsubselected a:link, #navsubselected a:visited, #navsubselected a:hover
{
	background-image: url(navigation/recent_menu_bullet_hover.gif);
	color: #0000CC;
}

#imagelink a:link, #imagelink a:visited, #imagelink a:hover
{
	color: #d4d4d4;
	
}

