/* Default site elements */
body {
	margin: 20px 0px 0px 0px;
	color: #000;
	background-color: #FFF;
	background-image: url(../images/background.gif);
	background-repeat: repeat;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12px;}


/* Common site colors */
.blue { color: #336699;}
.ltblue { color: #85B1A9;}
.gray { color: #666666;}
.yellow { color: #F2AA00;}
.orange { color: #CC6633;}
.black { color: #000;}

.small { font-size: 11px;}
		
h1 {
	font-weight: bold;
	color: #BF8600;
	font-size: 12px;
	margin-bottom: 0px;
	margin-top: 0px;
}

h2 {
	font-weight: bold;
	color: #336699;
	font-size: 12px;
	margin-bottom: 0px;
	margin-top: 0px;
}

h3 {
	font-weight: bold;
	color: #336699;
	font-size: 18px;
	margin-bottom: 0px;
	margin-top: 0px;
}

p.quote {
	text-align: right;
	font-style: italic;
}

blockquote {
	margin: 3px 15px 3px 25px;
}

ul {
	padding: 0 0 0 20px;
	margin: 3px 10px 10px 10px;
}

table.tabular ul {
	padding: 3px 5px 3px 10px;
	margin: 3px 5px 3px 10px;
}

/* List elements with blue dots */
ul.bluedot { 
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	text-align: left;}

ul.bluedot li { 
	background-image: url(../images/button_blue.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 0 10px 18px;
}

ul.bluedot li.nopad { 
	background-image: url(../images/button_blue.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 0 0px 18px;
}	
		
/* List of links with yellow arrows and blue text */
ul.arrow { 
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	text-align: left;}

ul.arrow li { 
	background-image: url(../images/arrow_yellow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 0 4px 18px;
}

ul.arrow li a:link {color: #336699; text-decoration: none;}
ul.arrow li a:visited {color: #336699; text-decoration: none;}
ul.arrow li a:hover {color: #F2AA00;text-decoration: none;}

ul.arrow li.title { 
	background-image: none;
	padding: 0 0 4px 18px;
	margin: 0;
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

/* List of links with page icons and blue text */

ul.check { 
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	text-align: left;}

ul.check li { 
	background-image: url(../images/check_icon.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 0 4px 18px;
}

ul.check li a:link {color: #336699; text-decoration: none;}
ul.check li a:visited {color: #336699; text-decoration: none;}
ul.check li a:hover {color: #F2AA00;text-decoration: none;}

/* List of links with page icons and blue text */

ul.page { 
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	text-align: left;}

ul.page li { 
	background-image: url(../images/page_icon.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 0 4px 18px;
}

ul.page li a:link {color: #336699; text-decoration: none;}
ul.page li a:visited {color: #336699; text-decoration: none;}
ul.page li a:hover {color: #F2AA00;text-decoration: none;}

/* List of links with page icons and blue text, listed in one row */

ul.page_row { 
	padding: 0px;
	margin: 8px 0 0 20px;
	list-style-type: none;
	text-align: left;}

ul.page_row li { 
	display: inline;
	list-style-type: none;
	background-image: url(../images/page_icon.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 15px 4px 18px;
}

ul.page_row li a:link {color: #336699; text-decoration: none;}
ul.page_row li a:visited {color: #336699; text-decoration: none;}
ul.page_row li a:hover {color: #F2AA00;text-decoration: none;}

/* Copyright formatting */
p.copyright {font-size: 9px;}

a.copyright:link, a.copyright:visited {
		color: #F2AA00; text-decoration: underline;}

a.copyright:hover {
		color: #0068B6; text-decoration: underline;}


/* Footer Navigation */
td.footernav {
	text-align: center;
	background-image: url(../images/background_footer.jpg);
	background-repeat: no-repeat;
	height: 99px;
	width: 745px;
}

ul#footernav {
	padding: 13px 14px 0 0;
	margin: 0;
}

#footernav li {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 10px;
	color: #000;
}

#footernav a { padding: 0;}
#footernav a:link {color: #000; text-decoration: none;}
#footernav a:visited {color: #000; text-decoration: none;}
#footernav a:hover {color: #F2AA00; text-decoration: none;}

/* Default Links */
a {color: #F2AA00; text-decoration: none;}
a:link {color: #F2AA00; text-decoration: none;}
a:active {color: #336699; text-decoration: none;}
a:visited {color: #F2AA00; text-decoration: none;}
a:hover {color: #336699; text-decoration: none;}

