/* CSS Document */

body {
	margin: 0;
	background: #666666 url(../../images/bg.gif) repeat-x;
	font-family: "Trebuchet MS" Arial, Serif;
}
h2 {
	font-weight: normal;
	font-size: 16pt;
	color: #91100d;
	text-align: right;
}
h3 {
	font-size: 15px;
	font-weight: bold;
	text-align: left;
}
a:link {
	color: #7C7056;
	text-decoration: none;
	outline: none;
}
a:visited {
	color: #7C7056;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #FF9900;
	text-decoration: none;
	outline: none;
}
a:active {
	color: #7C7056;
	text-decoration: none;
	outline: none;
}
#bgcontainer {
	margin: 0 auto;
	width: 960px;
	height: 1730px;
	background-color: #FFFFFF;
	background-image: url(../../images/parchment-_bg.gif);
	background-repeat: repeat-y;
	/*border-left: 1px solid #444444;
	border-right: 1px solid #444444;*/
}
#maincontainer {
	height:  813px;
	margin: 0 0 0 50px; /*Center container on page*/
}
#topsection {
	width: 880px;
	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-size: 10pt;
	color: #666666;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0px 7px 18px #818181;
	-webkit-box-shadow: -2px 0px 15px #818181;
	-moz-box-shadow: -2px 0px 15px #818181;
}
#logo {
	float: left;
	width: 876px;
}
#langs {
	float: right;
	width: 112px;
	margin-top: 3px;
	margin-right: 35px;
	font-family: "Trebuchet MS", Tahoma;
	font-size: 9pt;
	color: #FFFFFF;
	font-weight: bold;
}
#vision {
	float: left;
	margin-left: 50px;
	width: 340px;
	height: 200px;
	font-size: 9pt;
	color: #444444;
}
#mission {
	float: right;
	width: 340px;
	height: 200px;
	font-size: 9pt;
	color: #444444;
}
.style2 {
	color: #FF9900
}
.style3 {
	color: #AA9C6C;
	font-size: 12px;
}
.style4 {
	color: #7A6F47
}
.style5 {
	font-size: 14px;
	color: #333333;
}
