/* General */
P, OL, UL, DIV, H1, H2, H3, TD {
	font-family: Arial,Verdana,sans-serif;
	font-size: 14px;
}
H1 { font-size: 17px; font-weight: bold; }
H2 { font-size: 16px; font-weight: bold; }
H3 { font-weight: bold; }
P, H1, H2, H3 {margin: 0px 0px 5px 0px;}

a:link {color: #00AE4D; text-decoration: none;}
a:visited {color: #009543; text-decoration: none;}
a:hover {color: #00AE4D; text-decoration: underline;}
/*a:active {color: #0000FF}*/


/* centered body with background */
html,body{height:100%}
#outer{
	margin-left: auto; margin-right: auto;
	width: 980px;
	height:700px;
	min-height:700px;
	background-image:url(../images/bg.png); background-repeat: repeat-y;
}
html>body #outer{height:auto;min-height:100%}




/* Header */
TR.headerline {
	background-color: #FFFFFF;
	height: 70px;
}
TR.headerline_separator {
	background-color: #FFFFFF;
}
P.headerimage {
	text-align: center;
	padding: 0px;
	margin: 0px;
}
TD#header P.header {
	font-size: 26px;
	color: #000000;
	letter-spacing: 2px;
	padding-top: 5px;
	padding-bottom: 0px;
	margin: 0px;
}
TD#header P.header SPAN {
	font-size: 14px;
	letter-spacing: 0px;
}
TD#header P.subheader {
	font-size: 13px;
	font-weight: bold;
	color: #00AE4D;
	letter-spacing: 1px;
	padding-top: 5px;
}

TR.separator {
	background-color: #00AE4D;
	height: 2px;
}


/* Static Menu  */
TD#statictitle_line {
	background-color: #FAF9D5;
}
TD#statictitle_line DIV {
	border-right-color : #00ae4d; border-right-style : solid; border-right-width : 1px;
	margin-top: 1px; margin-bottom: 1px;
	color: #00ae4d;
	font-size: 10px; font-weight: bold;
}
TD#staticmenu_line {
	background-color: #DDEFDE;
}
TD#staticmenu_line TABLE{
	margin-top: 1px; margin-bottom: 1px;
	white-space : nowrap;
	width: 260px;
	border-right-color : #00ae4d; border-right-style : solid; border-right-width : 1px;
}
TR#staticmenu TD {
}
TR#staticmenu TD A {
	font-size: 10px;
	text-decoration: none;
}
TR#staticmenu TD A:hover {
	text-decoration: underline;
}
TR#staticmenu TD.staticmenu-level1-no {
	margin-top: 1px; margin-bottom: 1px;
	color: #00AE4D;
	/* border-right-color : #00ae4d; border-right-style : solid; border-right-width : 1px; */
	border-left-color : #00ae4d; border-left-style : solid; border-left-width : 1px;
	text-align: center;
}
TR#staticmenu TD.staticmenu-level1-act {
	margin-top: 1px; margin-bottom: 1px;
	color: #000000;
	background-color: #CCEECD;
	/* border-right-color : #00ae4d; border-right-style : solid; border-right-width : 1px; */
	border-left-color : #00ae4d; border-left-style : solid; border-left-width : 1px;
	text-align: center;
}


/* Main Menu */
TD#menu_1 {
	vertical-align: top;
	width: 200px;
	padding-top: 10px;
	padding-bottom: 12px;
	background-color: #00AE4D;
}
TD#menu_1 DIV {
	width: 95%;
}
TD#menu_1 DIV A {
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}
TD#menu_1 DIV A:hover {
	text-decoration: underline;
}

/*  Main Menu level 1 */
TD#menu_1 DIV.menu1-level1-no {
	border-bottom: 1px dotted #999999;
	padding-top:5px;
	padding-left:5px;
}
TD#menu_1 DIV.menu1-level1-act {
	border-bottom: 1px solid #999999;
	font-weight:bold;
	padding-top:5px;
	padding-left:5px;

	color: #FFFF00;
	filter:alpha(opacity='70', style='0');
}
TD#menu_1 DIV.menu1-level1-act A {
	color: #FFFF00;
}

/*  Main Menu level 2 */
TD#menu_1 DIV.menu1-level2-no {
	font-size: 10px;
	padding-left:20px;
}
TD#menu_1 DIV.menu1-level2-act {
	font-size: 10px;
	font-weight:bold;
	padding-left:20px;
}
TD#menu_1 DIV.menu1-level2-act A {
	color: #FFFF00;
}

/* Content  */
TD#content {
	background-color: #FAF9D5;
}

DIV#content_area {
	margin-left: 2%; margin-right: 2%;
	margin-top: 12px; margin-bottom: 12px;
	padding-left: 0px; padding-right: 0px;
	padding-top: 0px; padding-bottom: 0px;
}

/* Additional  */
TD#additional {
	background-color: #F5F199;
	padding-left: 0px; padding-right: 0px;
	padding-top: 0px; padding-bottom: 0px;
}

TD#additional TR {
	background-color: #F5F199;
}

TD#additional TD {
	padding-left: 5px; padding-right: 5px;
	padding-top: 5px; padding-bottom: 5px;
}

P.additional_header {
	text-align: center;
	padding-top: 10px;
	font-weight: bold;
	font-size: 15px;
	color: #FF0000;
}

DIV#additional-container {
	text-align: center;
}

/* overrides */
.csc-textpic-caption {
	font-size: 12px;
}

/* special styles */
.wide-lines {
	line-height : 1.5;
}


