body {
	background: #ffffff url(img/bgtile.gif);
	padding: 0;
	margin: 0;
	text-align: center;
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	color: black;
}

* {
	margin-top: 0px;
	padding: 0px;
}

#header {
	width: 750px;
	height: 353px;
	overflow: hidden;
	margin: 0;
}

#container {
	width: 750px;
	margin-left: 10px;
	text-align: left;
}

#content {
	float: left;	
}

#footer {
	text-align: center;
	background: #000000;
	padding: 5px;
	color: #ffffff;
	font-weight: bold;	
	font-size: 8pt;
	border-right: 5px solid #FE3172;
	border-left: 5px solid #FF5E33;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;	
}

.center {
	text-align: center;
	margin: 0 auto 0 auto;
}

.sidebarbutton {
	background-color: #FFA007;
}

img {
	border: none;
}

a.newwin {
	background: url(img/icon_world.gif) no-repeat;
	padding-right: 16px;
	background-position: center right;
}

ul {
	list-style: none;
	margin-left: 20px;
}

ul li {
	background: url(img/bullet.gif) no-repeat;
	background-position: center left;
	padding-left: 21px;
}

h1, h2, h3 {
	border-bottom: 1px dotted #687F37;
	color: black;
	font-family: "times new roman", serif;
	font-style: italic;
}

h1:first-letter, h2:first-letter, h3:first-letter {
	text-transform: lowercase;
	color: #FE3172;
}

h1 {
	font-size: 20pt;
}

h2 {
	font-size: 16pt;	
}

h3 {
	font-size: 12pt;	
}

blockquote {
	background: #000000;
	padding: 10px;
	border-right: 5px solid #FE3172;
	border-left: 5px solid #FF5E33;
	color: white;
}

textarea, select, input {
	background: #ffffff;
	border: 1px solid #FF5E33;
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	padding: 2px;
	color: black;
}

a {
	color: #52126A;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #FF5E33;
	text-decoration: none;
}
