* { 
padding : 0;
margin : 0;
} 

body {
	font: 11px Helvetica, Arial, sans-serif;
	background-color: #F2F2F2;
}

#wrapper_outer {
	width : 990px;
	background: url('images/Gradient.gif') repeat-y;
	height: auto;
	top: 0px;
	position: relative
}

#wrapper {
	left : 10px;
	top : 0px;
	margin : 0 auto;
	width : 970px;
}

#header {
	color : #333;
	width : 970px;
	float : left;
	padding : 10px 0 0 0;
	height : 70px;
	margin : 5px 0 0 0;
	/*background-image : url(images/logo.gif)
background-repeat : no-repeat;;*/
background-position: bottom left;
	display : block;
} 

#nav  {
	float : right;
	color : #333; /*light Brown*/
	/*margin : 15px 0 0 0;*/
width : 970px;/*display : inline;
padding : 0 0 0 0;*/
} 

#twolevelnav  {
	float : left;
	color : #333;
	border-top : 1px solid #ccc;
	border-bottom : 1px solid #ccc;
	width : 970px;
	background : #EEEEEE;
	margin : 5px 0px 0px 0px;
	display : block;
} 

#navigation { 
float : right;
width : 970px;
color : #333;/*black*/
padding : 2px;
line-height : 17px;
font-size : 12px;
text-align : left;
margin : 0 auto;
/*background-color : #EEEEEE; white*/
} 

#navigation ol { 
margin : 0.5em 0.5em 0.5em 0.5em;
padding : 0;
/*display : inline;*/
list-style-type : none;
text-align : left;
} 

#navigation li { 
display : inline;
border-right : 1px solid #ccc;
/*border-left : 1px solid #ccc;*/
} 
#navigation li.first { 
border-left : 1px solid #ccc;
}
#navigation li.firstclick { 
border-left : 1px solid #FF0000;
}
#navigation li.last { 
border-right : 1px #ccc; 
}
#navigation li.red { 
border-right : 1px solid #FF0000;
}
#navigation a { 
color : #000000;/*black*/
text-decoration : none;
/*padding : 14px 15px 14px 15px;*/
padding-left: 15px;
padding-right: 15px;
display: inline;
/*font-weight : bolder;*/
} 
#navigation a.now {
	color : #FF0000; /*violet*/
	text-decoration : none;
	font-weight: bold;
} 
#navigation a:hover {
	color : #FF0000; /*black*/
	text-decoration : none;
	font-weight : bold;
} 
#navigation a:visited { 
color : #000000; /*black*/
text-decoration : none;
} 
#navPage{
font-weight : bolder;
color : #FF0000;
}
#contentleftlarge {
	/*border : 1px solid #ccc;*/
width : 370px;
	margin : 15px 0px 0 16px;
	float : left;
}
#contentleftlarge a {
color : #000000; /*black*/
text-decoration : none;

}
#contentrightsmall {
	/*border : 1px solid #ccc;*/
width : 565px;
	float : right;
	/*height : 300px;*/
height: auto;
}
#wrapcontent { 
/*height : 320px;*/
height: auto;
width : 970px;
/*border : 1px solid #ccc;*/
clear: left;
}
#footer {
	width : 955px;
	margin : 15px 0 0;
	/*border : 1px solid #ccc;*/
background : #EEEEEE;
	clear: both;
	padding : 4px 0 5px 15px;/*background-image : url(images/background.gif);
background-repeat: repeat-x;
background-repeat: repeat-y;*/
}
#footerimage {
	width : 990px;
	clear: all;
	height: 10px;
	background: url('images/Gradient_btm.gif') no-repeat left bottom;
}
#contentrightlarge {
	width : 760px;
	float : right;
	/*height : 300px;*/
height: auto;
}
#contentrightlargetext {
width : 740px;
float : right;
/*height : 300px;*/
height: auto;
margin-top: 15px;
padding-right: 20px;
}
#newscontent li {
	line-height: 1.5em;
	padding-bottom: 5px;
}
#contentleftsmall {
	/*border : 1px solid #ccc;*/
width : 180px;
	margin : 15px 0;
	/*height : 300px;*/
height: auto;
	float : left;
	padding-left: 15px;
}
#contentleftsmall a {
	color : #999999; /*black*/
	text-decoration : none;
}
#contentleftsmall a:visited {
	color : #666666; /*black*/
	text-decoration : none;
}
#contentleftlarge  li {
	line-height: 1.5em;
	padding-bottom: 2px;
	list-style: disc inside;
}
/*bold*/
#slideshowContainer{
width: 300px;
height: auto;
}
#newscontent {
	clear: both;
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
	padding-right: 5px;
}

#numberDiv a{
	font: bold 14px;
	text-decoration: none;
}

#backforthbuttons{
margin-top: 6px;
}
#readMore{
color: #CCCCCC;
}
h1 {
	font-size: 1.5em;
	font-weight: bold;
	border-bottom: 1px solid #999999;
	margin-bottom: 4px;
}
h2 {
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1.25em;
}
h3 {
	font-size: 1em;
}
h4 {
	font-size: 1em;
	font-weight: bold;
	margin-top: 4px;
	border-top: 1px solid #999999;
	line-height: 1.5em;
}
p {
	font-size: 1em;
	line-height: 1.5em;
	padding-bottom: 1.2em;
}
caption {
	font-size: 1em;
	line-height: 1em;
	background: center;
}

a:link {
	color: #333333;
	text-decoration: none;
}

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

.fltlft {
	float: left;
	margin-right: 10px;
}
.clearfloat {
	margin: 0px;
	clear: both;
	height: 0px;
}