/* CSS Document */

body {
	background-image: url(images/image001.jpg);
	background-repeat: repeat;
	font-family: "comic sans MS", tahoma, arial;
	font-size: 11pt;
	color: #000000;
}


h1 {
	font-size: 24pt;
	color: #990000;
	font-weight: bold;
}
h2 {
	font-size: 14pt;
}
h3 {
	color: #CC3300;
}


a:link {
	color: #CC3300;
}
a:visited {
	color: #CC3300;
}
a:active {
	color: #CC3300;
}
a:hover {
	color: #FF6600;
}

a.topnav:link {
	font-size: 12px;
	color: #660000;
	text-decoration: none;
}
a.topnav:visited {
	font-size: 12px;
	color: #660000;
	text-decoration: none;
}
a.topnav:active {
	font-size: 12px;
	color: #660000;
	text-decoration: none;
}
a.topnav:hover {
	font-size: 12px;
	color: #CC3300;
	text-decoration: underline;
}

a.nav:link {
}
a.nav:visited {
}
a.nav:active {
}
a.nav:hover {
}

a.footer:link {
}
a.footer:visited {
}
a.footer:active {
}
a.footer:hover {
}


#header_1 {
	text-align: center;
	vertical-align: top;
	border-bottom-color: #F3EBCD;
	border-bottom-style: solid;
	border-bottom-width: 12px;
}
#header_2 {
	vertical-align: top;
	background-image: url(images/bg_01.jpg);
	background-repeat: repeat;
	border-bottom-color: #F3EBCD;
	border-bottom-style: solid;
	border-bottom-width: 12px;
}
#header_3 {
	vertical-align: top;
	border-bottom-color: #F3EBCD;
	border-bottom-style: solid;
	border-bottom-width: 12px;
}
#topnav {
	background-image: url(images/bg_nav.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	text-align: center;
	vertical-align: middle;
	color: #660000;
	font-size: 14px;
}
#bottomnav {
	background-image: url(images/bg_nav.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	text-align: center;
	vertical-align: middle;
	color: #660000;
	font-size: 14px;
}
#content {
	padding-top: 30px;
	padding-bottom: 10px;
	padding-right: 10px;
	border-top-color: #F3EBCD;
	border-top-style: solid;
	border-top-width: 12px;
	border-bottom-color: #F3EBCD;
	border-bottom-style: solid;
	border-bottom-width: 12px;
}
#content_1 {
	border-left-color: #660000;
	border-left-style: dotted;
	border-left-width: 2px;
	padding-left: 30px;
	vertical-align: top;
}
#content_2 {
	padding-left: 20px;
	vertical-align: top;
}
#content_3 {
	padding-left: 30px;
	vertical-align: top;
	border-left-color: #660000;
	border-left-style: dotted;
	border-left-width: 2px;
	border-top-color: #F3EBCD;
	border-top-style: solid;
	border-top-width: 12px;
}
#content_4 {
	padding-left: 20px;
	vertical-align: top;
	border-top-color: #F3EBCD;
	border-top-style: solid;
	border-top-width: 12px;
}
#footer {
	text-align: center;
	padding-top: 5px;
	font-family: Tahoma;
	font-size: 9pt;
	font-weight: bold;
	border-top-color: #F3EBCD;
	border-top-style: solid;
	border-top-width: 12px;
	color: #996666;
}
