/*  This section controls the look of the entire page. Colors set here never change.   */
body {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000;
	background-color : #fff;
	margin : 0px;
	padding: 0px;
}

table {
	border: none;
	margin: 0;
	padding: 0;
	border-collapse : collapse;
}

td {
	padding: 0px;
	vertical-align : top;
	font-size: 12px;
}

#frontimage {border-bottom: 1px solid #999999; 
}

/*  This controls the look of links. Colors are set in colors.css  */
a:link, a:visited, a:hover, a:active  {
	text-decoration : underline;
}

/* This section controls the look of the main content section of the page  */

#content {
 	font-size: 12px;
	background-color: #fff;
	padding-bottom: 12px;
 }

h1 { margin: 5px 10px 16px 10px;
	font-size : 20px;
}

h2 {font-size : 17px;
	margin: 0px 10px 0 10px;
}

h3 { margin: 5px 10px 0 10px;
	font-size : 15px;
}

h4 {font-size: 13px;
	margin: 0 10px 0 10px;
	font-weight: bold;}
	
h5 {	font-size: 13px;
margin: 5px 10px 0 10px;}
	
p {
	font-size: 12px;
	margin: 0 10px 12px 10px;
}
 /*  This controls the look of lists inside the main content section of the page. */
#content ul, #content ol {	
margin: 0 10px 12px 40px;
	padding: 0;
}
#content ul li, #content ol li {
	margin-left: 15px;
	padding: 0;
}

#content ul ul, #content ol ol, #content ul ol, #content ol ul {	margin-left: 15px;
margin-bottom: 0px;
	padding: 0;
}

ul, ol, li, dd {
	color : #000;
	font-size: 12px;
}

dt {
	font-size: 14px;
	font-weight: bold;
	margin-left: 30px;
	margin-right: 10px;
	border-bottom: 1px solid #d15010;
}

dd {margin-left: 40px;
margin-right: 10px;
margin-bottom: 12px;}


/*  This controls the look of forms. Colors are set in colors.css  */
.input {
	border : 1px solid #000;
	font-size : 11px;
	padding: 1px;
	margin: 1px;
}

.submit {
	font-size : 11px;
	border : 2px outset #000;
	padding: 0;
	margin: 1px;
	font-weight : bold;
}

legend {
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
	border: 1px solid #d15010;
	padding: 3px;
}
fieldset {
	border: 1px solid #d15010;
	margin-top: 3px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	width: 440px;
}

#maintable tr td fieldset table {width: 420px;
margin: 0;
padding: 3px; border: none;}

#maintable tr td fieldset table td, #maintable tr td fieldset table th {
	padding: 3px;
	border: 1px solid #fee6a5;
	border-collapse: collapse;
	margin: 0;
	font-size: 11px;
	text-align: left;
	vertical-align: top;
}

/*  This controls the look of tables within the main content section of the page.  */
#content table {
	border: 1px solid #CCCCCC;
	width: 400px;
margin: 10px 0px 20px 10px;
	font-size : 11px;
	padding: 0;
}

#content th {
	font-size: 12px;
	font-weight: bold;
	text-align : left;
	border: 1px solid #CCCCCC;
	padding: 2px;
	margin-bottom: 20px;
	}
#content td {
	font-size: 11px;
	padding: 2px;
	border: 1px solid #CCCCCC;
}

/* This section controls the look of the special text styles. Colors are set in colors.css   */
.caption {
	font-size: 11px;
}

.big {
	font-size: 14px;
	line-height: 120%;
}

.small {
	font-size: 10px;
}

.highlight {
	font-size: 14px;
	font-weight: bold;
}

.box1, .box2 {
	width: 135px;
	padding: 5px;
	margin:3px;
	float: right;
}


/* This section controls the look of the global header (maroon bar with workmark and U links). Colors never change.  */
#globalheader {background-color: #660000;
color: #fff;
border-bottom: 2px solid #999999;
	font-size: 11px;}

.globalnav {
	color: #fff;
	background-color: transparent;
	margin-right: 10px;
	padding-right: 10px;
	text-align: right;
	vertical-align : middle;
}
	
.globalnav a:link, .globalnav a:visited, .globalnav a:hover, .globalnav a:active {
	color: #fff;
	text-decoration: underline;
	background-color: transparent;
}

#header {border-bottom: 1px solid #999999;
}
	
/* This section controls the look of the footer. Colors are set in colors.css   */
#footer {width: 760px;}
#footer p {
	padding: 5px 5px 5px 5px;
	margin: 0;
	font-size : 11px;}

#footer a:link, #footer a:visited {text-decoration: none;}
#footer a:hover, #footer a:active {text-decoration: underline;}


/* This section controls the look of the Adobe Acrobat box. Colors never change.  */
#acrobat {margin: 5px 20px 10px 30px;
	padding: 3px;
	border: 1px solid black;}
	
	/* This section controls the look of the navigation menu in the left column. Colors are set in colors.css  */
#navigation, #navigationaddress {
 	width: 190px;
 	font-size: 12px;
border-right: 1px solid #999999;
}

#navigation ul {
	margin: 5px 5px 15px 5px;
	padding: 0;
	border: 0;
}
#navigation li {
	list-style-type : none;
	font-size : 13px;
	font-weight : bold;
	margin-left: 5px;
}

#navigation ul li ul{
	margin : 0;
}

#navigation ul li ul li {
	font-size: 11px;
	font-weight: normal;
	margin-left: 15px;
	margin-bottom: 3px;
	list-style : none;
}

#navigation a:link, #navigation a:visited {
	text-decoration: none;
}

#navigation a:hover {
	text-decoration: underline;
}

#navigation a img {border: none; margin-bottom: 15px;}

.first {
	border-top: 1px solid #666;
	padding-top: 10px;
}
#navigationaddress {
	vertical-align: bottom;
}

/* This section hides elements that only show when the page is printed.  */
#printfooter, .print {display: none;}