body
{
	background: #566786;
	color: #000;
	margin-top: 0px;
	margin-left: 0px;
}

#pagecontainer
{
    width: 750px;
	margin:  0 auto;
}

#pagecontainer #footer
{
}

#pagecontainer #main
{
	background: #ffffff;
	border: 1px solid #acf;
}


/* ----------------------------------------------------------------
 * GENERAL TEXT
 * ----------------------------------------------------------------*/


body
{
	font-size: 82%;
	font-family: arial;
}

.font_s
{
	font-size: 8pt;
}

.errortext
{
	color: #cc0000;
	font-family: Verdana;
	padding: 5px;
	border: 2px solid #cc0000;
}

b
{
	font-weight:normal;
}

/* ----------------------------------------------------------------
 * PARAGRAPHS
 * ----------------------------------------------------------------*/

.p1
{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 3px;
	margin-bottom: 12px;
	text-align: justify;
}
.p2
{
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 12px;
	text-align: left;
}


/* ----------------------------------------------------------------
 * LINKS AND MENUS
 * ----------------------------------------------------------------*/


A:link, A:visited
{
	font-weight: normal;
	color: #339;
	text-decoration: none;
}
A:active, A:hover
{
	font-weight: normal;
	color: #339;
	text-decoration: underline;
}

A.light:link, A.light:visited
{
	font-weight: normal;
	color: #FFFF80;
	text-decoration: none;
}

A.light:active, A.light:hover
{
	font-weight: normal;
	color: #FFFF80;
	text-decoration: underline;
}

A.alt:link, A.alt:visited
{
	color: #660;
	font-weight:bold;
}

A.alt2:link, A.alt2:visited
{
	color: #009;
	font-weight:bold;
	text-decoration: underline;
}

#navigation 
{
	color: #000;
	font-size: 11px;
}
#navigation .header, #navigation h2
{
	color: #000;
	font-weight: bold;
	font-size: 10pt;	
	text-align: center;
	text-transform:uppercase;
}
#navigation ul
{
	margin-left: 2em;
	margin-bottom:0;
}
#navigation li
{
	list-style-type:square;
}

#navigation a
{
	color: #006;
}



#menu a
{
	display:block;
	width:90px;
	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: #66a0cc;
}
#menu a:active, #menu a:hover
{
	background-color: #8ec6f4;
}




/* ----------------------------------------------------------------
 * 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;
}

/* ----------------------------------------------------------------
 * TABLES AND BOXES
 * ----------------------------------------------------------------*/

.Head, .Body
{
	padding: 5px;
}

.Head
{
	font-weight: bold;
	text-align: center;
}

.BoxGreen
{
	border: 1px solid #74AA15;
	background-color: #DEF3B2;
}
.BoxGreenWhite
{
	border: 1px solid #74AA15;
	background-color: #FFFFFF;
}
.BoxGreen .Head, .BoxGreenWhite .Head
{
	border-bottom: 1px solid #74AA15;
	background-color: #B6DA76;
}

.BoxYellow
{
	border: 1px solid #f93;
	background-color: #fffacd;
}
.BoxYellow .Head
{
	background-color: #FDCE85;
	border-bottom: 1px solid #f93;
}

.BoxBlue
{
	border: 2px solid #003366;
	background-color: #ffffff;
}
.BoxBlue .Head
{
	border-bottom: 2px solid #003366;
	background-color: #ffffff;
}

.BoxGrey
{
	border: 1px solid #cccccc;
	background-color: #ffffff;
	padding: 5px 5px 5px 5px;
}


/* ----------------------------------------------------------------
 * TITLES AND HEADINGS
 * ----------------------------------------------------------------*/

h1
{
	padding: 0px 0px 1px 0px;
	font-family: Georgia;
	font-size: 22pt;
	font-weight:normal;
	color: #000;
	margin-top: 0px;
	margin-bottom: 10px;
}

h2
{
	font-family: Georgia;
	font-size: 13px;
	font-weight: bold;
	color: #930;
	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;
}