body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-image: url(../structure/back.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-color: #000000;
}
#a {
	visibility: hidden;
	width: 100%;
	height: 50%;                                                                     
	margin-top: -250px;                                                              
	float: left;
}
#b {
	width: 800px;
	height: 500px;
	clear: both;
	margin: 0 auto;
	border: 1px solid #111111;
	background-color: #000000;
	position: relative;
	}
#topbar {
	margin-left: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
	height: 60px;
}
#logo {
	margin-left: 20px;
	margin-top: 15px;
	margin-right: 20px;
	height: 60px;
	margin-bottom: 20px;
}
#textleft {
	width: 210px;
	margin-left: 20px;
	margin-bottom: 30px;
	margin-top: 20px;
}
#textright {
	width: 540px;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-top: 20px;
	overflow: auto;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #DE1A8B;
	text-decoration: underline;
}
.titlewhite {
	font-family: Trebuchet MS;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.titlepink {
	font-family: Trebuchet MS;
	font-size: 17px;
	font-style: normal;
	font-weight: normal;
	color: #DE1A8B;
	text-decoration: none;
	line-height: 23px;
}
h2.titlepink {
	font-family: Trebuchet MS;
	font-size: 15px;
	color: #DE1A8B;
}
.titleblue {
	font-family: Trebuchet MS;
	font-size: 17px;
	font-style: normal;
	font-weight: normal;
	color: #00AEF7;
	text-decoration: none;
	line-height: 23px;
}
.titleblue2 {
	font-family: Trebuchet MS;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #00AEF7;
	text-decoration: none;
}
a.titleblue2:hover {
	color: #00AEF7;
	text-decoration: underline;
}
.bodywhite {
	font-family: Trebuchet MS;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 20px;
}
.tinywhite {
	font-family: Trebuchet MS;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 11px;
}
ul {
list-style-image: url("/images/structure/bullet.jpg");
}