/* CSS Document */



body {

margin: 0;

background-color: #666666;

}

h2 {
	font-weight: normal;	
}


a:link {

	color: #0066CC;

	text-decoration: none;

}

a:visited {

	color: #387BAD;

}

a:hover {

	color: #FF9900;

}

a:active {

	color: #387BAD;

}



#bgcontainer{

margin: 0 auto;

width: 1008px;

height: 1730px;

background-image: url(../images/parchment-_bg.gif);

background-repeat: repeat-y;

border-left: 1px solid #444444;

border-right: 1px solid #444444;

background-color: #FFFFFF;

}



#maincontainer{

width: 100%; /*Width of main container*/

height:  813px;

margin: 0 0 0 70px; /*Center container on page*/

}



#topsection{

width: 100%;

height: 113px; /*Height of top section*/



}



#content{

float: left;

width: 770px;

height: 605px;

background-color: #FFFFFF;

padding: 15px 23px 0 23px;

}



#content2{

float: left;

width: 876px;

*width: 877px;

height: 100%;

background-image:url(../images/container_bg.png);

background-repeat: repeat-y;

background-position: top;

}



#left {

float: left;

width: 20px;

height: 620px;

background-image: url(../images/left_bg.png);

background-repeat: no-repeat;

}



#right {

float: left;

width: 40px;

height: 620px;

background-image: url(../images/right_bg.png);

background-repeat: no-repeat;

}



#footer {

float: left;

width: 876px;

*width: 877px;

height: 60px;

padding-top: 40px;

padding-bottom: 40px;

background-image:url(../images/footer_bg.png);

background-repeat: no-repeat;

background-position: top;

}



#topnav{

margin: 0 17px;

width: 830px;

height: 34px; /*Height of top section*/

background-image:url(../images/topnav_bg.gif);

background-repeat:repeat-x;

background-position: bottom;

background-color: #FFFFFF;

padding: 0;

font-family: "Trebuchet MS";

font-size: 10pt;

color: #666666;

}



#logo {

float: left;

width: 876px;

}



#langs{
	float: right;
	width: 112px;
	margin-top: 3px;
	margin-right: 35px;
	font-family: "Trebuchet MS";
	font-size: 9pt;
	color: #FFFFFF;
	font-weight: bold;

}



#vision {

float: left;

margin-left: 50px;

width: 340px;

height: 200px;

font-family: "Trebuchet MS";

font-size: 9pt;

color: #444444;

}



#mission {

float: right;

width: 340px;

height: 200px;

font-family: "Trebuchet MS";

font-size: 9pt;

color: #444444;

}



.style2 {color: #FF9900}

.style3 {

	color: #AA9C6C;

	font-family: "Trebuchet MS";

	font-size: 12px;

}

.style4 {color: #7A6F47}



.style5 {

	font-family: "Trebuchet MS";

	font-size: 14px;

	color: #333333;

}

