
/*********************************************************/
/* Body Style */
body{
	background:url(../images/body_bg1.jpg);
	background-color:#999999;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#333333;
}
/* Global Links Style */
a:link, a:active, a:visited{
	color:#CC0000;
	text-decoration:none;
}
a:hover{
	color:#000000;
	text-decoration:underline;
}

/*********************************************************/
/* Horizontal Rule Style */
hr{
	height:1px;
	color:#CCCCCC;
}
/*********************************************************/
/* Page Wrapper Style */
.wrapper{
	border:3px solid #606060;
	background:url(../images/left-menu_bg.jpg) repeat-y;
	background-color:#FFFFFF;
}

/*********************************************************/
/* Header */
.header{
	background:url(../images/header_bg.jpg) repeat-x;
	height:123px;
	width:auto;
}

/*********************************************************/
/* Navbar Style */
#navbar {
	background:url(../images/button_bg.jpg) repeat-x;
	font-weight: bold;
	color: #FFFFFF;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:24px;
	width:auto;
}
/* Navbar Links Style */
a.navbar:active, a.navbar:link, a.navbar:visited{
	color:#FFFFFF;
	text-decoration:none;
	padding: 4px 8px 3px 8px;
	border-right:1px solid #666666;
}
a.navbar:hover{
	background:url(../images/button_bg.jpg) 0 -24px repeat-x;
	color:#333333;
}

/*********************************************************/
/* Left Menu Style */
#left-menu {
	width:191px;
	color:#FFFFFF;
	font-weight:bold;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
}
/* Left Menu Links Style */
a.left-menu:link, a.left-menu:active, a.left-menu:visited{
	color:#660000;
	text-decoration:none;
	border-top:1px solid #ffcd36;
	border-bottom:1px solid #f2a320;
	width:186px;
	display:block;
	margin-bottom:-15px;
	padding:2px 0 2px 5px;
}
a.left-menu:hover{
	color:#FFF;
	background-color:#666666;
}

/*********************************************************/
/* Main Content Style */
.main-content {
	padding:10px 0px 10px 15px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

/*********************************************************/
/* Right Menu Style */
.right-menu{
	width:175px;
	padding:5px;
}

/*********************************************************/
/* Footer Style */
#footer {
	background:url(../images/footer_bg.jpg) repeat-x;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	text-align:right;
	clear:both;
	height:38px;
	padding-top:4px;
	padding:5px 10px 0 0;
	margin-bottom:-8px;
}
/* Footer Links Style */
a.footer:active, a.footer:link, a.footer:visited{
	color:#FFFFFF;
	text-decoration:none;
	float:none;
	font-size:inherit;
}
a.footer:hover{
	color:#333333;
	text-decoration:underline;
}
h1 {
	font: bold 16px Geneva, Arial, Helvetica, sans-serif;
}
h2 {
	font: bold 14px Geneva, Arial, Helvetica, sans-serif;
}
