body {
	margin:0;
	min-width:970px;
	background-image: url(/images/paws.png);
	background-repeat: repeat;
	background-attachment: fixed;
}

img {
	border: 0;
}

h2 {
	text-align: center;
	font-family: sans-serif;
}

h3 {
	text-align: center;
	font-family: sans-serif;
}

pre {
	color:darkgreen;
}

#header {
	position:relative;
	background-color:transparent;
	padding:1ex;
}

#XNews {
	position:absolute;
	top:10px;
	right:10px;
}

#VXNews {
	position:absolute;
	margin-right: 2ex;
	margin-top: 6ex;
}

#menu {
	background-color: #000080;
	padding:1ex;
	border-top: solid black;
	border-bottom: solid black;
	font-family: sans-serif;
	font-weight: bold;
	color: white;
	text-align:center;
	word-spacing:2ex;
}

#menu a:link, #menu a:visited {
	color: white;
	text-decoration: none;
	word-spacing:normal;
}

#menu a:hover {
	color: red;
}


#content {
	position:relative;
	padding:2ex;
	margin:2%;
	background-color:white;
	border: solid black;
	min-height:600px;
}


#footer {
	position:relative;
	background-color: #000080;
	border-top: solid black;
	color:white;
	font-family: sans-serif;
	font-size:smaller;
	padding:1ex;
	white-space:nowrap;
}


#footer a:link, #footer a:visited {
	color: white;
	text-decoration: none;
}

#footer a:hover {
	color: red;
}

#copyright {
	position:absolute;
	text-align:right;
	top:1ex;
	right:120px
}

#CClogo {
	position:absolute;
	right:1ex;
	top:1ex;
}


#News {
	position:relative;
	left: 220px;
	width: 75%;
}

.newsheader {
	font-weight:bold;
	font-family:sans-serif;
}

#narrow {
	width: 70%;
	text-align: center;
	margin: 2ex 15%;
}

td {
	font-family: sans-serif;
	padding: 1ex;
}

td.title {
	font-weight: bold;
}

td.dir {
	background-color: #eeeeee;
	vertical-align: middle;
	text-align: center;
}

td.grey {
	background-color: #eeeeee;
}

td.title  {
	background-color: #000080;
	color: white;
	vertical-align: top;
	text-align: center;
	font-weight: bold;
}

td.title a:link, td.title a:visited {
	color: white;
	text-decoration: none;
}

td.title a:hover {
	color: red;
	text-decoration: none;
}


td.blank {
	background-color: transparent;
}

table.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border:solid black;
}

p.center {
	text-align: center;
}

form.center {
	text-align: center;
}

.status{
	color:red;
}

