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

.clear {
    overflow: hidden;
    height: 1px;
}

.Container{
	width:816px;
	margin-left:auto;
	margin-right:auto;
}

.Body{
	background-color:#D7D7D7;
}

.Header{
	width:816px;
	height:124px;
	background-image:url(/images/MainTemplate_01.gif);
}

.Middle{
	width:816px;
	height:562px;
	background-image:url(/images/MainTemplate_02.gif);
	background-repeat:repeat-y;
}

.Menu{
	padding-left:31px;
	width:133px;
	float:left;
	margin-right:20px;
}

.MenuLink{
	margin-left:10px;
	width:113px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#5f6062;
	text-decoration: none;
}

.MenuLink:Hover{
	margin-left:10px;
	width:113px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#0082C8;
	text-decoration: none;
	font-weight:bold;
}

.MenuLine{
	width:133px;
	height:1px;
	margin-top:3px;
	margin-bottom:3px;
	background-color:#0082C8;
}

.Content{
	width:600px;
	float:right;
	margin-right:31px;
}

.Image{
	width:600px;
	height:200px;
	background-color:#00FFFF;
}

.Text{
	width:600px;
	height:330px;
	margin-top:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	overflow:auto;
}

.Footer{
	width:816px;
	height:82px;
	background-image:url(/images/MainTemplate_03.gif);
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}



/* EDITOR PROPERTIES */
