* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(images/bannerbg.jpg) repeat-x;
	text-align: justify;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

h1 {
	font-size: 14px;
	color: #3c3a92;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #e19e03;
	padding-top: 10px;
}

h2 {
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	padding-top: 10px;
	line-height: 15px;
	text-align: left;
	padding-bottom: 10px;
}

p, ul, ol {
	margin-bottom: 20px;
	line-height: 1.8em;
}

ul, ol {
	margin-left: 3em;
}


a:link {
	color: #758fb4;
	font-weight: bold;
}

a:visited {
	color: #758fb4;
}

a:hover {
	text-decoration: none;
	color: #758fb4;
}

#mainmenu {
	width: 740px;
	height: 65px;
	margin: 0 auto;
	border-right: 0px solid #EDEBD5;
}

#mainmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#mainmenu li {
	display: inline;
}

#mainmenu a {
	display: block;
	float: left;
	width: 185px;
	height: 45px;
	padding: 20px 0 0 0;
	border-left: 0px solid #EDEBD5;
	text-decoration: none;
	text-align: center;
	font-size: 13px;
	color: #758fb4;
	font-weight: bold;
}

#mainmenu a:hover {
	background: #F7F7F4;
}

#header {
	width: 770px;
	height: 170px;
	margin: 0 auto;
}

#page {
	width: 770px;
	margin: 0 auto;
	padding: 20px 0;
}

#content {
	float: left;
	width: 535px;
	padding-top: 25px;
	padding-right: 10px;
}

#content a:link {
	color: #e19e03;
	font-weight: bold;
}

#content a:visited {
	color: #e19e03;
	font-weight: bold;
}

#content a:hover {
	text-decoration: none;
	color: #e19e03;
}

#content ul {
	list-style-type: disc;
	padding-left: 5px;
	list-style-position: outside;
	text-align: left;
}

#content li {
	color: #666666;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: normal;
	padding-bottom: 10px;
	line-height: 17px;
	
}

#sidebar {
	float: right;
	width: 190px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #3c3a92;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}

#sidebar h2 {
	margin: 0;
	color: #e19e03;
	font-size: 14px;
	font-weight: bold;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3c3a92;
}

#sidebar ul {
	margin: 0;
	padding: 10px;
	list-style: none;
}

#sidebar li {
font-weight: bold;
}

#sidebar a {
	color: #758fb4;
}

#footer {
	clear: both;
	height: 100px;
	padding: 25px 0;
	background: #EDEBD5 url(images/footerbg.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	color: #666666;
	font-weight: normal;
}

#footer h3 {
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	text-align: center;
}

.style1 {
	font-weight: bold;

}

