/* generic */
body {
margin:0px 0px; padding:0px;
text-align: center;
font-family: "trebuchet ms";
font-size: 10pt;
color: #000000;
background-color: #ffffff;
}

#container {
position: relative;
top: 0px;
width: 1000px;
height: 100%;
margin:0px auto;
text-align: left;
background-color: #ffffff;

} 

#banner {
/*position: absolute;
top: 20px; */
width: 980px;
height: 130px;
background-color: #9999ff;
border: 1px #ff0000 solid;
padding-left: 20px;
color: #ffffff;
} 

h1 {
font-size: 12pt;
}
h2 {
font-weight: bold;
font-size: 14pt;
}
/* menu links */
a.m:link, a.m:visited, a.m:active {
color: #000000;
font-size:10pt; 
}
a.m:hover {
color: #ff0000;
}
/* content links */
a.c:link, a.c:visited, a.c:active {
color: #000000;
}
a.c:hover {
color: #ff0000;
}

/* white links */
a.w:link, a.w:visited, a.w:active {
color: #ffffff;
}
a.w:hover {
color: #ff0000;
}

#col_one {
float: left;
margin-top: 5px;
padding:5px;
width: 140px;
background-color: #ccccff;
border: 1px #ff0000 solid;
color: #000000;
} 
#col_two {
float: left;
padding:5px;
width: 678px;
background-color: #ffffff;
border: 0px #002b74 solid;
} 
#col_two_left {
float: left;
padding:5px;
width: 320px;
background-color: #ffffff;
border: 0px #002b74 solid;
} 
#col_two_right {
float: left;
padding:5px;
width: 320px;
background-color: #ffffff;
border: 0px #002b74 solid;
} 

#col_two_next {
float: left;
padding:5px;
width: 600px;
background-color: #ffffff;
border: 0px #002b74 solid;
} 


#col_three {
float: left;
margin-top: 5px;
width: 160px;
height: 600px;
}



#footer {
float: left;
width: 980px;
height: 60px;
background-color: #9999ff;
border: 1px #ff0000 solid;
padding-left: 20px;
margin-top: 5px;
color: #ffffff;
} 




/* contact form */
/* valid XHTML */
#contact_form {
position: absolute;
left: 520px;
top: 190px;
width: 470px;
height: 490px;
background-color: #ffffff;
padding: 5px;
border: 1px #002b74 solid;
}
/*#contact_2 {
position: absolute;
left: 180px;
top: 260px;
width: 330px;
height: 400px;
} */

#fcf2 {
/*font-family:arial;
font-size:9pt;
color: #333192;
margin:5px;
border:1px solid #3D5686;
background-color:#FFF; */
width:450px;
}
/*#fcf2 h3 {
font-size:1.5em;
background-color:#3D5686;
color:#333192;
font-weight:bold;
padding:4px;
margin:0px;
} */
/*#fcf2 p {
text-align:center;
padding:8px;
}
#fcf2 em {
color:#000000;
} */
#fcf2 div.r {
clear: both;
padding-top: 5px;
background-color:#FFF;
}
#fcf2 label {
float: left;
width: 100px;
text-align: right;
}
#fcf2 span.f {
float: right;
width: 335px;
text-align: left;
}
#fcf2 div.sp {
clear: both;
}
#fcf2 .req {
font-weight:normal;
color: #333192;
}
#fcf2 input, #fcf2 textarea {
background: #FFF;
border:1px solid #000;
padding:2px;
}
#fcf2 input:focus, #fcf2 textarea:focus {
background: #f2f2f2;
border:1px solid #3D5686;
}

/* news */
#news_container {
position: relative;
top: 0px;
width: 1000px;
height: 670px;
margin:0px auto;
text-align: left;
background-color: #ffffff;
} 
#news_head {
position: absolute;
left: 300px;
top: 150px;
width: 600px;
height:100px;
background-color: #333192;
color: #ffffff;
font-size: 12pt;
font-weight: bold;
padding: 10px;
}
#news_content {
position: absolute;
left: 300px;
top: 270px;
width: 600px;
padding: 10px;
}
a.nc:link, a.nc:visited, a.nc:active {color:#000000;
font-weight: bold;
text-decoration: none;
}
a.nc:hover {color:#ff0000;
font-weight:bold;
text-decoration: none;
}
#news_menu {
position: absolute;
top: 150px;
left: 20px;
}
a.mh:link, a.mh:visited, a.mh:active {color:#000000;
font-weight: bold;
text-decoration: none;
}
a.mh:hover {color:#ff0000;
font-weight:bold;
text-decoration: none;
}
a.nm:link, a.nm:visited, a.nm:active {color:#000000;
font-weight: bold;
font-size: 8pt;
text-decoration: none;
}
a.nm:hover {color:#ff0000;
font-weight:bold;
font-size: 8pt;
text-decoration: none;
}
