/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	background-color: #2D608E;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-image:url(/images/common/gradient.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

a {
color: #207CDD;
text-decoration:underline;
}
a:visited {
color: #207CDD;
text-decoration:underline;
}
a:hover {
color:#C97E4E;
text-decoration:underline;
}
a:active {
color: #207CDD;
text-decoration:underline;
}

ul {
margin-top:5px; 
list-style-type:square;
}

blockquote {
margin-top:5px; 
}

hr {
color:#CCCCCC; 
width:95%; 
margin:0px; 
padding:0px;
}

b {
color:#003366; 
font-weight:bold;
}

.headline{
font-size:18px;
font-style:italic;
font-weight:bold;
color:#00549F;
}

.subhead {
font-size:13px; 
font-weight:bold;
color:#444444;
}

#footer {
color:#FFFFFF;
background-image:url(images/home/titan_29.gif);
background-repeat:no-repeat;
background-position:center top;
font-size:10px;
line-height:20px;
text-align:center;
padding-top:44px;
width:776px;
}

#footer a {
color: #FFFFFF;
text-decoration:none;
}
#footer a:visited {
color: #FFFFFF;
text-decoration:none;
}
#footer a:hover {
color: #FFFFFF;
text-decoration:underline;
}
#footer a:active {
color: #FFFFFF;
text-decoration:none;
}

#nav {
background-image:url(images/nav/titan_10.gif);
background-repeat:repeat-x;
background-position:bottom;
}

#bg {
background-image:url(/images/common/bg_10.gif);
background-repeat:no-repeat;
background-position:bottom right;
}