/* ------------------- ABOVE CONTAINER ------------------ */

div#PictureContainer 
{
    width: 800px;
    text-align: left;
}


/* ------------------ PAGE CONTAINER -------------------- */

div#PageContainer {
	font-family: Calibri;
        font-size: small;
        color: #000000;
        text-align: left;
        padding: 0px;
        margin: 0px;
        width: 801px;
        height: 1461px;
        background-color: #6B6B6B;
	padding-left:1px;
	padding-top: 1px;
}

div#PageContainer_SM {
	font-family: Calibri;
        font-size: small;
        color: #000000;
        text-align: left;
        padding: 0px;
        margin: 0px;
        width: 801px;
        height: 781px;
 	background-color: #6B6B6B;
	padding-left:1px;
	padding-top: 1px;
}

/* --------------------- HEADER ------------------------- */

div#Header {
	padding: 0px;
	margin: 0px;
	width: 800px;
	height:250px;
	--background-color: Blue;
	background-image: url(../Images/aboutus.jpg);   float:	left;
	--border-bottom: solid 1px #000000;
}

div#Header_Menu {
	padding: 0px;
	margin-top: 198px;
	font-size: 110%;
	/*border-top: solid 2px #404040;*/
	border-top: solid 2px #000000;
	border-bottom: solid 2px #000000;
	width: 800px;
	height:30px;
	background-color: Green;
	filter:alpha(Opacity=80); 
}

div#Header_SubMenu {
	padding: 0px;
	border-top: solid 1px #404040;
	border-bottom: solid 1px #C4C4C4;
	width: 800px;
	height:20px;
}

div#SubMenuItem {
	padding-top: 6px;
	border-top: solid 1px black;
	border-left: solid 1px black;
	border-bottom: solid 1px black;
	font-weight: bold;
	width: 200px;
	height:30px;
	background-color: white;
	filter:alpha(Opacity=50); 
}

div#SubMenuItem_Selected {
	padding-top: 6px;
	border-top: solid 1px black;
	border-left: solid 1px black;
	border-bottom: solid 1px black;
	font-weight: bold;
	font-size: 1.2em;
	color: #236B8E;
	width: 200px;
	height:30px;
	background-color: white;
}



/* ----------------------- BODY ------------------------- */

div#Body {
	padding: 0px;
	margin: 0px;
	width: 800px;
	height:1191px;
	background-color: White;
}

div#Body_Left{
	padding-left: 5px;
	margin: 0px;
	width: 195px;
	height:1191px;
	text-align: left;
	background-image: url(../Images/Body_Left_Gradient2.jpg);   float:	left;	
}

div#Body_Right{
	padding: 5px;
	margin: 0px;
	width: 590px;
	height: 1181px;
	background-color: white;
	float: right;
}

div#Body_SM {
	padding: 0px;
	margin: 0px;
	width: 800px;
	height:511px;
	background-color: White;
}

div#Body_Left_SM{
	padding-left 5px;
	margin: 0px;
	width: 195px;
	height:511px;
	text-align: left;
	background-image: url(../Images/Body_Left_Gradient2.jpg);   
	float:	left;	
}

div#Body_Right_SM{
	padding: 5px;
	margin: 0px;
	width: 590px;
	height: 501px;
	background-color: white;
	float: right;
}

/*-----------------------BODY-LEFT ---------------------- */

div#Menu_Box {
	margin-top: 15px;
	margin-left: 15px;
	width: 155px;
	height: 120px;
	border: solid 1px #5E5E5E;
	background-color: white;
}

div#Menu_Box_Title {
	width: 155px;
	padding-top: 6px;
	height: 23px;
	border-bottom: solid 1px #919191; 
--	background-color: #C2C2C2;
	background-image: url(../Images/side_header1.jpg);   float:	left;
	text-align: center;
	font-family: Calibri;
        font-size: small;
        color: #000000;
	font-weight: bold;
}

div#Menu_Box_Content {
	width: 145px;
	height: 80px;
	padding: 5px;
}

div#Blank_10 
{
    height: 10px;
}

div#Body_Left_Text{
    width: 185px;
    height: 18px;
    text-align: left;
    vertical-align: middle;
    padding-left: 8px;
    padding-top: 1px;
    padding-bottom: 1px;
}

#Body_Left_Text A:link {color: #104E8B; text-decoration: none;}
#Body_Left_Text A:visited {color: #104E8B; text-decoration: none;}
#Body_Left_Text A:active {color: #104E8B; text-decoration: underline;}
#Body_Left_Text A:hover {color: #104E8B; text-decoration: underline;}

    /* ----------------- LEFT MENU ---------------------------*/
    div#LeftMenuTitle
    {
        height:17px;
        width: 163px;
        text-decoration: none;
        border-bottom: solid 1px #DCDCDC;
        padding-left: 6px;
        padding-top: 1px;
        padding-bottom: 1px;
    }
    
    A.leftmenulink {
    display: block;
    width: 161px;
    height: 17px;
    text-align: left;
    vertical-align: middle;
    text-decoration: none;
    font-size:13px;
    color: #000000;
    border-left: solid 1px transparent;
    border-right: solid 1px transparent;
    border-top: solid 1px transparent;
    border-bottom: solid 1px #DCDCDC;
    padding-left: 6px;
    padding-top: 1px;
    padding-bottom: 1px;
    clear: left;
    }

    A.leftmenulink:hover {
    border: solid 1px #E0E0E0;
    background-color: #E0E0E0;
    /*background-color:#E0E0E0;*/
    color: #000000;
    }

/* ---------------------BODY-RIGHT ---------------------- */

div#Title {
	color: #1a407f;
	size: Large;
}

div#Line_Divider {
	width: 578px;
	height: 5px;
	padding-top; 1px;
	border-bottom: solid 1px #9C9C9C;
	background-color: white;
}

div#Split_Content_Left {
	float: left;
	width: 280 px;
	height: 170 px;
	text-align: center;
}

div#Split_Content_Right {

	width: 280px;
	height: 170px;
	text-align:left;
}

/* ----------------------- LINKS ------------------------ */

A.topmenulink {
    display: block;
    width: 100px;
    height: 23px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    font-size:17px;
    color: #000000;
    border-left: solid 1px transparent;
    border-right: solid 1px transparent;
    border-top: solid 1px transparent;
    border-bottom: solid 1px transparent;
    padding-left: 0px;
    padding-top: 3px;
    padding-bottom: 0px;
    clear: left;
}

A.topmenulink:hover {
    border: solid 1px #000000;
    /*background-color: #567E3A;*/
    /*background-color: #9DB68C;*/
    background-color:#E0E0E0;
    color: #000000;
}

/* --------------------- FOOTER ------------------------- */

div#Footer {
	padding: 0px;
	margin: 0px;
	width: 800px;
	height:18px;
	background-color: #E8E8E8;
	border-top: solid 1px #5E5E5E;
	--background-image: url(../Images/gray_fade.jpg);
	vertical-align: middle; 
	text-align:center;
	font-size:11px;
	clear: both;
}