body {
	margin: 0;
	padding: 0;
	background: #000000;
	font-size: 13px;
	color: #000;
	background: url(images/back2.jpg) no-repeat top center;
}

body, th, td, input, textarea, select, option {
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	font-weight: normal;
	color: #981b1e;
}

h1 {
	font-size: 21px;
	font-style: italic;
	font-weight: bold;
}

h2 {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}

h3 {
	font-size: 15px;
	font-weight: bold;
}

p {
	line-height: 160%;
}

ul, ol {
	line-height: 160%;
}


blockquote {
	width: 120px;
	margin: 20px 0 6px 20px;
	padding: 10px;
	float: right;
	border-left: 1px solid #db2124;
	background: #ebebeb;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: 120%;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #8C8C8C;
}

a {
	color: #880000;
}

a:hover {
	text-decoration: none;
	color: #007cb2;
}

img.right {
	padding: 5px;
	margin: 20px 0 10px 10px;
	float: right;
	border: 1px solid #d7d7d7;
}

img.left {
	border: 1px solid #c2c2c2;
	padding: 4px;
	background-color: #fff;
	display: block;
	float: left;
	clear: none;
	margin: 10px 10px 10px 0;
}

/* Logo */

#logo {
	width: 800px;
	height: 88px;
	margin: 0 auto;
	background: url(flash/logo_back.jpg) no-repeat top left;
}

/* Header */

#header {
	width: 800px;
	height: 162px;
	margin: 0 auto;
	background: url(images/header.gif) no-repeat bottom left #fff;
  	opacity:1;
}

#header h1, #header p {
	margin: 0;
	color: #EB42A3;
}

#header h1 {
	padding-top: 100px;
}

#header a {
	color: #EB42A3;
}

/* Menu */

#menu {
	width: 800px;
	height: 40px;
	margin: 0 auto;
	background: none;
}

/* Page */

#page {
	width: 800px;
	margin: 0 auto;
	padding: 0;
}

/* Content */

#content {
	float: right;
	width: 530px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 20px;
	border-left: 1px dotted #acacac;
}

#button {
	width: 260px;
	text-align: center;
	font-weight: bold;
}

#button a {
	display: block;
	height: 30px;
	padding-top: 6px;
	background: url(images/button.jpg) no-repeat top left;
	text-decoration: none;
	color: #fff;
}

#button a:hover {
	display: block;
	height: 30px;
	background: url(images/button2.jpg) no-repeat top left;
}

.entry {
	margin: 0;
	padding: 0;
}

.title {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #000;
}

#imgbutton1 {
	width: 260px;
	margin: 0 5px 5px 0;
	float: left;
}

#imgbutton2 {
	width: 260px;
	margin: 0 0 5px 5px;
	float: right;
}

#imgbutton3 {
	width: 260px;
	margin: 5px 5px 0 0;
	float: left;
}

#imgbutton4 {
	width: 260px;
	margin: 5px 0 0 5px;
	float: right;
}

p.last {
	padding-bottom: 12px;
	border-bottom: 1px dotted #999999;
}

#content ol {
	line-height: 160%;
}

p.small {
	font-size: 9px;
	padding-bottom: 12px;
	padding-top: 12px;
	border-bottom: 1px dotted #999;
	border-top: 1px solid #999;
}

#content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#content ul li {
	padding-left: 28px;
	background: url(images/bullet.jpg) no-repeat left 50%;
}

#content ul li.links {
	background: url(images/bullet2.jpg) no-repeat left 50%;
}

#content ol li ol li {
	list-style-type: lower-alpha;
	background: none;
}

#content ol li ul li {
	list-style-type: disc;
	background: none;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 230px;
	margin: 20px 0 30px 0;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 250%;
}

#sidebar li {
	padding: 0;
}

#sidebar li ul {
	padding: 0;
}

#sidebar li li {
	padding-left: 18px;
	border-bottom: 1px dotted #880000;
	background: url(images/img02.gif) no-repeat 5px 50%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-transform: uppercase;
}

#sidebar h2 {
	height: 40px;
	margin: 10px auto;
	background: url(images/quicklinks.gif) no-repeat top left;
	color: #fff;
	font-weight: normal;
}

#sidebar h3 {
	height: 40px;
	margin-top: 10px;
	padding: 6px 0 0 10px;
	background: url(images/img06.gif) no-repeat top left;
	color: #fff;
	font-weight: normal;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
}

/* Footer */

#footer {
	clear: both;
	height: 60px;
	margin: 10px auto;
	padding: 0;
	background: url(images/footer.jpg) no-repeat;
	text-align: center;
	font-size: 10px;
}

#footer p {
	padding-top: 22px;
	color: #707070;
}

#footer a {
	color: #707070;
}

#footer a:hover {
	text-decoration: none;
	color: #fff;
}

