﻿body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #222222;
	background-color: #ececec;
	margin: 0px;
}
#topheader {
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#middlewrap {
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/middle.png);
	background-repeat: repeat-y;
}
#bottomfooter {
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#middlecontent {
	width: 740px;
	padding-right: 20px;
	padding-left: 20px;
}
#toplevelnav {
	width: 720px;
	padding-right: 30px;
	padding-left: 30px;
	text-align: right;
}
#rightbox {
	float: left;
	width:75%; /*550px;*/
	}
#leftbox {
	float: right;
	width:23%;
	}

.orangebox {
	padding: 10px;
	background-color: #FCF8C0;
	border: dotted 2px #FF9900;
	text-align:center;
	color:#FF0000;
	font-weight:bold;
}
.bluebox {
	padding: 10px;
	background-color: #E1E8F2;
	border: dotted 2px #00518A;
}

.orangebox h1 {
	font-size:16px;
}

h1 {
	color:#FF0000;
	text-align:center;
}

h1.title{
	font-size:40px;
	font-weight:bold;
	text-align:center;
}
h2 {
	color: #CC0000;
}
h3 {
	color: #CC0000;
	background-color: #FFFFCC;
}
.red {
	color:#FF0000;
	font-weight:bold;
}
.blue {
	color:#0000FF;
	font-weight:bold;
}

.sptext{
	font-size:16px;
	font-weight:bold;
	text-align:center;
}
#toplevelnav a {
	text-decoration: none;
	color: #003366;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}
#toplevelnav a:hover {
	color: #990000;
	background-color: #FFFFCC;
	text-decoration: underline;
}
#wrapitup {
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/middle.png);
}
.tblebrder {
	border: 1px solid #222222;
}
.titleone {
	font-size: 16px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
	color: #990000;
	text-transform: uppercase;
}
.titletwo {
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	color: #990000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #990000;
}
#menubox {
	padding: 5px 0px 5px 0px;
	width:170px;
	border: 1px solid #000000;
	margin-left: 10px;
	background-color:#DFEAFD;
	}

#menubox a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
	padding-left: 10px;
}
#optin {
	margin-bottom:20px;
	margin-top:0px;
	width: 100%;
	border: 1px solid #3333CC;
	margin-left: 0px;
	background-color:#FFFFFF;
	}

#optin a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0000FF;
	text-decoration:underline;
	font-weight:bold;
	padding-left: 0px;
}
#optin #header{
	width:100%;
	margin-top:0px;
	padding-top:0px;
	background-color:#0033CC;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
}
#optin #text{
	padding:0 3px 2px 5px;
}
.dividor {
	background-color: #CCCCCC;
	height: 2px;
	text-align:right;
}
#topcontent {
	width: 540px;
}
.revlink {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-weight: bold;
}
.actionlink {
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}
