html {
	height:100%;
	margin:0;
	padding:0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #0879BF;
	background-image:url(img/back_fade.jpg);
	background-repeat:repeat-x;
	height:100%;
	margin:0;
	padding:0;	
}

h1 {
	color:#999999;
	font-size: 14px;
}

h2 {
	color:#999999;
	font-size: 12px;
}


a:link{
	color:#333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

a:visited{
	color:#666666;
	text-decoration: none;
}

a:hover{
	color: #000000;
	text-decoration: none;
}

.imgtext {
	font-size: 10px;
	font-style:italic;
}

.newsdate {
	font-size: 10px;
	font-style:italic;
}

.copyrighttext {
	color:#444444;
	font-size: 10px;
/*	font-weight:bold;*/
}



#logo {
	position:relative;
	top:20px;
}

#master {
	position:relative;
/*	width: 712px;*/
	width: 960px;
	min-height: 100%;
	height: 100%;
	left: 22px;
}

#menu {
	background-image: url(img/buttons_bg.gif);
	background-repeat: repeat-x;
	position:relative;
	height: 21px;
	margin:25px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-right-style: solid;
	border-right-color:#666666;
	border-right-width: 1px;
	width: 961px;
}

#menu td {
	border-left-style: solid;
	border-left-color: #666666;
	border-left-width: 1px;
	white-space:nowrap;
}	


#content {
	background-color: #FFFFFF;
	position: relative;
/*	width: 710px;*/
	width: 960px;
	padding-bottom: 20px;
	background-image: url(img/container_bg.jpg);
	background-repeat: repeat-y;
	border-right-style: solid;
	border-right-color: #666666;
	border-right-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	border-left-width: 1px;
}

#content_column {
	width: 660px;
	/*	float: right;*/
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
}

#right_column {
	width: 230px;
	float:right;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 10px;
}
#right_column a:link{
	color:#000099;
	text-decoration:underline;
}


#bottom {
	position:relative;
	bottom: 0px !important;
	height: 93px;
	width:960px;
	background-image:url(img/bottom_bg.jpg);
	background-repeat:repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #969696;
	border-right-style: solid;
	border-right-color: #666666;
	border-right-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-bottom-width: 1px;

	font-size: 10px;
}

#bottom a:link{
	color:#000000;
	font-size: 10px;
	text-decoration: none;
}
#bottom td {
	padding: 2px 5px 0 5px;
}	
