/* GENERAL STYLES */
@charset "utf-8";
/* CSS Document */

.Body {
	margin-top:0px;
}

.Container {
	width:984px;
	background-color:#FFFFFF;
	margin-right:auto;
	margin-bottom:10px;
	margin-left:auto;
}

.TopContent {
	width:984px;
	height:60px;
}

.Logo {
	width:385px;
	height:60px;
	float:left;
	background-image:url(/images/Logo.gif);
}

.MenuContainer {
	width:579px;
	height:30px;
	float:right;
	padding-top:30px;  

}


.Menu {
	width:579px;
	height:20px;
	font-family: Arial, Helvetica, sans-serif;
	color:#231F20;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	text-decoration:none;

}

.Menu:Hover {
	width:579px;
	height:20px;
	font-family: Arial, Helvetica, sans-serif;
	color:#aa99ed;
	font-size: 14px;
	font-weight: bold;
	text-align: right;

}

.SubMenu {
	width:589px;
	height:20px;
	font-family: Arial, Helvetica, sans-serif;
	color:#aa99ed;
	font-size: 12px;
	text-align: right;
	text-decoration:none;
}

.SubMenu:Hover {
	width:589px;
	height:20px;
	font-family: Arial, Helvetica, sans-serif;
	color:#aa99ed;
	font-size: 12px;
	text-align: right;
}

.MiddleContent {
	width:984px;
	height:475px;
}

.LeftContentBorder {
	width:743px;
	height:473px;
	float:left;
	background-color:#231F20;
	padding:1px;
}

.LeftContent {
	width:713px;
	height:443px;
	float:left;
	background-color:#FFFFFF;
	padding:15px;
}

.ImageBorder {
	width:295px;
	height:440px;
	float:left;
	background-color:#231F20;
	padding:1px;
}

.Image {
	width:295px;
	height:440px;
	background-color:#FFFFFF;
}

.Text {
	width:405px;
	height:440px;
	float:right;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	color:#231F20;
	font-size: 12px;
}

.RightContent {
	width:229px;
	height:475px;
	float:right;
}

.BulletinBox {
	height:367px;
	width:229px;
	background-image:url(/images/BulletinBackground.gif);
}

.BulletinHeader {
	height:20px;
	width:209px;
	padding:10px;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 16px;
	font-weight: bold;
}

.BulletinText {
	height:307px;
	width:209px;
	padding:10px;
	font-family: Arial, Helvetica, sans-serif;
	color:#231F20;
	font-size: 12px;
}

.AdBox {
	height:98px;
	width:229px;
	margin-top:10px;
	font-family: Arial, Helvetica, sans-serif;
	color:#231F20;
	font-size: 16px;
	font-weight: bold;
	background-image:url(/images/AdBackground.gif) ;
        background-repeat:no-repeat;

}

.FooterBorder {
	width:982px;
	height:68px;
	background-color:#231F20;
	margin-top:10px;
	padding:1px;
}

.Footer {
	width:962px;
	height:48px;
	background-color:#DEDFE0;
	padding:10px;
	font-family: Arial, Helvetica, sans-serif;
	color:#231F20;
	font-size: 10px;
}

.Address {
	width:100px;
	float:left;	
}

.Tel {
	width:150px;
	float:left;	
}

.TelIcons {
	width:15px;
	float:left;	
}

.HeaderText {
	font-family: Arial, Helvetica, sans-serif;
	color:#231F20;
	font-size: 16px;
	font-weight: bold;
}

.Logos {
	width:414px;
	height:58px;
	float:right;
}

a:link {
	color: #231F20;
}
a:hover {
	color: #231F20;
}
a:visited {
	color: #231F20;
}


/* EDITOR PROPERTIES */
