* {
	margin: 0px;
	padding: 0px;
}
html, body {
	font-size: 10px; /*reset 1 em size to 10px*/
	text-align: center;
	background-color: #FFFFFF;
	font-family: "Lucida Grande", "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
	color: #4b5b67;
}
a {
	color: #307c99;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#wrap1 {
	width: 750px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
#wrap {
	background-color: #FFFFFF;
	margin-right: 10px;
	margin-left: 10px;
}
a.logo {
	background-image: url(images/logo.jpg);
	background-repeat: repeat;
	height:77px;
	width:113px;
	float: left;
	display: block;
}
#nav {
	background-color: #478faa;
	height: 32px;
	clear: both;
	text-align: left;
}
#nav ul {
	padding-left: 15px;
	list-style-type: none;
}
#nav ul li {
	display: inline;
	list-style-type: none;
	text-align: left;
}
#nav ul li a {
	font-size: 1.3em;
	color: #FFFFFF;
	line-height: 32px;
	text-decoration: none;
	margin-right: 10px;
}
#nav ul li a:hover {
	color: #ffec6c;
	text-decoration: underline;
}



#left {
	float: right;
	width: 520px;
	margin-bottom: 10px;
	text-align: left;
	font-size: 1.2em;
	padding-top: 10px;
	padding-bottom: 10px;
}
}
#right {
	float: left;
	width: 200px;
	margin-bottom: 10px;
}
#right div {
	border: 1px solid #bce0ee;
	width: 200px;
	text-align: left;
	background-color: #e9f4f8;
	margin-top: 10px;
}
#right div ul li {
	list-style-type: none;
}
#right div ul li a {
	line-height: 18px;
	display: block;
	height: 18px;
	font-weight: bold;
	color: #307c99;
	text-align: left;
	font-size: 1.2em;
	padding-left: 15px;
}
#right div ul li a:hover {
	text-decoration: none;
	color: #e98421;
}
#right h6, #submitcontent h6 {
	font-size: 1.2em;
	line-height: 24px;
	background-image: url(images/bg2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 24px;
	color: #FFFFFF;
	padding-left: 10px;
	background-color: #5fb1d0;
}
}
#sponsored {
	background-color: #e9f4f8;
	border: 1px solid #ebebeb;
	margin-top: 10px;
	text-align: left;
	width: 231px;
}
#sponsored ul li {
	list-style-type: none;
}
#sponsored ul li a {
	line-height: 18px;
	display: block;
	height: 18px;
	font-weight: bold;
	color: #307c99;
	text-align: left;
	font-size: 1.1em;
	padding-left: 15px;
}
#sponsored ul li a:hover {
	text-decoration: none;
	color: #e98421;
}

#footer {
	background-color: #e5e5e5;
	padding-left: 10px;
	text-align: center;
	height: 24px;
	margin-bottom: 10px;
	clear: both;
	font-size: 1.2em;
}
#footer p {
	line-height: 24px;
}
#footer a{
	color: #e98421;
	text-decoration: none;
	font-weight: normal;
	line-height: 24px;
}

#footer a:hover {
	text-decoration: underline;
}
#footer2 {
	text-align: center;
	font-size: 1.1em;
	color: #4b5b67;
}
#footer2 a {
	color: #4b5b67;
	text-decoration: none;
}
#footer2 a:hover {
	color: #e98421;
	text-decoration: underline;
}
