/* CSS Document */

* {
font-family:Arial, Helvetica, sans-serif;
}

html { height: 100%; margin-bottom: 1px; } /* force vert scrollbar so pages don't shift left/right if too short */

body {
margin:0;
background-color:white;
background-image:url(/images/layout/bg_sub.gif);
background-repeat:repeat-x;
}

p  {
font-size:85%;
line-height:150%;
}

td p {
margin-top:1em;
}

ul, ol {
font-size:80%;
}

a:visited {

}

h1 {
font-size:130%;
color:#000066;
}

h2 {
padding-top:1em;
font-size:105%;
color:#666;
}

h2 a {
color:#666;
}

h3 {
font-size:100%;
color:#000066;
}

h4 {
font-size:90%;
color:#000066;
}

.tinyText {
font-size:75%;
}

p.tinyText {
margin-right:5px;
text-align:right;
margin-top:1em;
}



/*.tinyText a {
color:#CCCCCC;
text-decoration:none;
}
.tinyText a:visited {
color:#FFFFFF;
text-decoration:none;
}
.tinyText a:hover {
color:#FFCC00;
text-decoration:underline;
}*/


/* -------------------------------------- layout objects */

.spacer {
clear:both;
}

#header {
width:940px;
margin:auto;
padding:5px;
text-align:right;
color:white;
}

#header a {
color:white;
font-size:80%;
}

#header a:link, #header a:visited {
text-decoration:none;
}

#header a:hover {
text-decoration:underline;
}


#pageContainer {
width:950px;
margin-top:10px;
margin:auto;
padding:5px;
padding-bottom:15px;
background-color:white;
background-image:url(/images/layout/topcorners.gif);
background-repeat:no-repeat;
}

#banner {
width:950px;
height:79px;
background-color:#1c2b71;
background-image:url(/images/layout/topbanner.jpg);
background-repeat:no-repeat;
}

#banner img {
float:right;
}

#submenu {
float:left;
padding-top:53px;
padding-left:30px;
}

#submenu a {
color:#B9C7E1;
margin-right:1.5em;
font-size:80%;
font-weight:bold;
}

#submenu a:link, #submenu a:visited {
text-decoration:none;
}

#submenu a:hover {
text-decoration:underline;
}

#primaryLinks {
width:950px;
}

#features {
width:950px;
margin-top:-7px;
}

#secondaryHome {
clear:both;
margin-top:10px;
width:950px;
}

#news {
width:454px;
padding-right:10px;
float:left;
border-right:1px solid #ddd;
color:#333;
}

#news h1 {
margin:0;
padding-top:1em;
padding-bottom:.25em;
font-size:90%;
color:black;
}

#news p {
padding:0;
margin:0;
margin-top:1em;
margin-left:20px;
font-size:80%;
}

#news a {
color:black;
}

#homeLinks {
width:476px;
float:right;
text-align:left;
}

#homeLinks p {
margin:0;
padding:0;
}

#homeLinks img {
border:0;
margin-left:5px;
}


#footer {
margin-top:15px;
width:950px;
color:#5B65BD;
clear:both;
}
#footer a {
color:#0000cc;
}


/*-----------SUB-PAGE SPECIFIC STYLES------------------*/



#secondary {
margin-top:5px;
width:950px;
}

#titleBar {
margin-top:5px;
width:950px;
}

#title {
float:left;
width:594px;
height:25px;
padding:5px 5px 0px 5px;
background-image:url(/images/layout/bluebar.gif);
background-repeat:no-repeat;
color:white;
font-weight:bold;
overflow:visible;
}

#title h1 {
margin:0;
padding:0px 0px 0px 5px;
background-color:#0a1273;
font-size:100%;
color:white;
}

#subLinks {
float:right;
}

#subLinks img {
margin-left:5px;
}

#leftCol {
float:left;
width:200px;
padding-top:10px;
margin:0;
}

#menu {
float:left;
width:180px;
padding:10px;
margin:0;
background-color:#ddd;
background-image:url(/images/layout/menubartop.gif);
background-repeat:no-repeat;
}

#menu ul {
border-bottom:1px dashed #999;
}

#menu ul, #menu ul li  {
list-style:none;
list-style-type:none;
margin:0;
padding:0;
text-indent:0;
}

#menu ul li a {
display:block;
padding:10px 10px 10px 15px;
width:150;
text-decoration:none;
letter-spacing:.05em;
color:#444;
}

#menu ul li a:hover {
background-color:#bbb;
background-image:url(/images/layout/menuhoverbg.jpg);
background-repeat:repeat-x;
}

.menuFooter {
float:left;
width:200px;
height:4px;
margin:0;
padding:0;
background-image:url(/images/layout/menubarbtm.gif);
background-repeat:no-repeat;
}

#main {
float:left;
width:530px;
padding:10px;
margin:0;
}

#main ul li, #main ol li {
padding-bottom:1em;
}

#rightCol {
float:right;
width:160px;
padding:10px;
padding-top:40px;
}

table td {
padding-left:20px;
}

.highlightBox {
padding:20px;
background-color:#FFFED2;
background-image:url(/images/layout/highlightBoxTop.jpg);
background-repeat:no-repeat;
}

.highlightBox h2 {
font-size:130%;
color:#FF9900;
padding:0;
}


.floatRight {
float:right;
padding-left:10px;
padding-right:10px;
text-align:center;
}


.floatLeft {
float:left;
padding:10px 10px 10px 0;
text-align:center;
}

div#fw_counter_container div {
float:left;
}



/* end */


