/* GENERAL STYLES */
@charset "utf-8";
/* CSS Document */


.Body {
	background-color:#4a0552;
}

.Container {
	width:800px;
	height:600px;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	background-image:url(../images/Background.gif);
}

.LeftContent {
	width:143px;
	height:600px;
	float:left;
	margin-left:40px;
	margin-right:40px;
}

.Logo {
	width:143px;
	height:180px;
	margin-top:40px;
}

.Menu {
	width:123px;
	height:237px;
	margin-top:36px;
	padding-left:10px;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#832990;
	line-height:150%;
	text-decoration: none;
}

.Menu:hover{
	width:123px;
	height:237px;
	margin-top:36px;
	padding-left:10px;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#999999;
	line-height:150%;
	text-decoration: none;
}

.RightContent {
	width:535px;
	height:600px;
	float:right;
	margin-right:40px;
}

.Image {
	width:535px;
	height:210px;
	margin-top:40px;
	background-color:#00CC99;
}

.Content {
	width:525px;
	height:265px;
	margin-top:12px;
	margin-bottom:20px;
	overflow:auto;
	padding-right:10px;
}

.Footer {
	width:535px;
	height:29px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
	clear:both;
}

.FooterTextPurple {
	color: #832990;
	font-weight: bold;
}

.HeaderA {
	font-family:"Times New Roman", Times, serif;
	font-weight: bold;
	font-size:20px;
	color:#832990;
}

.HeaderB {
	font-family:"Times New Roman", Times, serif;
	font-weight: bold;
	font-size:18px;
	color:#832990;
}

.HeaderC {
	font-family:"Times New Roman", Times, serif;
	font-weight: bold;
	font-size:16px;
	color:#832990;
}

.MainText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
}





/* EDITOR PROPERTIES */
