/* BUILD */
html{
	min-height:100.15%;
}
body{
	background-color: #94ad79;
	background-image:url(../images/ace_background.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	margin: 20px 0;
	color: #43562e;
}

b, em, strong, i
{
display:inline;
}

.menu1_spacer
{
background-image:url(../images/menu1_spacer.png);
background-repeat:repeat-x;
}

.menu2_spacer
{
background-image:url(../images/menu2_spacer.png);
background-repeat:repeat-x;
}

a
{
color:#334123;
text-decoration:none;
font-weight:bold;
}

a:visited
{
color:#334123;
text-decoration:none;
font-weight:bold;
}

a:active
{
color:#334123;
text-decoration:none;
font-weight:bold;
}


div, li, p {
	padding:0;
	margin:0;
}
ol{
	padding:0 20px;
	margin:0 auto;
}
table{
	vertical-align:baseline;
}
h1, h2, h3, h4, h5{
	margin:0; padding:0;
}
h2{
	font-size:24px;
}
#container{
	position: absolute;
	left: 50%;
	width: 958px;
	margin-left: -479px;
}
.submenu_block{
	width:198px;
	height:80px;
	background-image:url(../images/submenu1_block.png);
	background-repeat:no-repeat;
}
.left_ext{
	width:198px;
	background-image:url(../images/submenu1_ext.png);
	background-repeat:repeat-y;
	font-size:0px;
	display:none;
	height:0px;
}
.left_ext2{
	width:198px;
	background-image:url(../images/submenu1_ext.png);
	background-repeat:repeat-y;
}
.right_ext{
	width:740px;
	background-image:url(../images/main_ext.png);
	background-repeat:repeat-y;
	font-size:0px;
	display:none;
	height:0px;
}
.right_ext2{
	width:740px;
	background-image:url(../images/main_ext.png);
	background-repeat:repeat-y;
}
.footer{
	height:39px;
	width:938px;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	vertical-align: middle;
}
.left_text1{
	padding:20px 20px 0 20px;
	text-align:justify;
}
.left_text2{
	padding:20px;
	text-align:justify;
}

.main_top_header{
	padding:5px 0 5px 20px;
}
.main_top_text{
	padding-left:60px;
	font-size:14px;
}
.mainPad{
	padding-left:20px;
	padding-top:20px;
	padding-right:20px;
	padding-bottom:10px;
}


.bigLetter
{
font-size:1.2em;
}