body {
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	font-size: 100%;
	background-color: White;
	margin: 0px;
	background-image : none;
}
#container{width: 97%;
	padding: 0em 0em 0em 0em;margin: 0px;
	border: 0px;}
a:link, a:visited  {
	color: #7C1029;
	text-decoration: none;
	font-weight: normal;
}

a:hover,a:focus, a:active{
	color: #C45E72;;
	text-decoration: underline;
	font-weight: normal;
}

a:link, a:visited  {
	color: #970534;
	text-decoration: none;
	font-weight: bold;
}

a:hover,a:focus, a:active{
	color: #CC6633;
	text-decoration: none;
	font-weight: bold;
}

#header{
	position: relative;
	width: 97%;
	left: 0px;
	top: 0px;
	z-index: 3;
	margin: 0px;
	border: 0px;
	padding: 0px 0px 0px 0px;
}

#content {
	position: relative;
	width: 97%;
	left: 0px;
	top: 0px;
	padding: 0em 0em 0em 0em;
	text-align: left;
	z-index: 4;
	margin: 0px;
	border: 0px;
}

#menu { display:none;
	visibility : hidden;
}

#links {
	visibility : hidden;
}

#right_links {
	visibility : hidden;
}

#contenthome {
	position: relative;
	width: 510px;
	left: 230px;
	top: 310px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 20px;
	text-align: justify;
	display: block;
}

h1 {
	font-weight: bold;
	font-size: 140%;
	color : #666666;
}

h2 {
	font-weight: bold;
	font-size: 120%;
	color : #666666;
}

h3 {
	font-weight: bold;
	font-size: 110%;
}

h4 {
	font-weight: bold;
	font-size: 105%;
}

h5 {
	font-weight: bold;
	font-size: 105%;
	color : #666666;
}

hr{
	height: 2px;
	width: 570px;
	background: Gray;
	color: Gray;
	/*margin: 0px 0px 0px -10px;*/
	margin-left : -10px;
	border: 0px;
	padding: 0px;
}

#nav, #nav ul { /* all lists */
	padding: 0px 0px 0px 0px;
	margin:0;
	list-style:none;
}
#nav li {
	display: block;
	color: #710223;
	text-decoration: none;
	border: 0px solid #FFFFFF;
	text-indent: 0px;
	padding: 4px 0px 7px 0px;
	font-weight : bold;
}

#nav a:link, #nav a:visited{
	color: #9C0331;
	font-weight : bold;	
		text-decoration: none;
}

#nav a:hover, #nav a:active{
	color : #555555;
	font-weight : bold;
	text-decoration: none;
}

#nav a.main{
	color: #59021C;
	font-weight : bold;
	text-decoration: none;
}

#breadcrumb{display:none;
	visibility : hidden;
}
#footer{display:none;
	visibility : hidden;
}
div#breadcrumb a:link, div#breadcrumb a:visited{
	color: White;
}

div#breadcrumb a:hover, div#breadcrumb a:focus {
	color: Silver;
}

/*homepage styles*/
.headlines {
	font-weight: bold;
	font-size: 120%;
}

#news_header {
	font-weight: bold;
	font-size: 120%;
	background-color : #CC6633;
	color : #FFFFFF;
	position: relative;
	width: 100%;
	left: 0px;
	top: 0px;
	padding: 3px 0px 3px 10px;
	text-align: left;
	display: block;
	z-index: 4;
	border-left : 2px solid Gray;
}
div#news_header a:link, div#news_header a:visited{
	color: White;
}

div#news_header a:hover, div#news_header a:focus, {
	color: Silver;
}

#news {
	font-size: 100%;
	position: relative;
	width: 100%;
	left: 0px;
	top: 0px;
	padding: 10px 40px 5px 10px;
	text-align: left;
	z-index: 4;
	border-bottom : 2px solid Gray;
	border-left : 2px solid Gray;
	margin-bottom : 10px;
}
