/* Site specific color and images that 'skin' the selected layout. */

/*
.formButton {
	BORDER: 1px solid #67914c;
	background-color: #edf3e9;
	text-align: center;
}
*/
#mainContainer {
	position: relative;
	top: 0;
	left: 0;
	width: 757px;
	}
#header {
	width: 757px;
	height: 120px;
	background: url(../images/header.gif);
	text-align: left;
	}
#logo {
	position: absolute;
	top: 00px;
	left: 75px;
	}	
#loginContainer {
	position: absolute; 
	top: -6px;
	left: 685px;
	}	
#loginContainer a:link, #loginContainer a:visited {
	display: block;
	padding: 3px 3px 3px 3px;
	color: #CC0000;
	background: #c1c1c1;
	border-left: 1px solid #CC0000;
	border-top: 1px solid #CC0000;
	border-bottom: 1px solid #990000;
	border-right: 1px solid #990000;
	}	
#loginContainer a:hover {
	color: white;
	background: #999999;
	border-right: 1px solid #CC0000;
	border-bottom: 1px solid #CC0000;
	border-top: 1px solid #660000;
	border-left: 1px solid #660000;
	text-decoration: none;
	}	
#mainTable {
	width: 757px;
	background: url(../images/mainBack.gif);
	}
#menu {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 7px;
	}	
ul#menuCategory  {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
	width: 750px;
	height: 50px;
	border-bottom: 2px solid #333333;
	border-top: 2px solid #c1c1c1;
	background: url(../images/menuBack.jpg) repeat-y;
	}	
	
#menuCategory li {
	display: inline;
	}	
.menu_Category li a:link, .menu_Category li a:visited {
	float: left;
	width: 60px;
	height: 46px;
	background: url(../images/menu.gif) 100% 100%  no-repeat;
	padding: 2px; 
	border-left: 1px solid white;
	border-right: 1px solid navy;
	line-height: 5px;
	font-weight: 800;
	font-size: .8em;	
	line-height: .8em;
	letter-spacing: -.2px;
	}
.menu_Category a span {
	line-height: 1.0em;
	}	
.menu_Category li a:hover {
	text-decoration: none;
	border-left: 1px solid #999999;
	background: url(../images/menuR.png) 100% 100%  no-repeat;
	}		
#mTable {
	width: 750px;
	margin-left: 7px;
	
	}	
#menuCategory1 a {
	border-left: 1px solid navy;
	margin-left: 10px;
	}	
#leftCel {
	background: #23197c;
	color: white;
	text-align: left;
	}	
#slideShow {
	margin: 30px 10px 20px 10px;
	}
#newsTicker {
	margin-left: 10px;
	}			
#mainCel {
	text-align: left;
	padding-bottom: 80px;
	background: white;
	}	
#mainContent {
	margin-left: 10px;
	}	
#bottomBar {
	width: 750px;
	margin-left: 7px;
	margin-top: -70px;
	background: url(../images/menuBack.jpg) repeat-y;	
	padding: 3px 0 3px 0;
	height: 20px;
	border-bottom: 2px solid #666666;
	border-top: 2px solid #c1c1c1;
	color: navy;
	}
