* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
}



a {
	text-decoration: none;
	color: #7736AC;
}
a:link {
	color: #7736AC;
}
a:visited {
	color: #7736AC;
}
a:hover {
	color: #7736AC;
	text-decoration: underline;
}
a:active {
	color: #7736AC;
}

#wrap {
	margin: 0 auto;
	width: 760px;
	background-color: #FFFFFF;
}

#header {
	height: 290px;
	background-image: url(background_header.png);
	background-repeat: no-repeat;
	background-position: center;
}
#swfbanner {
	background-color: #003366;
	position: relative;
	height: 128px;
	width: 465px;
	top: 56px;
	float: right;
	right: 28px;
}


#menu {
	height: 180px;
	line-height: 30px;
	background-repeat: no-repeat;
	width: 225px;
	position: relative;
	left: 0px;
	top: 70px;
	float: left;
}
#menu ul {
	list-style-type: none;
	padding-left: 5px;
}
#menu ul li {
	display: block;
	float: none;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
}
#menu ul li a {
	text-decoration: none;
	font-size: 14px;
	color: #FFFFFF;
	padding-right: 20px;
	font-weight: bold;
}
#menu ul li a:hover {
	color: #A66FD2;
	text-decoration: none;
}

#content {
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
}

.right {
	float: right;
	width: 500px;
	text-align: justify;
	background-color: #FFFFFF;
}
.right a:link {
	color: #7736AC;
}
.right a:visited {
	color: #7836B1;
}
.right   h2 {
	margin: 10px 0 0 0;
	padding-left: 10px;
	height: 24px;
	line-height: 24px;
	color: #000000;
	font-size: 16px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #7D38B5;
}
.right h2 a {
	margin: 10px 0 0 0;
	padding-left: 10px;
	height: 28px;
	line-height: 28px;
	color: #fff;
	font-size: 13px;
	background-color: #404880;
}

.right h2 a:hover {
color: #111;
}

.left {
	float: left;
	width: 200px;
	margin-top: 10px;
	background-color: #FFFFFF;
	margin-bottom: auto;
}
.left a {
	color: #000000;
}

.left a:hover {
	color: #000000;
	background-color: #A66FD2;
	text-decoration: none;
	padding: 1px;
}


.left   h1 {
	padding-left: 10px;
	height: 24px;
	line-height: 24px;
	color: #000000;
	font-size: 16px;
	background-color: #FFFFFF;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #7D39B4;
}
.left  h3 {
	color: #000000;
	font-size: 12px;
	background-color: #A66FD2;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.left h4 {
	color: #000000;
	font-size: 12px;
	background-color: #A66FD2;
	padding: 10px;
	text-align: right;
	font-style: italic;
}
.left h4 a {
	color: #000000;
	font-size: 12px;
	background-color: #A66FD2;
	padding: 10px;
	text-align: right;
	font-style: italic;
	text-decoration: none;
}



#footer {
	text-align: center;
	font-size: 11px;
	color: #000000;
	letter-spacing: 0.2em;
	background-color: #FFFFFF;
	height: 30px;
	line-height: 10px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #7D39B4;
}
#footer a {
	color: #000000;
	text-decoration: underline;
}

