
body{
		 font: 13px/18px Arial, Helvetica, "Lucida Grande", sans-serif;
		 background-image:url(../images/gradient/gr_body_tp_888686_CCCCCC.jpg);		 
		 background-repeat:repeat-x;
		 text-align: center; 
		 margin: 0 auto; 
		 width:925px;	
}

#wrapper{
	   width:925px;	
		 /*border:2px solid #233B6B;*/	
		 text-align: left;			
}

h1 {
	 font-size: 18px;
	 font-weight:normal;
	 color: #233B6B;
	 line-height: 20px;
}



ul { 
 padding-left:5px;
 margin-left:25px;
 font-size:14px;
 list-style-type: disc; 
}

ul a:link{
color:#006300;
text-decoration:underline;
}

ul a:visited{
color:#006300;
text-decoration:underline;
}

ul a:active{
color:#006300;
text-decoration:underline;
}

ul a:hover{
color:#008E00;
text-decoration:underline;
}

li { 
font-weight:bold;
padding-bottom:5px;
}

ol{
padding:2px 10px 10px 0px;/* top right bottom left */	
font-weight: normal;
font-style:normal ;
font-size:12px;
margin-left:2px;
}


/*
**********************************************
               TOP SECTION
**********************************************
*/

#topsection{
		height: 140px;
		background: #FFFFFF;
}


#topHeader{
		padding-left:10px;
}

#PageHeaderMain{
	background-color:#CC9017;
	color:#CC9017;
	background: #CC9017;
}

/*
**********************************************
              2ND SECTION
**********************************************
*/
#secondSection{	
	background: #FFFFFF;
	margin-top:-10px;
}

#HomePageContent {
  float:left;
	padding:1px 15px 0px 12px;/* top right bottom left */	
	
}
#HomePageContentImage {
  float:right;
  border-color:#233B6B;/*CC9017*/
	border-width:2px;
	border-style:solid;
	margin-right:-30px;
	margin-top:20px;
}
#HomePageContentImage1 {
  float:right;
  border-color:#233B6B;/*CC9017*/
	border-width:2px;
	border-style:solid;
  margin-right:-100px;
	margin-top:5px;
}
#HomePageContentImage2 {
  float:right;
  border-color:#233B6B;/*CC9017*/
	border-width:2px;
	border-style:solid;
  margin-top:-190px;
	margin-left:200px;
}

#contentHeader {
	font-size: 18px;
	font-weight:normal;
	color: #233B6B;
	line-height: 20px;
	font-style:italic;
	margin-top:20px;
	width:500px;
	margin-left:-10px;
	margin-bottom:40px;
}
#contentFirstBullet{   
  font-size: 12px;
	font-weight:normal;
	color: #233B6B;
	line-height: 20px;
	font-style:italic;
	margin-left:10px;
	margin-bottom:-30px;
}

#events {
  margin-top:70px;
}
a.events{
color:#006300;
text-decoration:none;
}


/*
**********************************************
              START OF MIDDLE CONTENT/COLUMNS
**********************************************
*/



#contentwrapper{
  float: left;
  width: 100%;
	background-image:url(../images/gradient/gr_main_content_t_CCCFF_bot_A8A8A8.jpg);	 
  background-repeat:repeat-x;
	background-color:#CCCFF;
}


.innerColumnHeader {
   font-size: 19px;	
	 background: #233B6B url(../images/gradient/gr_nav_header_tp_CC9017_bot_EECA82.jpg) repeat-x top left;/*../submenu/glossyback3.gif*/
	 background-color:#CC9017;
	 font-weight:900;
	 color: #233B6B;
	 padding: 8px 0px 8px 15px;	 /* top right bottom left */
	 border-bottom: 2px solid #233B6B;
	 text-align:center;
}

#column{
	float: left;
  width:307px; /*Width of left column*/
 	min-height: 675px;/* sets min-height value for all standards-compliant browsers    */
}

* html div#column { 
   height: expression( this.scrollHeight < 675 ? "676px" : "auto" ); /* sets min-height for IE */
	 min-height: 675px;/* sets min-height value for all standards-compliant browsers */
}

.innerColumn{
  margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
  margin-top: 0;
	color: #233B6B;
}

/*
**********************************************
               FOOTER
**********************************************
*/




#footer {
  	height: 70px;
  	background-color: #FFFFFF;
  	color: #233B6B;
  	padding: 10px 0px 10px 10px;
  	border-top: 2px solid #233B6B;
		clear:left;
}

.leftFooter{
  	text-align:left;
  	background-color: #FFFFFF;
  	float:left;
}

.rightFooter{
  	text-align:right;
  	background-color: #FFFFFF;
  	padding-right:15px;
}

.rightFooter a:link{
  	color:#006300;
		text-decoration:underline;
}

.rightFooter a:visited{
    color:#006300;
    text-decoration:underline;
}

.rightFooter a:active{
		color:#006300;
		text-decoration:underline;
}

.rightFooter a:hover{
    color:#008E00;
    text-decoration:underline;
}


/*
**********************************************
               ALERT ANNOUNCEMENT
**********************************************
*/

table.alertInfo{
	 border-style:dotted;
	 padding:5px;
	 width:400px;
	 height:110px;
	 border-color: red;/*#006300*/
	 font-weight:bold;
	 border-width: 1px; 
	 font-size:120%;
}

table.alertInfo td {
  padding:10px;
}