* {
	padding: 0;
	margin: 0;
}

a:focus {
	outline: none;
}

a {
	text-decoration: none;
	color: #222222;
}

a:hover {
	text-decoration: underline;	
}

img {
	border: 0;
}

body, html {
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 12px;
	color: #222222;
	background: #e3e8ec url('images/background.gif') repeat-x;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

div#frame {
	width: 810px;
	margin: 0 auto;
	overflow: hidden;
}

div#top {
	width: 605px;
	height: 100px;
	display: block;
	float: left;
	overflow: hidden;
	background: #e3e8ec url('images/topshadow.png') repeat-x 0px 95px;
}

div#logo {
	margin-top: 14px;
	width: 119px;
	height: 72px;
	text-align: left;
	float: left;
}

div#name {
	width: 476px;
	height: 67px;
	display: block;
	float: right;
	margin-top: 14px;
	font-size: 12px;
	line-height: 170%;
	text-align: left;
	padding: 5px 0 0 10px;
}

div#name strong em {
	color: #cf0380;
	font-style: normal;
	letter-spacing: 1px;
}

div#menu {
	width: 605px;
	height: 30px;
	display: block;
	float: left;
}

div#menu ul {
	margin-left: 7px;
	width: 600px;
	float: left;
	display: inline;
}

div#menu ul li {
	list-style: none;
	float: left;
	overflow: hidden;
}

div#menu ul li a {
	padding: 7px 9px 0 10px;
	display: block;
	height: 23px;
	font-weight: bold;
	font-size: 12px;
	float: left;
}

div#menu ul li a:hover {
	background: #cf0380;
	color: white;
	text-decoration: none;
}

div#main {
	width: 810px;
	float: left;
	background: url('images/mainborder.gif') repeat-y;
}

div#shadows {
	width: 610px;
	height: 20px;
	display: block;
	float: left;
	background: url('images/shadows.png');
}

div#bottom {
	width: 810px;
	height: 20px;
	display: block;
	clear: both;
	background: url('images/bottomshadow.png') no-repeat top left;
	padding: 6px 0 0 5px;
	text-align: left;
	font-size: 9px;
	color: #666666;
}

div#content {
	width: 590px;
	float: left;
	padding: 0 5px 0 10px;
	display: block;
	clear: both;
	overflow: hidden;
	background: url('images/leftshadow.png') no-repeat top left;
}

div#toptext div {
	background: #e3e8ec;
	width: 420px;
	height: 120px;
	display: block;
	overflow: hidden;
	float: left;
	border: 5px solid white;
	border-width: 5px 0;
	padding: 5px 10px;
	font-size: 13px;
	text-indent: 10px;
	text-align: justify;
	line-height: 150%;
	letter-spacing: 1px;
}

div#toptext div strong {
	float: right;
	color: #cf0380;
	font-size: 13px;
}

img#topimage {
	border: 5px solid white;
	border-width: 5px 5px 5px 0;
	float: left;
}

div#rightshadow {
	width: 205px;	
	height: 70px;
	float: right;
	background: #cf0380 url('images/rightshadow.png') repeat-y top left;
}

div#right {
	width: 205px;
	float: right;
	overflow: hidden;
	background: url('images/rightbackground.gif') repeat-y top left;
}

div#rightmenu {
	background: url('images/rightmenu.png') no-repeat top left;
	padding: 15px 15px 5px 10px;
	text-align: justify;
}

div#rightmenu strong {
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 200%;
}

div#rightmenu ul {
	list-style: none;
}

div#rightmenu ul li {
	text-align: left;
	padding: 5px 0;
	font-size: 12px;
}

div#rightbottom {
	width: 205px;
	height: 10px;
	display: block;
	font-size: 1px;
	background: url('images/rightbottomshadow.png') no-repeat top left;
}

div.text {
	float: left;
	background: #eeeeee;
	margin: 0 0 0 0;
	text-align: left;
	width: 590px;
	overflow: hidden;
	border: 5px solid white;
	border-width: 0 0 5px 0;
}

div.text h1 {
	width: 585px;
	height: 32px;
	display: block;
	margin: 0 0 5px 0;
	padding: 3px 0 0 5px;
	font-size: 18px;
	background: white url('images/delimiter.png') no-repeat top left;
	text-align: left;
}

div.text p, div.text div {
	margin: 0;
	padding: 5px 10px 10px 10px;
	line-height: 150%;
	font-size: 14px;
	text-align: justify;
}

/*
div.text div b {
	color: #cf0380;
}
*/

div.text p span {
	border: 5px solid white;
	margin: 0 10px 5px 0;
	float: left;
	width: 200px;
	background: white;
	text-align: center;
}

div.text p span strong, div.text p span em {
	padding: 2px;
	font-style: normal;
	font-size: 11px;
}
div.text p span img {
	border: 0;
	float: left;
}

div.text ul {
	margin: 0;
	padding: 0;
}

div.text ul li {
	list-style: none;
	font-size: 14px;
	line-height: 170%;
	text-indent: 10px;
	padding: 0 10px 15px 10px;
	text-align: justify;
}

div.text a {
	text-decoration: underline;
}

div.clear {
	clear: both;
}
