a:link {
        text-decoration: none;
}

a:hover {
        text-decoration: underline;
}

a:active {
        text-decoration: none;
}

a:visited {
        text-decoration: none;
}

body, html {
	margin: 15px 0px 10px 0px;
	padding: 0px;
	font-family: verdana,arial,sans-serif;
	font-size: 14px;
}

h1 {
        font-size: 20px;
}

h2 {
        margin-top: 0px;
        margin-bottom: 10px;
        font-size: 16px;
}

h3 {
        font-size: 14px;
        font-weight: normal;
}

#copyright {
        margin-top: 10px;
	padding-bottom: 10px;
        font-size: 11px;
}

#footer {
	clear: both;
	padding-top: 30px;
	text-align: center;
}

#footer_links {
        font-size: 13px;
}

#header {
}

#header_links {
        position: absolute;
        left: 267px;
        top: 13px;
}

#left {
	float: left;
	width: 240px;
}

#more {
        margin-top: 10px;
        margin-bottom: 20px;
}

#page {
	position: relative;
	width: 750px;
	margin: 0 auto;
}

#right {
	float: right;
	padding-left: 15px;
	width: 484px;
	border-left: 1px solid gray;
}

#slogan {
        margin-top: 3px;
        font-size: 12px;
        font-weight: bold;
}

#title {
}

.bold {
        font-weight: bold;
}

.italic {
        font-style: italic;
}
