@charset "UTF-8";
/* CSS Document */

/*Browsers are lame, so we must clear all the default styles*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: disc;
	margin-left:20px;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* End Clear Browser Defaults */

/***** Layout *********************************************/

body  {
	font: 100% "Times New Roman", Times, serif;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color:#000033;
}
#outerwrapper {
	margin:0 auto;
	width:820px;
	text-align:left;
}
#wrapper {
	margin:0 auto;
	width:780px;
	text-align:left;
	background-image:url(images/bgShadow.gif);
	background-repeat:no-repeat;
	background-color:#003751;
}

#header { 
	margin:0 0 -4px 0;
	padding:0;
	background:#000033;
}

#navHeader {
	background:#000033;
	background-image:url(images/navBG.gif);
	background-repeat:repeat-x;
	height:25px;
	line-height:25px;
	margin:0;
	padding:0 0 0 20px;
} 

#navHeaderRight {
	background-image:url(images/navBG_right.gif);
	width:202px;
	float:right;
	height:25px;
	line-height:25px;
}

#rightCol {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background:none; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}

#rightColImage {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background:none; /* the background color will be displayed for the length of the content in the column, but no further */
	padding:0;
	margin:0;
}

#rightCol.home {
	float:right; /* since this element is floated, a width must be given */
	width:280px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background:none; /* the background color will be displayed for the length of the content in the column, but no further */
	margin:20px 20px 20px 10px;
}

#mainContent { 
	margin: 0 200px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:none;
} 

#mainContent.home { 
	margin: 0 300px 20px 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:none;
} 
.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;
}

#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(images/footer.jpg);
	height:54px; 
} 
#footerShadow { 
	background-image:url(images/footerShadow.png);
	height:20px;
	background:transparent;
	background-repeat:repeat-x; 
} 

table {
	font-family:"Times New Roman", Times, serif;;
	color:#ffffff;
	font-size:14px;
}

tr {
	padding:2px;
}

td {
	padding:2px;
}

a {
	font-family:"Times New Roman", Times, serif;;
	color:#99cc33;
}

img {
	margin:0;
	padding:0;
}

.redCallout {
	background:url(../graphics/redCallout.png) top center no-repeat;
	width:528px;
	color:#ffffff;
	padding:15px;
}

.redCallout p {
	color:#fff;
}

#mainContent.home ul li { 
	list-style:dics;
	font-size:14px;
	font-family:"Times New Roman", Times, serif;
	line-height:17px;
	color: #ffffff;
	margin-bottom:1px;
}



#mainContent.mainList ul li {
	list-style:dics;
	font-size:14px;
	font-family:"Times New Roman", Times, serif;
	line-height:14px;
	color: #ffffff;
	margin-bottom:1px;
}



/***** End Layout **************************************************/

/***** Navigation Menu *********************************************/

#navHeader ul {
	margin:0 0 0 5px;
	padding:0px 0 0 0;
	list-style-type:none;
	height:25px;
	line-height:25px;
}

#navHeader ul li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:0 9px 0 0;
	color:#fff;
	display:inline;
	height:25px;
	line-height:25px;
}

#navHeader ul li a, #navHeader ul li a:visited{
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	height:25px;
	line-height:25px;
}

#navHeader ul li a:hover {
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	background-color:#db402f;
	height:25px;
	line-height:25px;
}

/***** End Navigation Menu ******************************************/

/***** Typography ***************************************************/

p {
	font-family:"Times New Roman", Times, serif;;
	font-size:14px;
	color:#ffffff;
	line-height:17px;
	margin:0 5px 6px 5px;
}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:normal;
	color:#99cc33;
	margin:18px 5px;
}

h2 {
	font-family:"Times New Roman", Times, serif;;
	font-size:18px;
	font-weight:bold;
	color:#ffffff;
	margin:8px 5px;
}

strong {
	font-family:"Times New Roman", Times, serif;;
	font-weight:bold;
}

em {
	font-style:italic;
	font-family:"Times New Roman", Times, serif;;
}

li {
	font-family:"Times New Roman", Times, serif;;
	font-size:14px;
	color:#ffffff;
	line-height:14px;
	margin-bottom:10px;
}

/***** End Typography ***********************************************/




