/* CSS Document */
html {
	padding: 0;
	margin: 0;
}
body {
	margin: 0;
	padding: 0;
	background: url(../images/bkpageimg.jpg) #542785 repeat-x  top;
}
#container {
	width: 846px;
	margin: 0px auto;
}
#shadow_l {
	width: 846px;
	background: none;
	filter: none !important;

	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=’images/shadowleft.png’);
	margin: 0px;
	padding: 0px;
	height: 100%;
}

#shadow_r {
	width: 846px;
	background: none;
	filter: none !important;

	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=’../images/shadowright.png’);
	margin: 0px;
	padding: 0px;
	height: 100%;
}
div#page {
	width: 800px;
	margin: 0px auto;
	background-color: #FFFFFF;
	padding: 0px;
	height: 100%;
	border-left: #2C004B solid 2px;
	border-right: #2C004B solid 2px;
}
#head {
	height: 402px;
	text-align: center;
	width: 800px;
	margin: 0px auto;
	border-bottom: #2C004B solid 2px;
}

/* Main Navigation */

#main-nav {
	background: #FFFFFF no-repeat center;
	height: 36px;
}
#menu2 {
	padding: 0px 0px 0px 123px;

}
ul#menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 677px;
	position: relative;
	display: block;
	height: 36px;
	font-size: 15px;
	font-family: Tahoma, Arial, Helvetica, san-serif;
}
ul#menu li {
	display:block;
	float: left;
	margin:0;
	padding:0;
}
ul#menu li a {
	display:block;
	float:left;
	color:#542785;
	text-decoration:none;
	padding:8px 19px 0px 19px;
	height:38px;
	height:28px;
}
ul#menu li a:hover {
	background:transparent url("../images/red-menu.jpg") repeat-x top left;
	color: #FFFFFF;	
}

/* End of Main Navigation */

#content {
	height: 102px;
	border-top: #2C004B solid 2px;
	background-color: #385BAA;
}
#content .text-content {
	padding: 8px 0px 0px 60px;
}
#content h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0px;
}
#pre-footer {
	background: url(../images/foot01index.gif) no-repeat center;
	height: 59px;
	width: 846px;
	margin: 0px auto;
}
.text-pre-footer {
	width: 300px;
	margin: 0px 0px 0px 500px;
}
#footer {
	text-align: center;
	width: 846px;
	margin: auto;
}
#footer .text-footer {
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.text-footer a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.text-footer a:hover {
	text-decoration: none;
	color:#FFFF00;
}
h2 {
	font-family: Tahoma, Arial, Helvetica, san-serif;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
	font-style: italic;
}
h3 {
	font-family: Tahoma, Arial, Helvetica, san-serif;
	font-size: 12px;
	color: #FFFFFF;
}
