/* CSS Document */

/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link, :visited {
	text-decoration:none
}
/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */

/*h1, h2, h3, h4, h5, h6, pre, code {
	font-size:1em;
}*/

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input {
	margin:0;
	padding:0
}
/* whoever thought blue linked image borders were a good idea? */
a img, :link img, :visited img {
	border:none
}
/* de-italicize address */
address {
	font-style:normal
}
/* more varnish stripping as necessary... */

* {
  margin: 0px;
  padding: 0px;
}

a:visited {
  color: #888888;
}

a:hover {
	text-decoration: none;
}

p {
	padding-bottom: 1em;
}

ul {
	margin-left: 25px;
}

* html #container-content {
height: 450px;
}

html {
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/bck1.jpg);
	background-repeat: repeat-x;
}

table {
}

table td {
	vertical-align: top;
	text-align: left;
	/*padding: 15px;*/
}

#container-page {
	background-color: #FFFFFF;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}

#head {
}

#nav {
	height: 15px;
	padding-left: 15px;
	text-decoration: none;
	background-color: #004C90;
}

#container-content {
	background-color: #FFFFFF;
	min-height: 450px;
	padding: 15px;
}

#container-foot {
	text-decoration: none;
}

#foot {
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-top: 5px;
	line-height: 15px;
	text-decoration: none;
	padding-right: 10px;
}
.foot {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.bottom_nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	height: 12px;
	color: #FFFFFF;
	background-color: #004C90;
}
.header {
	font-weight: bold;
}

#news_column {
	width: 150px;
	background-color: #CCCCCC;
	float: left;
	height: 472px;
	margin-left: -15px;
	margin-top: -15px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 5px;
}

#right_column {
	padding: 15px;
	width: 550px;
	margin-left: 180px;
}

.floatright_padding {
	float: right;
	padding-left: 15px;
	padding-bottom: 15px;
}
.tableheads {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #CCCCCC;
	padding: 15px;
}
.tablecopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	padding: 15px;
}
