@charset "utf-8";
/* CSS Document */
/* Top, Right, Bottom, Left */
body {
	height: 100%;
	background: repeat-x url(../images/bg.jpg);
	background-color:#6f6f6f;
}

/*HEADER*/

/*MAIN CONTENT*/
#wrapper{
margin: auto;
	padding: 20px 0px 0px 0px;
}

#centerer{
width: 795px;
padding:0px;
margin: auto;
}
#shell{
width: 795px;
padding:0px;
margin: auto;
background:#FFFFFF;
background-image:url(../images/bgShell.jpg);
background-repeat:repeat-y;
height:auto;
	float:left;
/*must float left to have side nav extend*/
}

/* SIDE NAV */
#sideNav {
width: 202px;
float:left;
padding:0px;
margin:0px;
background-color:#00b3dc;
height: 100%;
}
#navigation {
width: 182px;
text-align:center;
padding:10px;
margin:0px;
background-color:#00b3dc;
}


/*Right*/
#content {
	width: 563px;
	float:right;
	background-color:#FFFFFF;
	padding:15px;
	margin:0px;
	text-align:left;
	}
	
	/*Right*/
#topPic {
	width: 593px;
	float:right;
	background-color:#FFFFFF;
	padding:0px;
	margin:0px;
	}
	
/*FOOTER*/

#footer {
	margin: 0px;
	padding:15px;
	text-align:center;
	height: 65px;
	color:#FFFFFF;
}


.clearfix { display: block; }
.blank {clear:both; }

/* ADDED TEST */
ul li { 
line-height: 21px;
text-indent: 2px;
}

ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
color: #5450ac;
text-decoration: none;
text-transform:uppercase;
}

#navlist a:hover
{
color: #ffb400;
text-decoration: underline;
text-transform:uppercase;
}

/**/
ul#navlisted
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlisted li
{
display: inline;
list-style-type: none;
}

#navlisted a { padding: 3px 10px; }

#navlisted a:link, #navlisted a:visited
{
color: #ffb400;
text-decoration: none;
text-transform:uppercase;
}

#navlisted a:hover
{
color: #ffb400;
text-decoration: underline;
text-transform:uppercase;
}


