body {
	font-family: Arial, Sans-serif;
	font-size: 13px;
	background-color: #77BDF3;
	color: #333333;
	margin: 0;
	background-image: URL('bg.jpg'); 
	background-repeat: repeat-x;

}


#wrapper {
	width: 770px;
	margin: 40px auto; 
}

#bordertop {
	background-image: URL('bordertop.png');
	height: 10px;
}

#bordermiddle {
	background-image: URL('bordermiddle.png');
}

#contentContainer { 
	width: 760px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

#contentLeft {
	float: left;
	width: 280px;
}

#logo { 
	position: relative;
	margin-top: 30px;
	margin-left: -10px; 
}

#contentRight {
	float: right;
	width: 460px;
}

#contentSpacer {
	margin: 40px 30px 20px 0px;
}

#borderbottom {
	background-image: URL('borderbottom.png');
	height: 10px;"
}


#bottomInfoLeft { 
	color: #EEFCFF;
	float: left;
	padding: 4px 10px 30px;
}

#bottomInfoLeft a { 
	color: #FFF;
}



#bottomInfoRight { 
	color: #EEFCFF;
	float: right;
	padding: 4px 10px 30px;
}

h1 {
	font-size:26px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:32px;
	text-transform:none;
	dispaly: inline;
}

h2 {

	color:#333333;
	font-family:arial;
	font-size:18px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:24px;
	margin-top:25px;
	text-transform:none;
}

p {
	line-height: 19px;
}

li {
	line-height: 20px;
}

a {

	color: #FD3EFF;
	text-decoration: underline;
}

a:hover {
	
	text-decoration: none;
}


#menu {
	margin: 25px 10px 50px 0;

}



#menu ul {
	list-style: none;
	font-size: 13px;
	margin: 0px;
}

#menu li {
	border-bottom: 1px solid #7ABFF4;
}

#menu li a {
	color: #1A1A1A;
	line-height: 30px;
	padding-left: 25px;
	display: block;
	text-decoration: none;
	background-image: URL('dot.png'); background-repeat: no-repeat; background-position: 4px center; 
}

#menu li a:hover {
	text-decoration: underline;
	color: #1A1A1A;
}


#menu li#marked a {
	background-color: #E4F3FF;
	color: #0A60A3;
	font-weight: bold;
}

.clear {
	clear: both;
}