/* COMMON.CSS ----------------------------------------------
************************************************************/

/* CSS GLOBALS 
************************************************************/
body {
	background-image:  url(../images/common/bg_page.jpg);
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	color: #666633;
}
#bodycontainer { /* main table */
	width: 960px;
    height: 350px;
    border: 0;
	}

/* HEADER SETTINGS 
************************************************************/
#headercontainer { /* header table */
	width: 100%;
	background-color: #003300;
	}
#infobar { /* header table */
	width: 100%;
	background-color:#003300; 
	}
#logo {
	background-color: #4B714C;
	}
#HeaderBanners{
	position: relative;
	visibility: hidden;
	font-family:Verdana;
	font-size:14px;
	font-weight:bold;
}
#menucontainer { /* menu table */
	width: 100%;
    height: 24px;
	border-width: medium;
	border-color: #FFFFCC #003300 #003300 #FFFFCC;
    border-style:groove;
	background-image: url(../images/common/bg_titlebox.jpg);
}
.menu {
    font-family: Verdana;
	font-size: 12px;
	color: #000000;
}
.selected {
    font-family: Verdana;
	font-size: 12px;
	color: #990000;
}
/* FOOTER SETTINGS 
************************************************************/
#footercontainer { /* footer table */
	width: 100%;
    height: 24px;
	border-width: medium;
	border-color: #FFFFCC #003300 #003300 #FFFFCC;
    border-style:groove;
	background-image: url(../images/common/bg_titlebox.jpg);
}
#copyright {
    font-family: Verdana;
	font-size: 10px;
	line-height: 22px;
	color: #990000;
}
#copyright_blue {
    font-family: Verdana;
	font-size: 10px;
	line-height: 22px;
	color: #003366;
}
.disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}

/* GENERAL TAGS 
************************************************************/
td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	color: #666633;
}

a:link {
    text-decoration: none;
	font-size: 12px;
	color: #333333;
}
a:visited {
    text-decoration: none;
	font-size: 12px;
	color: #333333;
}
a:hover {
    text-decoration: underline;
	font-size: 12px;
	color: #003399;
}
a:active {
    text-decoration: none;
	font-size: 12px;
	color: #990000;
}

/* BODY CONTENT 
************************************************************/
#contentbox { /* content main table */
	width: 100%;
	border-width: thin;
	border-color: #003300 #003300 #003300 #003300;
    border-style: solid;
	background-image: url(../images/common/bg_body.jpg);
}
#pagetitle13 {
    font: Verdana;
	font-size: 13px;
	color: #999;
    text-transform: uppercase; 
    font-weight: bold;
    text-align:left;
}
#pagetitle11 {
    font: Verdana;
	font-size: 11px;
	color: #999;
    text-transform: uppercase; 
    font-weight: bold;
}
#content_title {
	font-family: Trebuchet MS;
	font-size: 28px;
	line-height: 20px;
	color: #006699;
	font-weight: bold;
    text-align:center;
}
#content_subtitle {
	font-family: "Trebuchet MS";
    color: #990000; 
    font-weight: bold; 
    font-size: 19px;
    text-align:center;
 }
#parheader14 {
	font-family: "Trebuchet MS";
    color: #006699; 
    font-weight: bold; 
    font-size: 14px;
    text-align:left;
 }
#parheader18 {
	font-family: "Trebuchet MS";
    color: #006699; 
    font-weight: bold; 
    font-size: 18px;
    text-align:left;
 }
#content10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 17px;
	color: #666633;
    text-align:justify;
}
#content10_blue {
	font-family: Verdana;
	font-size: 10px;
	color: #003366;
	font-weight: normal;
}
#content10_red {
	font-family: Verdana;
	font-size: 10px;
	color: #990000;
	font-weight: normal;
}
#content12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	color: #666633;
    text-align:justify;
}
#content12_red {
	font-family: Verdana;
	font-size: 12px;
	color: #990000;
	font-weight: normal;
}
#content12_blue {
	font-family: Verdana;
	font-size: 12px;
	color: #003366;
	font-weight: normal;
}
#content11 {
	font-family: Verdana;
	font-size: 11px;
	color: #666633;
	font-weight: bold;
}
#content11_red {
	font-family: Verdana;
	font-size: 11px;
	color: #990000;
	font-weight: bold;
}
#content11_blue {
	font-family: Verdana;
	font-size: 11px;
	color: #003366;
	font-weight: normal;
}
#caption10 {
	font-family: Verdana;
	font-size: 10px;
	color: #666633;
	font-weight: normal;
    font-style:italic;
}
#caption10_red {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #990000;
}
#caption10_white {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}
#caption11 {
	font-family: Verdana;
	font-size: 11px;
	color: #666633;
	font-weight: normal;
    font-style:italic;
}