/* GENERAL STYLES */
@charset "utf-8";
/* CSS Document */
*{margin:0; padding:0;}
.Container {
	width:800px;
	height:600px;
	margin-left:auto;
	margin-right:auto;
}

.Header {
	width:780px;
	height:65px;
	padding:10px;
}

.Logo {
	width:203px;
	height:65px;
	float:left;
}

.Menu {
	width:577px;
	height:15px;
	float:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	padding-top: 50px;
	color:#666666;
}

.MenuOver:hover {
	float:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	color:#00FF00;
}

.Line {
	width:800px;
	height:1px;
	background-color:#666666;
	clear:both;
}

.MidContent {
	width:780px;
	height:450px;
	padding:10px;
}

.SideMenu {
	width:140px;
	float:left;	
}

.Title {
	width:50px;
	height:253px;
	margin-left:18px;
	float:left;
}

.Flash {
	width:560px;
	height:250px;
	/*background-color:#00FFFF;*/
	float:right;
}

.Content {
	width:560px;
	margin-top:10px;
	clear:both;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}

.Footer1 {
	width:120px;
	padding:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	float:left;
	text-align: left;
}

.Footer2 {
	width:200px;
	padding:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	float:left;
	text-align: left;
}

.Footer3 {
	width:200px;
	padding:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	float:right;
	text-align: right;
}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style2 {
	color: #00AAD9;
	font-weight: bold;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #8cc63f
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #8cc63f
}
a:hover {
	text-decoration: none;
	color: #00AAD9;
}
a:active {
	text-decoration: none;
}

.style3 {
	font-size: 18px;
	font-weight: bold;
}


/* EDITOR PROPERTIES */

