/* --------------- layout --------------- */

body
{
    text-align: left;
	font: 9pt Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

td
{
	font-size: 10pt;
}

a
{
	color: #004400;
	text-decoration: underline;
}

#page
{
    position:absolute;
    top:0px;
    left: -500px;
    margin-left: 50%;
    padding: 0px;
	width: 1001px;
}

#head
{
	width: 1001px;
	margin: -12px 0px 0px 13px;
	background: none;
}

#wrap
{
    margin: 0px auto;
	padding: 0px;
	width: 1001px;
	background-color: #FFFFFF;	
}

#main
{
	float: left;
	width: 790px;
	min-height:600px;
	background-color: #FFFFFF;	
}

#main p
{
	color: #202020;
	margin-left: 10px;
}

#main h2
{
	font-size: 12pt;
	font-weight: bold;
	color: #202020;
	margin-top: 20px;
}

#main .content
{
	margin: 20px 40px 20px 20px;
	background-color: #FFFFFF;	
}

#side
{
	float: left;
	width: 210px;
	min-height:600px;
	background-color: #FFFFFF;	
}

#side h2
{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #7C7134;
	font-size: 12pt;
	font-weight: normal;
	margin: 14px 0px;
}

#side .content
{
	margin: 14px 24px;
	background-color: #FFFFFF;	
}

#foot
{
	clear: both;
	line-height: 30px;
	margin: 0px;
	font-size: 8pt;
	text-align: center;
	width: 1001px;
	background-color: #FFFFFF;	
}

#minheight
{
    height: 560px;
    float: left;
    width: 1px;
    background-color: #FFFFFF;	
}

.green
{
	clear: both;
	width: 1001px;
	height: 20px;
	background-color: #EAF6D9;
}

/* ------------------ overlay ------------------ */

DIV.overlay
{
    position:               absolute;
    left:                   0px;
    top:                    0px;
    z-index:                100000;
    visibility:             visible;
    width:                  100%;
    height:                 100%;
    text-align:             center;
	background:             #EFEFEF;
    filter:                 alpha(opacity=40);
    -moz-opacity:           .40;   
    opacity:                .40;
    -khtml-opacity:         0.4;
}

/* ----------------- messages ------------------ */

DIV.blockMsg
{
    width:                  40%;
    top:                    30%;
    left:                   30%;
    border:                 2px solid #FF9934;
    padding:                20px 0px 20px 0px;
    background-color:       #FFFFFF;
    color:                  #404040;
    font-size:              11pt;
    font-weight:            normal;
    text-align:             center;
}

/* --------------- menu --------------- */

#menu ul
{
	padding: 0px;
	margin: 0px;
	background-color: #BDD3AD;
	float: left;
	width: 1001px;
	font-weight: bold;
}

#menu ul li
{
	display: inline;
}

A.menu_inactive
{
	font-size: 8pt;
	padding: 6px 15px 6px 15px;
	color: #404040;
	text-decoration: none;
	float: left;
	border-right: 1px solid #9EB68C;
}

A.menu_inactive:hover
{
	background-color: #9EB68C;
	color: #FFFFFF;
}

A.menu_active
{
	font-size: 8pt;
	padding: 6px 15px 6px 15px;
	background-color: #9EB68C;
    color: #FFFFFF;
	text-decoration: none;
	float: left;
	border-right: 1px solid #9EB68C;
}

A.menu_active:hover
{
	background-color: #9EB68C;
	color: #FFFFFF;
}

/* --------------- intro --------------- */

.title
{
	color: #000000;
	font-size: 20pt;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

.subtitle
{
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	padding: 0px 0px 10px 0px;
}

/* --------------- main --------------- */

#main p
{
	color: #09271A;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

#main h2
{
	font-size: 12pt;
	font-weight: bold;
	color: #063E2C;
	margin-top: 20px;
}

#main a
{
	text-decoration: underline;
	color: #004400;
}

/* --------------- side --------------- */

#side h2
{
	font-family: Trebuchet MS, Arial;
	color: #004400;
	font-size: 12pt;
	font-weight: normal;
}

#side img
{
	margin: 20px 0px -10px 0px;
}

/* --------------- submenu --------------- */

#submenu
{
	width: 160px;
	display: block;
}

#submenu ul
{
	padding-left: 0px;
	margin: 0px;
	list-style-type: none;
	font: 9pt Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	border-top: 1px dashed #9EB68C;
}

#submenu li
{
	margin: 0px;
	padding: 0px;
	border-bottom: 1px dashed #9EB68C;
}

A.submenu_inactive
{
	display: block;
	color: #9EB68C;
	text-decoration: none;
	padding: 6px;
	font-weight: bold;
}

A.submenu_inactive:hover
{
	color: #404040;
	text-decoration: none;
}

A.submenu_active
{
	display: block;
	color: #404040;
	text-decoration: none;
	padding: 6px;
	font-weight: bold;
}

DIV.submenu_inactive
{
	display: block;
	color: #9EB68C;
	text-decoration: none;
	padding: 6px;
	font-weight: bold;
}

DIV.submenu_active
{
	display: block;
	color: #404040;
	text-decoration: none;
	padding: 6px;
	font-weight: bold;
}

/* --------------- address --------------- */


#address p
{
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	line-height: normal;
	margin: 0px;
	color: #7F986C;
}

#address h2
{
	font-size: 12pt;
	font-family: Trebuchet MS, arial, helvetica, sans-serif;
	font-weight: normal;
	color: #7F986C;
}

#address a
{
	color: #7F986C;
}

/* --------------- custom form --------------- */
TABLE.tgt_frm
{
    width:              440px;
	margin:             0px;
	border:             1px solid #9EB68C;
}

TD.tgt_frm_title
{
    color:              #FFFFFF;
    background-color:   #D3D4A0;
    font-family:        Arial;
    font-size:          16pt;
    font-weight:        bold;
    padding:            8px 8px 8px 6px;
}

TD.tgt_frm_title_small
{
    color:              #202020;
    background-color:   #BDD3AD;
    font-family:        Arial;
    font-size:          10pt;
    font-weight:        bold;
    padding:            5px 5px 5px 5px;
}

TD.tgt_frm_header
{
    font-size:          10pt;
    font-weight:        normal;
    width:              30%;
    padding:            5px 2px 2px 6px;
    vertical-align:     top;
}

TD.tgt_frm_cell
{
    font-size:          10pt;
    width:              70%;
    padding:            2px 6px 2px 6px;
    vertical-align:     top;
}

TD.tgt_frm_error
{
    font-size:          10pt;
    color:              #FF0000;
    padding:            2px 6px 2px 6px;
}

TD.tgt_frm_general
{
    font-size:          10pt;
    padding:            5px 10px 2px 6px;
}

TD.tgt_frm_submit
{
    padding:            6px;
    text-align:         right;
}

TABLE.tgt_frm_multiple_button_container
{
    margin-left:        auto;
    margin-right:       0px;
}

TABLE.tgt_frm_button_container
{
    background-color:   #F3F3F9;
    border-style:       solid;
    border-left:        1px solid #FFFFFF;
    border-right:       1px solid #716F64;
    border-top:         1px solid #FFFFFF;
    border-bottom:      1px solid #716F64;
}

INPUT.tgt_frm_button
{
    height:             22px;
    width:              100px;
    color:              #000000;
    font-family:        Arial, Verdana, Tahoma;
    font-size:          9pt;
    font-weight:        normal;
    font-style:         normal;
    border-style:       solid;
    border-left:        1px solid #ECE9D8;
    border-right:       1px solid #ACA899;
    border-top:         1px solid #ECE9D8;
    border-bottom:      1px solid #ACA899;
    background-color:   #EFEFEF;
}
