/* CSS Document */

#wrapper {
	border: 1px solid #999999;
    margin-left: auto;
    margin-right: auto;
	padding: 0;
    width: 762px;
    overflow: visible;
    text-align: left;
	height: 100%;
}

#banner {
	background-color: #ffffff;
	text-align: left;
	border: 0;
	margin: 0;
	padding: 10px 15px;
}
/*----------------------------- Begin Navigational Tabs -----------------------------*/
#nav {
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #bbbbbb;
	border-left: 0;
	border-right: 0;
    margin: 0;
    padding: 2px 0;
    background-color: #eeeeee;
    list-style: none;
    line-height: normal;
	text-align: center;
	font-size: 90%;
}
#nav li {
    display: inline;
}
#nav li a {
    border: 0;
    margin: 0;
    padding: 2px 20px;
	width: 152px;
    background-color: #eeeeee;
    color: #336699;
    height: auto;
    text-decoration: none;
	text-align:center;
	font-weight: bold;
}
#nav li.selected a, #nav li a:hover {
    border: 0;
    margin: 0;
    background-color: #d5d5d5;
    color: #336699;
}
/*------------------------------ End Navigational Tabs ------------------------------*/

#maincontent {
	background: #ffffff;
	border: 0;
	margin: 0;
	padding: 10px 25px 40px 25px;
	font-size: 90%;
	line-height:1.4;
	color:#666666;
}

#footer {
    background-color: #bbbbbb;
	text-align: center;
	line-height: 1.4;
	font-size:85%;
	color: #ffffff;
	font-weight: bold;
}
#footer a {
	color: #ffffff;
	font-weight: bold;
}
#footer a:hover {
	text-decoration: underline;
}
/*------------------------------------------------------------------*/
body {
    background: #ffffff url(images/bg_fade2.gif) repeat-x;
	margin-top: 0;
	font-size:85%;
	line-height:1.3;
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

a, a:visited, a:active {
	font-weight: bold;
	color:#6688aa;
	text-decoration:none;
	}
a:hover {
	font-weight: bold;
	color:#000000;
	text-decoration:underline;
}

h1 {
    font-size: 160%;
	color: #FF6600;
	font-weight: normal;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 6px;
	line-height: 1.1;
}

h2 {
    font-size: 120%; 
	color: #336699;
	font-weight: bold;
	border: 0;
	margin-bottom: 4px;
	line-height: 1.1;
}

h3 {
    font-size: 105%; 
	color: #445566;
	font-weight: bold;
	border: 0;
	margin-bottom: 1px;
	line-height: 1.1;
}

.spread {
    line-height: 1.7;
}

.bullet li {
    margin: 0 0 10px 0;
}