HTML {
	margin: 0px;
	padding: 0px;
}
BODY {
	margin: 0; 
	padding: 0; 
	background-image: url(white.gif);
	background-repeat: repeat;
	color: #606760;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

TABLE {
	width: 100%; 
        height: 100%;
	background-color: #ffffff;
}

/* Images / Tables / Floating text */
TABLE.imgtext-table { border: 5px; }

/* Images / Tables / Wrapped text */
/* When "Text w/Image" elements are wrapping the text into a table the top-margin of Hx elements should be transferred to the wrapping table instead. This is done here: */
TABLE.imgtext-nowrap { border: 0px; }
TABLE.imgtext-nowrap H1, TABLE.imgtext-nowrap H2, TABLE.imgtext-nowrap H3, TABLE.imgtext-nowrap H4, TABLE.imgtext-nowrap H5 { margin-top: 0px; }

H1 {
	font-size: 14px;
	color: Black;
}
H2 {
   font-size: 12px;
	color: Black;
}
P {
	margin-bottom: 1px;
	margin-top: 1px;
}
A {
	text-decoration: none;
	color: Red;
}
A:visited {
	text-decoration: none;
	color: Red;
}
A:hover {
	text-decoration: underline;
	color: Red;
}
A.breadcrumbs{
        color: #FFFFFF;
        text-decoration: none;
}

A.breadcrumbs:hover{
        color: #FFFFFF;
        text-decoration: underline;
}

A.metanavigationNO{
        color: #FFFFFF;
        text-decoration: none;
}

A.metanavigationNO:hover{
        color: #FFFFFF;
        text-decoration: underline;
}
#footer P {
	font-size: 10px;
}
#footer A{
        color: #FFFFFF;
        text-decoration: none;
}

#footer A:visited{
        color: #FFFFFF;
        text-decoration: underline;
}

#footer A:hover{
        color: #FFFFFF;
        text-decoration: underline;
}


        #header {
        width: 100%;
        border-top: 1px solid #FFFFFF;
        border-bottom: 1px solid #FFFFFF;
        border-left: 1px solid #FFFFFF;
        border-right: 1px solid #FFFFFF;
		  background-image: url(header_image.jpg);
		  background-repeat: no-repeat;
		  background-attachment: fixed;
		  font-size: 12px;
			}

        #header_elements {
                width: 100%;
                height: 90px; 
        }
                #metanavigation {
                        float: right;
                        padding-top: 70px;
                        color: #FFFFFF;
                }
                        #metanavigation_elements {
                                float: left;
                                padding-right: 15px;

                        }

                #breadcrumbs {
                        margin-left: 240px;
                        padding-top: 70px;
                        padding-bottom: 15px;
                        color: #FFFFFF;
                }
#middle_container {
	/* width: 100%; */
	/* width: 600px; */
        /* background-color: #FFFFFF; */
        background-color: #f0f0f0;
	height: 800px;
        /*height: 1000px;*/

}
	#navigation {
	background-color: #CCCCCC;
	float: left;
	width: 235px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #818181;
	padding-top: 5px;
	/*height: 500px; */
        height: 100%;
}
	#content {
		/* background-color: #ffffff;*/
		background-color: #f5f5f5; 
		float: left;
		width: 500px;
                /* width: 100%; */
		min-height: 500px;
		padding-left: 15px;
		padding-top: 5px;
	}
#footer {
	width: 100%;
	text-align: center;
	background-color: #2f4860;
	border-top: 1px solid #353535;
	border-bottom: 1px solid #353535;
	border-left: 1px solid #FFFFFF;
	font-size: 72%;
	color: #ffffff;
	padding-right: 0px;
	padding-top: 5px;
	float: left;
	height: 12px;
}
#navigation A {
	font-weight: bolder;
	text-decoration: none;
	padding-left: 15px;
}
#navigation .navigationL1 {
	font-size: 13px;
	background-color: #666666;
	border-top: 1px solid Black;
	color: Black;
	height: 20px;
	padding-top: 5px;
}
A.navigationL1NO {
	color: Black;
}
A.navigationL1NO:visited {
	color: Black;
}
A.navigationL1NO:hover {
	color: White;
}
A.navigationL1ACT {
	color: White;
}
A.navigationL1ACT:visited {
	color: White;
}
A.navigationL1ACT:hover {
	color: White;
}
#navigation .navigationL2 {
	font-size: 12px;
	background-color: #999999;
	border-top: 1px solid #676767;
	color: Black;
	height: 16px;
	padding-top: 2px;
	padding-left: 10px;
}
A.navigationL2NO {
	color: Black;
}
A.navigationL2NO:visited {
	color: Black;
}
A.navigationL2NO:hover {
	color: White;
}
A.navigationL2ACT {
	color: White;
}
A.navigationL2ACT:visited {
	color: White;
}
A.navigationL2ACT:hover {
	color: White;
}
#navigation .navigationL3 {
	font-size: 11px;
	background-color: #CCCCCC;
	border-top: 1px solid #676767;
	color: Black;
	height: 14px;
	padding-top: 1px;
	padding-left: 20px;
}
A.navigationL3NO {
	color: Black;
}
A.navigationL3NO:visited {
	color: Black;
}
A.navigationL3NO:hover {
	color: White;
}
A.navigationL3ACT {
	color: White;
}
A.navigationL3ACT:visited {
	color: White;
}
A.navigationL3ACT:hover {
	color: White;
}

P.csc-sitemap A{
	font-size: 12px;
	text-decoration: none;
}
P.csc-sitemap-level1 A{
	color: Black;
}
P.csc-sitemap-level2 A{
	padding-left: 20px;
	color: #708090;
}
P.csc-sitemap-level3 A{
	padding-left: 40px;
	color: #A9A9A9;
}

