body {
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-position: center top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment:fixed;
	font-size: 12px;
}
#logo {
	height:200px;
	width: 260px;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	background-position: center center;
}
#logo_right {
	height:200px;
	padding-left:30px;
}
#menu {
	height: 65px;
}
#menu_lft {
	width: 28px;
	background-image:url(../images/menu_lt.png);
	background-repeat:no-repeat;
	height: 65px;
}
#menu_rght {
	width: 28px;
	background-image:url(../images/menu_rt.png);
	background-repeat:no-repeat;
	height: 65px;
}
#menu_middle {
	background-image:url(../images/menu.png);
	height: 65px;
	vertical-align: middle;
	text-align: center;
}
#slider {
	height: 238px;
}
#content {
	background-image:url(../images/content-bg.png);
	background-repeat:repeat-x;
	padding:20px;
	vertical-align: top;
}
#footer {
	background-image:url(../images/ftr.png);
	background-repeat:no-repeat;
	height: 40px;
	padding-left: 30px;
	padding-top: 10px;
}



/* Start styles for text */
.header_slogan {
	font-family:Arial, Helvetica, sans-serif;
	font-size:36px;
	color:#FFFFFF;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#FFFFFF;
}
h2 {
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-align: center;
}

/* end styles for text */

/* start styles for main menu links */

a.main_menu:link {
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}
a.main_menu:visited {
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	text-decoration:none;
}
a.main_menu:hover {
	color: #FFFFFF;
}
a.main_menu:active {
	color: #FFFFFF;
}

/* end styles for main menu links */

/* start styles for footer menu links */

.bottom_text {
	font-family:"Arial", Helvetica, sans-serif;
	font-size: 14px;
	color:#FFFFFF;
}

a.bottom_link:link {
	font-size:14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight:normal;
}
a.bottom_link:visited {
	font-size:14px;
	text-decoration: none;
	color: #FFFFFF;
}
a.bottom_link:hover {
	font-size:14px;
	text-decoration: underline;
	color: #FFFFFF;
	font-weight:normal;
}
a.bottom_link:active {
	font-size:14px;
	text-decoration: none;
	color: #FFFFFF;
}

/* end styles for footer menu links */
#Subtitles_of_Tables {
	font-family: Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:12px;
	text-align: center;
	
}
