/**
 * main.css
 */

body
{
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11pt;
	background-image: url('/images/background.gif');
	background-repeat: repeat-x;
	background-color: #b0b0b0;
}

div#header {
	background-image: url('/images/logo.gif');
	background-repeat: no-repeat;
	width: 755px;
	height: 177px;
	margin: 0 auto;
}

div#menu {
	background-image: url('/images/menu.png');
	background-repeat: no-repeat;
	background-position: 50% 0;
	width: 755px;
	height: 50px;
	margin: 0 auto;
}

div#menu ul {
	text-transform: uppercase;
	text-align: center;
	list-style-type: none;
	line-height: 30px;
	font-weight: bold;
	font-size: 12pt;
}

div#menu li {
	display: inline;
	list-style-type: none;
	padding: 0px 20px 0px 0px;
}

div#menu a {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}

div#menu a:hover {
	color: black;
	text-decoration: none;
}

.last {
	padding: 0px !important;
}

div#container {
	width: 740px;
	margin: 0 auto;
}

div#container #top {
	background-image: url('/images/top.png');
	background-repeat: no-repeat;
	height: 10px;
	line-height: 0;
	font-size: 0;
	padding: 0;
}

div#content {
	background-color: white;
	padding: 0.1em 1em;
}

h2 {
	font-weight: bold;
	font-size: 16pt;
	padding: 0 0 0.6em;
}

h3 {
	font-weight: bold;
	font-size: 13pt;
}

h3 a {
	color: black !important;
}

h4 {
	font-weight: bold;
}

div#content ul {
	list-style: disc;
	list-style-position: outside;
	padding: 0.5em 1.3em 0;
}

.date {
	font-size: 10pt;
	color: #555;
	margin-top: 3px;
	margin-bottom: 5px;
}

div#content a {
	color: #228;
	text-decoration: none;
}

div#content a:hover {
    color: blue;
	text-decoration: underline;
}

div#container #bottom {
	background-image: url('/images/bottom.png');
	background-repeat: no-repeat;
	height: 10px;
	line-height: 0;
	font-size: 0;
	padding: 0;
}

.effect_appear {
}

div#footer {
	width: 725px;
	margin: 0 auto;
	padding: 10px;
	text-align: right;
	font-size: 10pt;
	color: #666;
}

div#footer a {
	color: #666;
	text-decoration: none;
}

div#footer a:hover {
	color: black;
}