
* {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	background: #e1e1e1 url(images/background.png) left repeat-y;
	color: #616161;
	font-family: Georgia, Times, serif;
	font-size: 100%;
}

a
{
	color: #3F67AD;
	text-decoration: none;
	font-weight:bold;
}


#container
{
	width:745px;
	margin: 0 0;
}

#header
{
	background:#5c5c5c url(images/header-1.png);
	color: #fff;
	font-size: 110%;
	font-weight: bold;
	height: 250px;
	line-height: 120%;
	text-align:left;
}

#header h1
{
	margin-left: 35px;
	color:#fff;
	padding-top:75px;
}

#header h2
{
	margin-left: 25px;
	color:#fff;
	padding-top:15px;
	font-size: 100%;
}

#leftcol
{
	float: left;
	width: 180px;
	text-align:left;
}

#nav
{
	padding-bottom: 40px;
	width: 170px;
}

#nav ul li {
	display: inline;
	line-height: 16px;
	list-style: none;
	text-indent:10px;
}

#nav ul li a {
	border-bottom: 1px solid #666;
	color: #fff;
	display: block;
	padding: 5px;
	text-decoration: none;
	width: 170px;
}

#nav li a:hover {
	background: #666 url(images/selector.gif) center right no-repeat;
}
/* the following 3 rules are for the submenu, if you removed the submenu remove these rules as well */
#nav ul ul li {
	line-height: 20px;
	border-bottom: none;
}
#nav ul ul li a {
	color: #ccc;
	text-indent: 20px;
}
#nav ul ul li a:hover {
	background-image: url(images/selector_sub.gif);
}

#content
{
	float: none !important;
	float: right;
	margin-left: 180px !important;
	margin-left: 0;
	padding: 12px 45px 30px 10px;
	/*background: #fff url(images/edge.gif) right repeat-y;*/
}

#content h1
{
	color:#737373;
	font-size:185%;
	text-align:center;
}

#content h2 {
color: #626262;
/*text-align:center;*/
}

#content h3 {
color: #626262;
/*text-align:center;*/
}



/*#content ul {
	padding:5px;
	list-style:none;
}

#content ul li {
	line-height:125%;
	text-indent: 25px;
}
*/
.justify {
	text-align:justify;
	text-indent: 3em;
	padding:5px;
	line-height:165%;
}

.justify p
{

}

.center
{
	text-align:center;
}

.center p
{
	text-align:center;
}

.center img {
	text-align:center;
	padding:20px;
}

.center table {
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
}

.spacer {
	text-align:center;
	padding:10px;
}

.listen {
	text-align:center;
}

.listen ul {
	text-align:center;
}


.listen li {
	display:inline;
	list-style:none;
	font-size: 130%;
}

.performance {
		margin-top: 10px;
	    margin-bottom: 18px;
	    padding-bottom:55px;
        border-bottom: none;
        background: url(images/spacers/rotate.php) no-repeat bottom center;
        display: block;
}

.performance h2 {
	text-align: left;
	padding-bottom: 6px;

}

.performance h3 {
	text-align: left;
	padding-bottom: 6px;

}

.performance h4 {
	text-align: left;
	padding-bottom: 6px;

}

.performance p {
	text-align: justify;
	line-height:140%;
	text-indent: 3em;
	padding: 5px;
}

.performance ul {
	padding:5px;
	list-style:none;
}

.performance ul li
	{
		line-height:125%;
		text-indent: 25px;
}

.links ul li {
	line-height: 20px;
	list-style: square inside;
	text-indent:-10px;
	padding:10px;
}

#footer
{
text-align:center;
/*background: #fff url(images/edge.gif) right repeat-y;*/
clear: both;
	color: #999;
	font-size: 75%;
	padding: 30px 0 10px 0;
	text-align: center;
}

#footer ul li {
	display: block;
	line-height: 16px;
	list-style: none;
}