* {font-family: Arial; color: black;}
body {background-image: url(img/bg.jpg); margin: 0px; }

/* GLOBALS */
#wrapper {border-style: solid; border-width: 0px; border-color: #ffffff; margin-left: auto; margin-right: auto; width: 1000px; background-color: #F3F3F3;}
#header {background-image: url(img/header.jpg); width: 1000px; height: 316px; margin: 0px;}
#rightcontent .box{text-align: center;}
#leftcontent {width: 770px; padding: 16px; float: left;}
#rightcontent {width: 182px; padding-top: 16px; padding-right: 16px; padding-bottom: 16px; float: left; text-align: center;}
#cleardiv {clear: both;}
#footer {color: #343434; font-size: 9px; vertical-align: middle; line-height: 20px; width: 1000px; height: 20px; margin-left: auto; margin-right: auto; width: 1000px;}

/* MENU */
#menu {background-image: url(img/menubg.png); width: 1000px; height: 34px; position: absolute; top: 282px; }
#menu ul {list-style: none; padding: 0px; margin: 0px;}
#menu ul li {float: left; width: auto; color: white; font-size: 10px; font-weight: bold; vertical-align: middle; line-height: 34px;}

/* LINKS */
#menu ul li a:link {text-decoration: none; color: white; height: 34px; display: inline-block; padding-left: 16px; padding-right: 16px;}
#menu ul li a:visited {text-decoration: none; color: white; height: 34px; display: inline-block; padding-left: 16px; padding-right: 16px;}
#menu ul li a:active {text-decoration: none; color: white; height: 34px; display: inline-block; padding-left: 16px; padding-right: 16px;}
#menu ul li a:hover {text-decoration: none; color: #FEF200; background-color: black; height: 34px; display: inline-block; padding-left: 16px; padding-right: 16px;}

.box a:link {text-decoration: none; color: #632C00; border-bottom: 1px dotted #903A00;}
.box a:visited {text-decoration: none; color: #632C00; border-bottom: 1px dotted #903A00;}
.box a:hover {text-decoration: none; color: #632C00; background-color: #FFEDDE; border-bottom: 1px dotted #903A00;}
.box a:active {text-decoration: none; color: #632C00; border-bottom: 1px dotted #903A00;}

a.ilink:link {border-width: 0px; background-color: transparent;}
a.ilink:visited {border-width: 0px; background-color: transparent;}
a.ilink:hover {border-width: 0px; background-color: transparent;}
a.ilink:active {border-width: 0px; background-color: transparent;}

.ilink img {border-width: 0px; }

#imglinklist {list-style: none; padding: 0px; margin: 0px;}
#imglinklist li+li {margin-top: 16px;}

/* BOX */
.box:first-child {
	margin: 0px;
}

.box {
	background-color: #FFFFFF;
	border: 1px solid #D5D5D5;
	margin: 16px 0px 0px 0px;
	padding: 16px;
	font-size: 13px;
}

.box h1 {
	font-size: 22px;
	color: red;
	line-height: 1em;
	margin: 1em 0px 1em 0px;
	font-weight: bold;
	color: black
}

.box h1 {
	font-size: 13px;
	line-height: 1em;
	margin: 1em 0px 1em 0px;
	font-weight: bold;
	color: black
}

.box h2 {
	font-size: 22px;
	color: red;
	line-height: 1em;
	margin: 1em 0px 1em 0px;
	font-weight: bold;
	color: black
}

.box h2 {
	font-size: 22px;
	line-height: 1em;
	margin: 1em 0px 1em 0px;
	font-weight: bold;
	color: black
}

.box h3:first-child {
	margin: 0px 0px 1em 0px;
}

.box h3 {
	font-size: 15px;
	line-height: 1em;
	margin: 1em 0px 1em 0px;
	font-weight: bold;
	color: black
}

.box h4:first-child {
	margin: 0px 0px 1em 0px;
}

.box h4 {
	font-size: 15px;
	line-height: 1em;
	margin: 1em 0px 1em 0px;
	font-weight: bold;
	color: red;
}

.box h5 {
	font-size: 22px;
	color: red;
	line-height: 1em;
	margin: 1em 0px 1em 0px;
	font-weight: bold;
	color: black
}

.box h5 {
	font-size: 22px;
	line-height: 1em;
	margin: 1em 0px 1em 0px;
	font-weight: bold;
	color: red
}


.box p:first-child {
	
	margin: 0px;
}

.box p {
	margin: 1em 0px 0px 0px;
	line-height: 1.7em;
}


.box ul {
	list-style: square;
	padding: 0px;
	margin: 1em 0px 0px 2em;
}

.box ul li:first-child {
	margin: 0px 0px 0px 0px;
}

.box ul li {
	margin: 0.75em 0px 0px 0px;
}

.red {color: red;}
.normal {font-style: normal;}
.bold {font-weight: bold;}
.italic {font-style: italic;}
.underline {text-decoration: underline;}
.strike {text-decoration: line-through;}