@charset "utf-8";
body{
 background:#8e97ac;
 margin:30px auto;
}

h2{
 font-family:"Times New Roman", Times, serif;
 font-size:22px;
 color:#bd8b34;
 font-weight:normal;
 margin:0;
 margin-top:20px;
 margin-bottom:14px;
}

h3{
 font-family:"Times New Roman", Times, serif;
 font-size:18px;
 color:#435578;
 font-weight:bold;
 margin:0;
 margin-top:20px;
 margin-bottom:14px;
}

a{
 color:#bd8b34;
 text-decoration:underline;
}
a:hover{ color:#8896b7; text-decoration:underline;}

/**************/
/* Nav Styles */
/**************/
.nav{
 background:url(images/nav_bg.gif) repeat-x;
 font-family:"Times New Roman", Times, serif;
 font-size:14px;
 text-transform:none;
}


/******************/
/* Content Styles */
/******************/
.content{
 background:#fff;
 font-family:Tahoma, Arial;
 font-size:12px;
 color:#435578;
 line-height:18px;
 padding:20px;
 padding-top:0px;
 width:714px;
}

/* NEWS & PRESS RELEASE */
#news{
 float:left;
 padding-right:20px;
 width:367px;
}
#news a{ color:#8896b7; font-weight:bold; text-decoration:none;}
#news a:hover{ color:#435578; text-decoration:underline;}

/* EVENTS */
#events{
 float:right;
 width:327px;
}
#events a{ color:#435578; font-weight:bold; text-decoration:none;}
#events a:hover{ color:#8896b7; text-decoration:underline;}

/*********************/
/* Left Panel Styles */
/*********************/
.left_panel{ background:#1c2d51; width:246px;}

/* LABELS */
.label{
 font-family:"Times New Roman", Times, serif;
 font-size:16px;
 color:#fff;
 line-height:30px;
 padding-left:15px;
 text-transform:uppercase;
}
span.blue_label{ color:#8896b7;}

/* QUICK LINK NAVIGATION */
.nav2{
 background:#435578;
 font-family:"Times New Roman", Times, serif;
 font-size:12px;
 text-transform:uppercase;
}
.nav2 a{
 display:block;
 color:#fff;
 text-decoration:none;
 border-bottom:1px solid #1c2d51;
 line-height:30px;
 padding-left:15px;
 padding-right:15px;
 width:216px;
}
.nav2 a:hover{ color:#8e97ac; text-decoration:none;}

/* MOST WANTED */
.most_wanted{
 background:#445679;
 font-family:Tahoma, Arial;
 font-size:11px;
 color:#fff;
 line-height:18px;
 padding:15px;
 padding-top:0px;
}
.most_wanted h2{ margin-top:15px;}

/* CONTACT US */
.contact_us{
 background:#445679;
 font-family:Tahoma, Arial;
 font-size:12px;
 color:#fff;
 line-height:22px;
 padding:15px;
}
.contact_us h2{ font-family:"Times New Roman", Times, serif; font-size:18px; color:#fff; font-weight:normal; margin:0;}
.contact_us strong{ font-size:14px; color:#fff; font-weight:bold;}

/*****************/
/* Footer Styles */
/*****************/
.footer{
 background:#1f3054;
 font-family:Tahoma, Arial;
 font-size:11px;
 color:#8896b7;
 line-height:30px;
 text-align:right;
 padding-right:20px;
}
.footer a{ color:#8896b7; text-decoration:none;}
.footer a:hover{ color:#fff; text-decoration:none;}

/****************/
/* Other Styles */
/****************/
table.container{
 border:1px solid #a9adb8;
 background:#1c2d51;
}
