/* CSS Document */

html{
	width: 100%;
	height: 100%;
}

body{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td{
	font-size: 12px;
}


table.full{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}


td.top_bar{
	width: 100%;
	height: 83px;
	vertical-align: top;
}

table.top_bar{
	width: 100%;
	height: 83px;
	border-bottom: 1px solid #0D287E;
}

td.top_left{
	background-image: url("top_background.jpg");
	background-repeat: repeat;
	text-align: left;
}


td.top_right{
	background-image: url("top_background.jpg");
	background-repeat: repeat;
	text-align: right;
}

td.nav_bar{
	height: 25px;
	width: 100%;
	background-color: #A9A9A9;
	border-bottom: 1px solid #0D287E;
}

td.button{
	height: 25px;
	width: 120px;
	background-image: url("images/button_off.gif");
	background-repeat: no-repeat;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
}



td.left_bar{
	width: 150px;
	background-image: url("side_background.jpg");
	background-repeat: repeat;
	vertical-align: top;
	border: 1px solid #0D287E;
}

td.content{
	background-color: #F6F6F6;
	vertical-align: top;
	padding: 10px;
}

td.right_bar{
	background-color: #0D287E;
	vertical-align: top;
	color: #FFFFFF;
	padding: 8px;
}

.quote{
	font-size: 11px;
	width: 184px;
	color: #C9C9D9;
}

.quote_name{
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

.quote_location{
	color: #FFFFFF;
	font-size: 11px;
	padding-bottom: 3px;
}

td.copyright{
	font-size: 10px;
	color: #000000;
	background-color: #A9A9A9;
	border-top: 1px solid #0D287E;
	padding-left: 5px;
}

.main_quote{
	font-wieght: bold;
	text-align: center;
}

a{
	color: #0000FF;
}