

td			{font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; font-size: 8pt; color: #676767; line-height: 140%}

.blank		{font-size: 1pt}
.banner		{font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; font-size: 12pt; color: #FFFFFF; font-weight:bold}

A:link		{color: #676767; text-decoration:none}
A:visited	{color: #676767; text-decoration:none}
A:hover		{color: #510000; text-decoration:underline}

A.underline:link		{color: #510000; text-decoration:underline}
A.underline:visited	{color: #510000; text-decoration:underline}
A.underline:hover		{color: #676767; text-decoration:underline}

A.underline2:link		{color: #676767; text-decoration:underline}
A.underline2:visited	{color: #676767; text-decoration:underline}
A.underline2:hover		{color: #510000; text-decoration:underline}
/*
CONTAINER
*/
#sidebar {
position: float;
width: 186px;
font-size: 1.2em;
}
/*
MENU STYLES:
*/
#navlist {
margin: 0;
padding: 0;
list-style-type: none;
}
#navlist a, #navlist a:visited {
display: block;
padding: 2px 2px 2px 24px;
border: 1px solid;
border-color: #ddd #000 #000 #ddd;
background-color: #eee;
background-image:  url(assets/l1_down.jpg);
background-repeat: no-repeat;
background-position: 0% 50%;
color: #510000;
text-decoration: none;
font-weight: bold;
}

#navlist a:hover {
background-color: #eee;
background-image:  url(assets/l1_over.jpg);
color: #fff;
}
#sidebar #navlist .uberlink {
background-color: #6E92B6;
background-image:  url(assets/l1_over.jpg);
background-repeat: no-repeat;
background-position: 0% 50%;
color: #ccc !important;
font-weight: bold;
cursor: default;
}

#midcol {
		width: 450;
		margin: 0 0%;
		
		text-align: center;
}

#leftcol	{
		position: relative;
		background: #fff;
		top: 5px;
		left: 5px;

		
}

#rightcol {
		background: #fff;
		position: relative;
		top: 5px;
		right: 5px;

		float: right;
		
}
