
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	text-align: center;
}
#wrapper {
	position: relative;
	text-align: left;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/images/shadow-bg.jpg);
	background-repeat:repeat-y;
}

#main {
	padding: 0 20px 20px 20px;
	background-image: url(/images/shadow-bottom.jpg);
	background-repeat:no-repeat;
	background-position: bottom left;
	
}

#header {
	
	height:150px;
	position:relative;
	border-bottom: 1px solid #ececec;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 9px;
}

#header h1 {
	margin: 0;
    padding: 0;
    font-weight:normal;
    color: #cb352d;
    font-size: 190%;
    position:absolute;
    bottom: 4px;
    right: 10px;
}

#content {
	float:right;
    width: 480px;
	padding: 0 10px 0 0;
	font-size: 90%;
}
#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-style: normal;
	font-weight: bold;
	color: #006699;
	line-height: 2em;
}
#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-style: normal;
	font-weight: normal;
	color: #006699;
}
#content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	color: #006699;
}
.blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	color: #006699;
}
#content p {
	font-size: 100%;
	line-height: 1.5em;
	
}
#content li {
	font-size: 100%;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	
}
#content a:link, #content a:visited {
	color: #D24B3C;
	text-decoration:none;
	font-weight: bold;
}
#content a:hover {
	color:#0000FF;
	text-decoration:underline;
}

#navigation {
	float:left;
	width: 180px;
}

/*#navigation ul {
	list-style: none;
	margin: 1em 0 0 0;
	padding: 0;
	border: none;
}

#navigation li {
	font-size: 90%;
}

#navigation a:link, #navigation a:visited {
	color: #FFFFFF;
	background-color:transparent;
	display:block;
	border-bottom: 1px solid #F1F1F1;
	padding: 1em 0 0.2em 0;
	text-decoration:none;
	font-weight: bold;
}

#navigation a:hover {
	color: #999;
}*/

#footer {
	clear:both;
	font-size: 80%;
	padding-top: 1em;
    text-align:right;
    color: #999;
    background-color: transparent;
}

.check {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	list-style-type: square;
}

.sub{
	padding-top:10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	list-style-type: disc;
}

.footnote {
	font-size: 80%;
	line-height: 1.2em;
	font-style: italic;
}

#uberlink {
	color: #CCCCCC!important;
	font-weight: bold;
	/*background-color: #FFFFFF !important;*/
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}