/* Link Style */
a:link { color: #0000ff; }
a:visited {color: #0000ff; }
a:hover { color: #806410; }
a:active { color: #ff0000; }

a.nav:link { color: #eac550; text-decoration: none; }
a.nav:visited { color: #eac550; text-decoration: none; }
a.nav:hover { color: #ffffff; text-decoration: none; }
a.nav:active { color: #e5b31c; text-decoration: none; }

a.nav {
	margin-left: 20px;
	font-size: 13px;
	font-weight: bold;
}

/* Main */
body {
	margin: 0px;
	background-color: #ffffff;
	font-family: sans-serif;
	font-size: 13px;
}

table {
	width: 820px;
	font-size: 13px;
	border-spacing: 0px;
}

.body {
	margin-left: 40px;
	margin-right: 40px;
}

div#contents {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('bg.png');
	background-repeat: repeat-y;
}

div.header {
	height: 118px;
	background-color: #dae5eb;
}

div.navbar {
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: #181871;
	background-image: url('glass.png');
	background-repeat: repeat-x;
	font-size: 13px;
}

div.footer {
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #181871;
	font-family: times, serif;
	font-size: 10px;
	color: #ffffff;
	text-align: center;
}

p {
	margin: 0em 0em 0.5em;
	text-indent: 2em;
}

/* Header formating */

h1,h2 {
	background-color: #f5e6b5;
	background-image: url('bg_header.png');
	background-repeat: repeat-y;
	padding-left: 20px;
	font-weight: bold;
	color: #a59154;
}

h1 {
	font-size: 32px;
	font-style: italic;
}

h2 { font-size: 24px; }

h3 { font-size: 16px; }

h4 { margin: 1em 0em 0.5em; }

h5 { margin: 1em 0em 0em;
    font-size: 13px;
    font-variant: small-caps;
    font-style: italic; }

/* Other */

img {border: 0px;}
