body {
	margin: 0;
	padding: 0;
	background: #686BCE url(images/img01.jpg) repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FFFFFF;
}

h1, h2, h3 {
	margin-top: 0;
	font-weight: bold;
	color: #F9F9FB;
}

h1 {
	font-size: 190%;
	color: #151744;
}

h2 {
	font-size: 136%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, ul, ol {
	margin-bottom: 1.6em;
	line-height: 180%;
}

/* header elements */

#header {
	width: 926px;
	height: 55px;
	margin: 0 auto;
	color:#000000
}

#logo {
	float: left;
	width: 470px;
}

#logo h1 {
	margin: 0;
	padding-top: 15px;
	font-size: 32px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #151744;
	font-weight: bold;
}

#contact {
	float: right;
	width: 351px;
	padding-top: 10px;
	text-align:right;
	color: #151744;
	line-height:20px;
	font-size:130%;
}



/* Menu */

#menu {
	width: 926px;
	height: 50px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 17px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 0 20px 0 10px;	
	text-align: center;
	text-decoration: none;
	font-size: 154%;
	color: #F9F9F9;
}

#menu a:hover {
	color: #151744;
	text-decoration: underline;
	background: url(images/img02.gif) no-repeat left center;
}

#menu .active a {
	color: #151744;
	text-decoration: underline;
	background: url(images/img02.gif) no-repeat left center;
}

/* Page */

#page {
	clear: both;
	width: 926px;
	margin: 0 auto 0px auto;
	padding-top:10px;
}

/* Content Right */

#contentright {
	float: right;
	width: 445px;
	padding-top:15px;
	line-height:10px;
}

#contentright img{
	padding-left:5px;
}

.title {
	padding-bottom: 5px;
	line-height:30px;
}

.list {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.list li {
	padding-left: 10px;
	background: url(images/img10.gif) no-repeat left center;
}

/* Content Left */

#contentleft {
	float: left;
	width: 445px;
	padding-top:15px;
	line-height:10px;
}
#contentleft img{
	padding-left:5px;
}

#contentleft ul {
	
}


#contentleft li {
}

#contentleft li ul {
}


#contentleft h2 {
	font-size: 114%;
	font-weight: bold;
}

#contentleft h3 {
	margin: 0;
}

#contentleft a {
	text-decoration: underline;
}

#contentleft a:hover {
	text-decoration: none;
	color: blue;
}

/* Footer */

#footer {
	clear: both;
	height: 65px;
	padding-top: 20px;
	background: #FFFFFF;
	color: #191919;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 90%;
}

#footer a {
	color: #191919;
	text-decoration: none;
}

#footer a:hover {
	color: #020202;
	text-decoration: underline;
}

a {
	color: #F0F0FB;
	text-decoration: underline;
}

a:hover {
	color: blue;
	text-decoration: none;
}
