/* CSS Document */

body {
	background-color: #FFFFFF;
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

table.banner {
	background-color: #000000;
	background-image: url(images/banner_background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 124px;
	border: 1px solid #2C4045;
}

td.banner_left {
	text-align: left;
}
td.banner_right {
	text-align: right;
}
table.content {
	background-color: #D9E1E6;
	border-top: 1px none #2C4045;
	border-right: 1px solid #2C4045;
	border-bottom: 1px solid #2C4045;
	border-left: 1px solid #2C4045;
}
td.body {
	background-color: #FFFFFF;
	vertical-align: top;
	padding: 10px;
	background-image: url(images/body_slice.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
td.content_left {
	width: 135px;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #2C4045;
	border-right-color: #A9B9BA;
	border-bottom-color: #2C4045;
	border-left-color: #2C4045;
	vertical-align: top;
}
td.content_right {
	width: 150px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #2C4045;
	border-right-color: #2C4045;
	border-bottom-color: #2C4045;
	border-left-color: #A9B9BA;
	text-align: center;
	vertical-align: top;
}
a:hover {
	color: #273C47;
}
a:active {
	color: #273C47;
}
a:link {
	color: #273C47;
}
a:visited {
	color: #273C47;
}
img.border {
	border: 1px solid #A9B9BA;
}
img.space {
	padding: 1px;
}


#navigation {
	font-size: 110%;

}

#navigation img {
	text-align: center;
}

#navigation ul {
	margin: 0;
	padding: 0;
	text-align: left;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

#navigation ul li {
	list-style-type: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-bottom-color: #CCC;
}

#navigation ul li a{
	padding: 2px 0 2px 5px;
	text-decoration: none;
	display: block;
}

#navigation ul li a:hover{
	background-color: #000;
	color: #FFF;
}


#foot {
	font-size: 90%;
	text-align: center;
}

#foot a {
	text-decoration: none;
}

#footnav {
	font-size: 90%;
text-align: center;

}


#footnav ul {
	margin: 0;
	padding: 0;
	text-align: left;
	display: inline;
}

#footnav ul li {
	list-style-type: none;
	display: inline;
}

#footnav ul li a {
	padding: 2px 0 2px 5px;
	text-decoration: none;
	display: block;
	display: inline;
}

h1 {
	font-size: 150%;
	font-weight: normal;
}

h2, h3 {
	font-size: 120%;
}

