/* Global Styles */

body {
	font-family: Tahoma;
	font-size: 11px;
	color: #999999;
	background: #fff url(../images/bg.jpg) repeat-x; color: #454545;
	}

table {
	background-color: #ffffff;
	}
	
li {
	list-style-image:url(../images/li.gif);
	}

a {
	color: #9aa6cc;
	}

a:hover {
	color: #BCC98F;
	}

/* ID Styles */

/* main horizontal menu */
#tablist {
	padding: 3px 0;
	margin: 0;
	float: left;
	}
	
#tablist li {
	list-style: none;
	display: inline;
	margin: 0;
	}
	
#tablist li a {
	text-decoration: none;
	padding: 4px 22px;
	margin-right: 2px;
	background: #909090;
	font-weight: bold;
	color: #fff;
	}
#tablist li a:hover {
	background: #bac388;
	color: #fff;
	}
	
#tablist li a.current {
	background: #bac388;
	color: #ffffff;
	}

/* round login button */
#loginbutton a {
	text-decoration: none;
	width: 24px;
	padding: 7px 12px;
	margin: 0 0 0 8px;
	height: 28px;
	background: url(../images/lb.gif) no-repeat;
	color: #000;
	}
	
#loginbutton a:hover {
	background: url(../images/lbhover.gif) no-repeat;
	color: #000;
	}

#nav {
	clear: left;
	float: left;
	width: 640px;
	background: url(../images/navBack.jpg) repeat-x left bottom;
	padding: 8px 5px;
	margin: 0 0 5px 0;
	color: #fff;
	height: 59px;	/* IE height */
}

#side {
	float: right;
	text-align: right;
	background: url(../images/side.jpg) no-repeat;
	color: #ffffff;
	padding: 32px 20px 12px 20px;
	min-height: 32px; /* FF height */
	height: 25px;	/* IE height */
	width: 270px;
}

#content {
	background: #fff url(../images/bgshade.gif) repeat-x;
	height: 58px;
	}
	
#copyright {
	font-family: Tahoma; 
	font-size: 10px;
	color: #999999;
	text-align:center;
	margin-top : 5px;
	margin-bottom : 5px;
	}

#white {
	color: #ffffff;
	}

/* Class Styles */
	
.mcse{
	text-align:center;
}
 
.stretch {
	color:#000066;
	line-height:20px;
	font-size: 13px;
	font-style: italic;
	letter-spacing: 0.05em;
	}

.header {
	color: #BCC98F;
	line-height:30px;
	letter-spacing:0.2em;
	font-size: 14px;
	font-weight:bold;
	font-family: Tahoma;
	}

.big {
	color: #999999;
	line-height:30px;
	font-size: 12px;
	letter-spacing:0.15em;
	font-weight:bold;
	font-family: Tahoma;
	}

a.nav {
	color: #BCC98F;
	line-height:30px;
	font-size: 10px;
	letter-spacing:0.15em;
	font-weight:bold;
	text-decoration:none;
	font-family: Tahoma;
	}

a.nav:hover {
	color: #000099;
	line-height:30px;
	font-size: 10px;
	letter-spacing:0.15em;
	font-weight:bold;
	font-family: Tahoma;
	}

a.sublink {
	color: #ffffff;
	text-decoration:none;
	font-size:13px;
	font-variant:small-caps;
	letter-spacing:0.15em;
	padding:8px;
	margin:8px;
	}

a.sublink:hover {
	color: #ffffff;
	text-decoration:underline;
	font-size:13px;
	font-variant:small-caps;
	letter-spacing:0.15em;
	padding:8px;
	margin:8px;
	}