/**** define your colors here; it makes it easy to find later 
#f8f8cf-tan bg, #ec3843 red, #236678 aqua, #173243 dark blue
**********/



* {
margin:0;
padding:0;
}

html {
font-size:120%;
}

body {
font-size:50%;
background-color:#172959;
background-image:url('images/bodybg.jpg');
background-repeat:repeat-x;
font-family:'lucida grande', lucida, 'trebuchet ms';
color:#252c3e;
}

h1 {
letter-spacing:-.03em;
padding:10px 0 5px;
}



a {
color:#001e59;
}

a:hover {
text-decoration:none;
}

img {
border:none;
}
/******** END OF TAG REDEFINE *************/



#container {
position:relative;
width:900px;
background-image:url(images/containerbg.png);
_background-image:url(images/containerbg.jpg);
margin:auto;
}


#header {
height:140px;
width:880px;
margin:auto;	
background-image:url(images/headerbg.jpg);
background-repeat:no-repeat;
}



#nav ul, #nav li{
list-style-type:none;
margin:0px;
padding:0px;
display:inline;

}



#nav {
width:880px;
height:50px;
line-height:50px;
margin:auto;
text-align:center;
text-transform:uppercase;
background-image:url('images/navu.jpg');
background-repeat:repeat-x;
}

#nav a {
text-decoration:none;
text-transform:uppercase;
font-size:1.2em;
letter-spacing:0.1em;
padding:0 10px;
_padding:0 9px;
display:block;
float:left;
height:50px;
color:#b3bcd8;
border-right:1px dotted #122047;

}

#nav a:hover {
color:#fff;
background: url('images/navo.jpg') repeat-x;
}






/********END NAV STYLES*********/

#frame {
width:880px;
margin-left:10px;
background-image:url(images/framebg.jpg);
background-repeat:repeat-y;
background-color:#fff;
padding-bottom:20px;
}

/********CENTER CONTENT DIV STYLES*********/

#center {
width:600px;
min-height:400px;
float:left;
font-size:1.4em;
}

#center h1,#center h2,#center h3 {
color:#001e59;
}

#center h2,#center h3,#center p {
margin:10px 0 3px;
line-height:1.5em;
}

#center h3 {
margin-top:20px;
text-transform:uppercase;
}

#center h4 {
margin:10px 0 0;
}

#center input,#center textarea {
width:220px;
}

#center li,#center p {
margin-top:0.2em;
line-height:1.4em;
}

#center strong {
color:#9b3e0b;

}

#center ul {
margin-left:10px;
}

/********END CENTER CONTENT DIV STYLES*********/



#left {
width:200px;
float:left;
font-size:1.1em;
padding:16px;
}

#left li{
list-style-type:none;
width:190px;
}

#left li ul li{
list-style-type:square;
margin-left:7px;
}

#left {
font-size:1.2em;
}

.widgettitle {
color:#9b3e0b;
}


#clearfix {
clear:both;
}

#footer {
width:880px;
margin-left:10px;
height:50px;
background-image:url(images/footerbg.jpg);
background-repeat:repeat-x;
text-align:center;

border-bottom:1px solid #122047;

}

#footer p {
line-height:50px;
text-align:center;
text-transform:uppercase;
letter-spacing:.2em;
color:#b3bcd8;
}

