body {
	margin: 0 auto auto auto;
	font-family: "Arial", sans-serif;
	font-size: 11pt;
	color: black;
	height: 1200px;
}

#main-container {
	margin: auto;
	width: 926px;
}

#header {
	background-color: #6699cc;
}

#header marquee {
	color: white;
	text-transform: uppercase;
	font-weight: bold;
}

#left-nav {
	width: 150px;
	padding: 0;
	background-color: yellow;
	vertical-align: top;
	font-size: 10pt;
	color: blue;
	padding-bottom: 35px;
}

#content {
	padding: 10px;
	vertical-align: top;
}

#footer {
	clear: both;
	padding: 15px 0 15px 0;
	color: #878787;
	font-size: 8pt;
	text-align: center;
}

#footer address {
	font-style: normal;
}

h1 {
	margin-top: 0;
	color: red;
	font-family: cursive;
	font-size: 18pt;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
	
h2,
.h2 {
	font-size: 12pt;
	font-weight: bold;
	color: red;
	text-transform: uppercase;
}

h2.normal,
.h2-normal {
	font-size: 12pt;
	font-weight: bold;
	color: red;
	text-transform: none !important;
}

h3,
.h3 {
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 5px;
}

p {
	text-align: justify;
}

ul li {
	text-align: justify;
}

ul.padded li {
	margin-bottom: 5px;
}

ul.no-indent {
	padding-left: 0;
	margin-left: 15px;
}

ul.no-bullets {
	list-style: none;
	margin-left: 0;
}

ul.menu {
	list-style: none;
	margin: 0 0 25px 12px;
	padding: 0;
	font-size: 10pt;
	font-weight: bolder;
	font-style: italic;
	text-transform: uppercase;
	color: #d0d0d0;
}

ul.menu li {
	width: 123px;
	height: 28px;
	background-image: url("../images/menu-tab.gif");
	background-repeat: no-repeat;
	margin-bottom: 0;
}

ul.menu li.separator {
	background-image: url("../images/menu-separator.gif");
	background-repeat: no-repeat;
}

ul.menu a {
	display: block;
	width: 100%;
	padding: 4px 0 6px 17px;
	text-decoration: none;
	color: #c0e6f7;
}

ul.menu a.selected,
ul.menu a:hover,
ul.menu a:focus {
	color: white;
	padding-top: 4px;
}

ul.menu a:hover,
ul.menu a:focus {
	text-decoration: underline;
}

fieldset {
	border: solid 1px #c0c0c0;
	padding: 15px;
}

fieldset legend {
	color: red;
	font-weight: bold;
	font-size: 12pt;
}

form {
	font-size: 10pt;
}

form table th {
	vertical-align: top;
	text-align: right;
}

form table td {
	vertical-align: top;
	text-align: left;
}

.borderless,
.borderless tr,
.borderless td {
	border-width: 0;
	border-style: none;
	border-collapse: collapse;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.full-width {
	width: 100%;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.banner {
	margin-bottom: 10px;
}

.highlight {
	background-color: yellow;
}

.nobr {
	white-space: nowrap;
}

.mt30 {
	margin-top: 30px;
}

.mt25 {
	margin-top: 25px;
}

.mt20 {
	margin-top: 20px;
}

.mt15 {
	margin-top: 15px;
}

.mt10 {
	margin-top: 10px;
}

@media print {
    
    body {
        background-color: white;
        background-image: none;
    }
    
    #container {
        width: 100%;
        min-width: 6.5in;
    }
    
    #left-nav {
        display: none;
    }
    
}