/* CSS Document */

/* RESET - Do NOT edit */
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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END RESET */


a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#container {
	width:798px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	border:1px solid #98AAD1;
	background-image:url(images/background.gif);
	background-repeat:repeat-y;
}

#header {
	width: 800px;
	height: 250px;
	border-bottom:5px solid #FFFFFF;
}

#content {
	width:579px;
	margin:20px 0 20px 157px;
	padding:20px;
	border:1px solid black;
	background-color:#FFFFFF;
}

.menu {
	margin:10px 0 0 5px;
	pading: 0;
	width:100px;
	display:block;
	float:left;
}

.menu li {
	margin:10px 0 20px 0;
	padding:0;
	line-height:30px;
}

.menu li a, submit li a {
	text-decoration: none;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding:0px 10px 0px 5px;
	margin:0px;
	cursor:pointer;
	display:block;
}

.menu li a:hover, .submit li a:hover {
	color:#FFFFFF;
	background-color:#98AAD1;
}

.events {
	width:100%;
	height:auto;
	background-color:#FFFFFF;
	border:1px solid black;
}

.events td {
	border-right:1px solid black;
	border-bottom:1px solid black;
	padding: 5px;
	margin:0 0 20px 0;
}

.events th {
	font: bold 14px Arial, Helvetica, sans-serif;
	letter-spacing:2px;
	text-transform:uppercase;
	border-right:1px solid black;
	border-bottom:1px solid black;
	padding: 5px;
}

#footer {
	margin:10px auto 0 auto; 
	width:800px;
	clear:left;
}