
body {
	margin: 0;
	padding: 0;
/*	background: #FFFFFF url(images/img01.jpg) repeat-x; */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666666;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #3F586B;
}

h1 {
	font-size: 160%;
}

h2 {
	font-size: 135%;
}

h3 {
	font-size: 110%;
	font-weight: bold;
}

p, ol, ul {
	line-height: 125%;
}

p {
}

ol {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

ul li {
	padding-left: 15px;
	background: url(images/img04.gif) no-repeat 0px 7px;
}

blockquote {
	margin: 0;
	padding-left: 20px;
	font-style: italic;
}

blockquote * {
}

a {
	color: #FF5723;
}

a:hover {
	text-decoration: none;
	color: #1777B1;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 3px 15px 0 0;
}

img.right {
	float: right;
	margin: 3px 0 0 15px;
}

hr {
	display: none;
}



/* Header */

#header {
	height: 121px;
	text-align: center;
	margin: 0 auto;
	background: #A4C0C8 url(images/img02.jpg) no-repeat center;
}



/* Logo */

#logo h1 {
	padding-top: 1px;
	font-size: 300%;
}

#logo h2 {
	font-size: 150%;
}
#logo h3 {
	font-size: 125%;
}

#logo a {
	text-decoration: none;
	color: #3F586B;
}



/* Menu */

#menu {
	padding-top: 32px;
	text-align: center;
}

#menu ul {
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
	margin: 0;
	padding: 0;
}

#menu a {
	padding: 0 8px 0 0;
	text-decoration: none;
	font-family: Arial, Helvetica, serif;
	font-size: 110%;
	font-weight: bold;
	color: #610720;
}

#menu a:hover {
	text-decoration: underline overline;
}

#menu .active a {
	color: #FFFFFF;
}


