@charset "UTF-8";
/* CSS Document */


body {
	margin: 0;
	padding: 0;
	background-image:url(../Images/bg_fix.jpg);
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC0000;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
p {
	font-size: 14px;
}
#menucontainer {
	width: 200px;
	height : 850px;
	background-image: url(../Images/MenuBG.jpg);
	background-repeat: repeat-x;
	float:left;
	overflow:hidden;
}
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu {
	width: 100%;
	vertical-align:middle;
}
#menu dt {
	cursor: pointer;
	height: 40px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	padding-top: 5px;
}
#menu dd {
	display: none;
	color: #0000CC;
	font-size: 14px;
	padding-bottom: 10px;
}
#menu li {
	text-align: center;
	background: none;
}
#menu li a, #menu dt a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
}
#menu li a:hover, #menu dt a:hover {
	background: none;
	color: #00CCFF;
}
#maincontainer {
	background-image:url(../Images/pagebg.jpg);
	padding-left: 10px;
	overflow:hidden;
}
.style3 {
	font-size: 14px;
}
.style4 {
	color: #0066FF;
	font-weight: bold;
}
.style7 {
	color: #000000;
	font-weight: bold;
}
.style8 {
	font-weight: bold;
	font-size: 30px;
}
.style11 {
	color: #FF3300;
}
.style12 {
	color: #0066FF;
}
.style14 {
	font-size: 14px;
}
.style15 {
	color: #FF3300;
}
.style16 {
	font-size: 16px;
	font-weight: bold;
}
.style19 {
	font-size: 12px;
}
.style21 {
	font-style: italic;
	color: #3300FF;
}
.style22 {
	color: #3333FF;
	font-size: 24px;
}
.style23 {
	font-size: 15px
}
.style24 {
	color: #3300FF;
	font-size: 36px;
}
.style25 {
	font-size: 17px;
}