/***********************************************/
/* 3col_rightNav.css                              */
/* Use with template 3col_rightNav.html           */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
 font-family: Arial,sans-serif;
 color: #000000;
 background-color: #0C5668;
 margin: 5px 15px 5px 15px;
 font-size: 12px;
}

a:active,
a:link,
a:visited{
 color: #990000;
 text-decoration: underline;
}

a:hover{
 color: #990000;
 text-decoration: none;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#globalNav{
 width: 100%;
 min-width: 730px;
 position: relative;
 background-color: #0C5668;
}

#bottom_imgBar{
 background-color: #F8F1Db;
}

#globalFooter{
 width: 100%;
 min-width: 730px;
 max-width: 730px;
 padding: 5px 0px 0px 0px;
 text-align: center;
 background-color: #0C5668;
 color: #ffffff;
 font-size: 11px;
}

a.globalFooter:link,
a.globalFooter:active,
a.globalFooter:visited,
a.globalFooter:hover{
 color: #ffffff;
 text-decoration: underline;
 font-size: 11px;
}

#body {
 float: left;
 width: 100%;
 background-color: #F8F1Db;
 min-width: 730px;
}

#leftNav{
 float: left;
 width: 148px;
 min-width: 148px;
 max-width: 148px;
 background-color: #F8F1Db;
}

#contact_info{
 color: #000000;
 font-size: 10px;
 padding: 10px 0px 10px 10px;
}

#content{
 font-size: 12px;
 background-color: transparent;
 padding: 5px 10px 5px 10px;
}

#search{
 /*border: 2px solid #0C0057;*/
 font-size: 12px;
 font-weight: bold;
 text-align: center;
 padding: 5px 0px 5px 0px;
}