@charset "utf-8";
/* CSS Document */

html, body, div,  applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	line-height: 1.5;
}

html, body 
{
	background:#989898 url(../images/bg-body.jpg) top center repeat-y;
    text-align:center;
   	margin:0;
	padding:0;
	font: 90% "Trebuchet MS", Arial;
}

.left
{
    float: left;
}
.right
{
    float: right;
}

.profile
{
    float: left;
	padding:5px 10px 5px 0;
}

#nav{
	height:50px;
	background:#fff url("../images/nav-bg.gif") repeat-x;
}

#wrapper{
    text-align:left;
    margin:0 auto;
    width:960px;  
    background-color:#fff;
}

#content
{
    padding:20px;
}

#footer
{
    padding:20px;
	border-top:1px #ccc solid;
	margin-top:20px;
	font-size:90%;
}

#main
{
    width:600px; 
    float:left;
    padding-right:20px;
}

#main2
{
    float:left;
    padding-right:20px;
}

#rightCol
{
    width:279px; 
    float:left;
	background-color:#ececec;
	padding:10px;
}

#masthead{
	width:960px;
    height:294px;
}

/*	Nav	--------------------------------------------------	*/
ul#main-nav {width: 100%; margin:0px; padding: 0px; list-style: none; height: 50px;}
ul#main-nav li { display: inline; font-size: 14px; line-height: 21px; text-shadow: 0 .1em .1em #fff; }
ul#main-nav li a, ul#main-nav li a:visited { display: block; float: left; width: auto; margin: 0; padding: 15px 15px 13px; color: #fff; border-right: 1px solid #474646; text-decoration:none; font-weight:bold; }
ul#main-nav li a:hover, ul#main-nav li.current a { background: #232323; color: #febd3b; font-style: italic;  text-decoration: none; }
ul#main-nav li a:hover { font-style: normal; }
ul#main-nav li.current a:hover { font-style: italic;}

 /***** Links *****/

a.white:link, a.white:visited, a.white:hover {
	color: #fff;
	text-decoration: none;
}

a.white:hover {
	text-decoration: underline;
}

a:link, a:visited, a:hover {
	color:#000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}


/***********************************************/
/* Header styles                               */
/***********************************************/ 

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Arial;
	margin: 0px;
	padding: 0px;
}

h1{
 font-size: 170%;
 color: #5a3f99;
}

h2{
 font-size: 135%;
}

h3{
 font-size: 100%;
 font-weight:bold;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
}

.indent{margin-left:25px;float:left;}



