body {
	background-color:black;
font:14px Arial, Tahoma, Verdana, sans serif;
color:#686666;margin:0px;padding:0px;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


#page {
-moz-border-radius: 15px;
border-radius: 15px;
background-color:white;
padding:20px;
margin:10px auto;width:900px;
}
#nav {margin:0px auto 10px;width:960px;height:30px;}
#nav ul li {float:left;margin-right:20px;font-size:14px;}
#nav ul {margin:0px 0px 10px 0px;padding:0px;list-style-type:none;}
#nav a {color:white;text-decoration:none;}
#nav a:hover {color:white;text-decoration:underline;}
#nav a.here {color:#e5b00d;}

a {color:#f77a1c;text-decoration:none;}
a:visited {color:#a62677;}
a:hover {text-decoration:underline;}
.left {background-color:#1d8078;}
.center {background-color:#ac0a51;}
.right {background-color:#f77a1c;}

td.button {color:white;text-align:center;}
td.right_col {width:300px;text-align:right;}
td.left_col {width:600px;height:400px;}
td.left_col ul li {margin-left:20px;padding:2px 0px;}
table.layout {margin:0px;}
td {vertical-align:top;}
h1 {color:#bc024b;font-size:24px;text-transform:uppercase;font-weight:bold;}
h2 {font-size:18px;color:#1d8078;}
p, h1, h2, h3  {margin-bottom:10px;line-height:1.5em;}
ul {list-style-type:square;margin-bottom:20px;}
ul li {margin-left:50px;padding:10px 0px;line-height:1.5em;}

.alert {color:#AC0A51;}
.textbg {text-transform: capitalize;}