/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

#Wrapper {
	float: none;
	clear: both;
	width:710px;
	border-top: 1px transparent solid;
	margin-top: -1px;
}

#Left {
	float: left;
	clear: right;
	width: 146px;
}

#Empty {
	float: left;
	clear: both;
	width: 146px;
	height: 77px;
}

#Home_Contact {
	float: left;
	clear: both;
	width: 146px;
	height: 20px;
	font-size: 11px;
	text-align: left;
	padding-left: 10px;
}

#Home_Contact a, #Home_Contact a:visited {
    color: #000000;
    text-decoration: none;
}

#Home_Contact a:hover, #Home_Contact a:visited:hover {
    color: #6600CC;
    text-decoration: underline;
}

#Menu {
    padding-top: 10px;
    float: left;
    clear: both;
    text-align: right;
    font-size: 10px;
    color: #444444;
    line-height: 18px;
}

#Menu a, #Menu a:visited {
    color: #444444;
    text-decoration: none;
}

#Menu a:hover, #Menu a:visited:hover {
    color: #6600CC;
    text-decoration: underline;
}

#Green_Line {
	float: left;
	clear: both;
	width:146px;
	height:10px;
	padding: 0px;
}

#Main_Menu {
	float: left;
	clear: both;
	width:146px;
	height:136px;
}

#Sidebar {
	float: left;
	clear: both;
	width: 146px;
	height: 500px;
	text-align: right;
}

#Left_Divider {
	float: left;
	clear: right;
	width: 19px;
	/*height: 743px;*/
}

#Center {
	float: left;
	clear: right;
	width: 526px;
    height: 743px;
}

#Header {
	float: left;
	clear: both;
	width:526px;
	height:107px;
}

#Banner {
	float: left;
	clear: both;
	width:526px;
	height:136px;
}

#Content {
	float: left;
	clear: both;
	width: 506px;
	min-height: 400px;
	overflow: visible;
	background-color: #FFFFFF;
	background-image: url(../images/default_09.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	overflow: visible;
	text-align: left;
	padding: 15px 10px 20px 10px;
	line-height: 18px;
}

.imgborder {
    border: 1px solid gray;
}

#Content a, #Content a:visited {
    color: #4400AA;
    text-decoration: none;
}

#Content a:hover, #Content a:visited:hover {
    color: #229977;
    text-decoration: underline;
}

h1 {
    font-size: 22px;
    color: #776699;
    font-weight: bold;
}

h2 {
    font-size: 16px;
    color: #665588;
}

h3 {
    font-size: 14px;
    color: #665588;
}

p {
    font-size: 12px;
    text-align: justify;
}

#Footer {
    float: left;
    clear: both;
    width: 526px;
    font-size: 10px;
    text-align: center;
    color: #444444;
    margin-top: 20px;
}

#Right_Divider {
	float: left;
	clear: right;
	width:19px;
	/*height:743px;*/
}
