/* common styles
----------------------------------------------- */
body {
background: url(../images/repeater_bg.gif) repeat-x;
background-color:#333333;
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 22px 0px 0px;
padding: 0px;
color: #333;
line-height:120%;
}



/* text
----------------------------------------------- */
p {
font-size: 12px;
padding: 5px 5px 10px 5px;
margin: 0;
line-height: 180%;
text-align: justify; 
}

.right{
text-align:right;
}


/*  nav
----------------------------------------------- */

#navlist
{
padding-left: 15px;
margin-left: 0;
margin-bottom: 0;
margin-top: 0px;
border-bottom: 0px solid gray;
width: 600px;
}

#navlist li
{
list-style: none;
margin: 6px;
padding: 0px;
border-top: 0px solid gray;
line-height: 90%;
}

a, a:link, a:visited { 
text-decoration: none;
color: #330C89;
text-decoration: none;
font-weight:bold;
font-size:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

a:hover {
color: #330C89;
text-decoration: underline;
font-weight: bold;
font-size:10px
}
/*bottom nav
----------------------------------------------- */

#navcontainer
{
	margin: 0px;
	padding: 0px;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	width: 500px;
	list-style-type: none;
	text-align: left;
}

#navlist li
{
float: left;
padding: 0;
width: auto;
display: block;
}

#navlist li a, #navlist li a:link
{
color: #F04124;
background: transparent;
text-decoration: none;
padding: 2px;
display: block;
}

#navlist li a:hover
{
color: #F04124;
border-bottom: 2px solid #999999;
cursor: pointer;
background: transparent;
}

#navlist li a#current2, #navlist2 li a#current2:link
{
color: #F04124;
background-color: transparent;
cursor: default;
font-weight: bold;
border-bottom: 2px solid #999999;
}

#navlist li a#current2:hover
{
border-bottom: 2px solid #999;
background: transparent;
}
	
