/* ================================================================
 * COMMON.CSS
 * DESCRIPTION:
 *  - Common Cascading Style Sheet
 * ================================================================ */


BODY
{
	background-color: #99A189;
	color: #000;
	margin-top: 0px;
	margin-left: 0px;
	text-align: center;
	font-size: 82%;
	font-family: arial;
}

#pagecontainer
{
	margin: 0px 0px 0px 0px;
	text-align: left;	
	width: 750px;
}

#pagecontainer #pageheader
{
	background-color:#599179;				
}

#pagecontainer #pagemain
{
	background-color: #fff;	
}

#pagecontainer #pagefooter
{
	background-color: #99A189;
	text-align: right;		
}


/* ----------------------------------------------------------------
 * GENERAL TEXT
 * ----------------------------------------------------------------*/


.font_s
{
	font-size: 80%;
}

.errortext
{
	color: #cc0000;
	font-family: Verdana;
	padding: 5px;
	border: 2px solid #cc0000;
}

b
{
	font-weight:normal;
}

#content_table
{
	margin-top:2em;
}
#content_table #left_td
{
	color:#555; width:175px; padding: 10px;
}

#content_table #main_td
{

}

#content_table #right_td
{
	color:#555;
	width:110px;
	padding-left: 10px;
}

#main_content
{
	
}

/* ----------------------------------------------------------------
 * PARAGRAPHS
 * ----------------------------------------------------------------*/

#main_content p
{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 3px;
	margin-bottom: 12px;
	text-align: justify;
}


/* ----------------------------------------------------------------
 * LINKS AND MENUS
 * ----------------------------------------------------------------*/


A:link, A:visited
{
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
A:active, A:hover
{
	font-weight: normal;
	color: #333;
	text-decoration: underline;
}

A.light:link, A.light:visited
{
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

A.light:active, A.light:hover
{
	font-weight: normal;
	color: #FFFF80;
	text-decoration: underline;
}

A.alt:link, A.alt:visited
{
	color: #496149;
	font-weight:bold;
}

#navigation 
{
	color: #555;
	font-size: 11px;
}
#navigation .header
{
	font-weight: bold;
	font-size: 13px;	
}
#navigation ul
{
	margin-left: 2em;
}
#navigation li
{
	list-style-type:square;
}

#navigation a
{
	color: #496149;
	font-weight:bold;
}

#navigation .a_selected
{
	color: Maroon;	
}

#navigation p
{
	margin:0;
	color: #666;
}

#menu a
{
	display:block;
	width:75px;
	height:15px;
	vertical-align:bottom;
	text-align:left;
	padding: 3px;
	text-decoration: none;
	text-transform:uppercase;
	font-size: 10px;
	font-family:Arial;	
}
#menu a:link, #menu a:visited
{
	color: #000;
	border: 1px solid #fff;
	background-color: #599179;
}
#menu a:active, #menu a:hover
{
	background-color: #79b199;
}




/* ----------------------------------------------------------------
 * FORMS
 * ----------------------------------------------------------------*/

.textbox_m, .textbox
{
	font-size: 12px;
	font-family: Verdana;
	font-weight: normal;
	color: #000066;
}

.textbox_s
{
	font-size: 10px;
	font-family: Verdana;
	font-weight: normal;
	color: #000066;
}



/* ----------------------------------------------------------------
 * TITLES AND HEADINGS
 * ----------------------------------------------------------------*/

h1
{
	padding: 0px 0px 1px 0px;
	font-family: "Arial";
	font-size: 20px;
	font-weight: bold;
	color: #333;
	margin-top: 0px;
	margin-bottom: 10px;
}

h2
{
	font-family: "Arial";
	font-size: 13px;
	font-weight: bold;
	color:Maroon;
	margin-top: 0px;
	margin-bottom: 0px;
}

h3
{
	font-family: "Arial";
	font-size: 13px;
	font-weight: bold;
	color: #333;
	margin-top: 0px;
	margin-bottom: 5px;
}

.title1
{
	font-family: Arial;
	font-size: 16px;
	color: #000099;
	font-weight: bold;
}


/* ----------------------------------------------------------------
 * MISCELANEOUS
 * ----------------------------------------------------------------*/

hr
{
	height: 1px;
	border-bottom: 1px solid #000000;
}


UL
{
	margin-top: .5em;
}


LI
{
	margin-bottom: .5em;
}

FORM
{
	margin-top: 0px;
	margin-bottom: 0px;
}

.header
{
	font-weight:bold;
	font-size: 12px;
	margin-bottom: 5px;
}