*			{
			margin: 0;
	  		padding: 0;
			list-style-type: none;
			}

html,
body {
	width:100%;
	height:100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}

/*  CENTER PAGE  */

#outer {
        position: absolute;
        top: 50%;
        left: 0px;
        width: 100%;
        height: 1px;
        overflow: visible;
      }
       
#inner {
        width: 930px;
        height: 590px;
        margin-left: -465px;
        position: absolute;
        top: -295px;
        left: 50%;
}
/*  CENTER PAGE END  */

/*  PAGE START  */
#wrapper {
	width:900px;
	margin: 0px auto 0 auto;
	padding: 0px 0px 0px 0px;
}

#header {
	width:900px;
	text-align: center;
	padding: 50px 0px 0px 0px;
	margin: 0px 0px 0px 0px;

}

#footer {
	width:900px;
	text-align: center;
	padding: 20px 0px 25px 0px;
	margin: 0px 0px 0px 0px;
}


.image {
 	display: block;
 	padding:0px;
 	margin:0px;
 	vertical-align:top;
}

#content {
	width: 900px;
	padding: 0px;
	margin: 0px auto 0px auto;
}

#socialmedia {
	text-align: right;
	position: fixed;
	right: 0px;
	bottom: 0px;
	padding: 15px 15px 15px 0px;
}

/*  PAGE END  */

#onecolumnleft {
 	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
	width: 100px;
	text-align: left;
}

#onecolumnright {
 	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: right;
	width: 800px;
	text-align: left;
	border: 0px;
}
.newsstory {
	float: left;
	width: 900px;
	margin:0px 0px 0px 0px;
	padding:10px 0px 10px 0px;
	border-width: 0 0 1px 0;
	border-style: dotted;
	border-color: #CCC;
}

.newsstorynoborder {
	float: left;
	width: 900px;
	margin:0px 0px 0px 0px;
	padding:10px 0px 10px 0px;
}



/* Text Styles  */
.textheader {
	float: left;
	width: 900px;
	margin:0px 0px 0px 0px;
	padding:10px 0px 10px 0px;
	font-family: "Myriad Pro", "Trebuchet MS", "Lucida Sans", Arial, sans-serif;
	line-height: 15pt;
	font-size:14px;
	color:#FFF;
	font-weight: normal;
	text-align:left;
}

.pageheader {
	float: left;
	width: 900px;
	margin:0px 0px 0px 0px;
	padding:10px 0px 5px 0px;
	font-family: "Myriad Pro", "Trebuchet MS", "Lucida Sans", Arial, sans-serif;
	line-height: 15pt;
	font-size:15px;
	color:#CC0000;
	font-weight: bold;
	text-align:left;
}

.infoheader {
	float: left;
	width: 900px;
	margin:0px 0px 0px 0px;
	padding:10px 0px 0px 0px;
	font-family: "Myriad Pro", "Trebuchet MS", "Lucida Sans", Arial, sans-serif;
	line-height: 15pt;
	font-size:15px;
	color:#FFF;
	font-weight: bold;
	text-align:left;
}
.infoheaderred {
	float: left;
	width: 900px;
	margin:0px 0px 0px 0px;
	padding:10px 0px 0px 0px;
	font-family: "Myriad Pro", "Trebuchet MS", "Lucida Sans", Arial, sans-serif;
	line-height: 15pt;
	font-size:15px;
	color:#CC0000;
	font-weight: bold;
	text-align:left;
	text-decoration:none;
}

.header1 {
	font-family: "Myriad Pro", "Trebuchet MS", "Lucida Sans", Arial, sans-serif;
	line-height: 15pt;
	font-size:14px;
	color:#FFF;
	font-weight: bold;
	text-align:left;
}


.smallwhitetext {
	font: 14px/15pt "Myriad Pro", "Trebuchet MS", "Lucida Sans", Arial, sans-serif;
	color:#FFF;
	font-weight: normal;
	text-align:left;
}

#listitems ul {
	margin: 0px 0px 0px 60px;
}

#listitems ul li {
	list-style-type: disc;
	padding: 0px 0px 0px 0px;
	font:  14px/15pt "Myriad Pro", "Trebuchet MS", "Lucida Sans", Arial, sans-serif;
	color: #FFF;
	text-align: left;
}

/* Text Styles End */



/* Remove Outline on Click Start */
a {
   outline: none;
}
:focus {
  -moz-outline-style: none;
}
object { outline:none}
* { outline: none; }
/* Remove Outline on Click End */



/*Rollover States */
.textheader a,
a.infoheader {
	color:#FFF;
	text-decoration: none;
}
.textheader a:hover,
a.infoheader:hover{
	color:#C00;
	text-decoration: none;
}


a.rollover:link,
a.rollover:visited,
a.rollover:active {
	color:#FFF;
	text-decoration: none;
}
a.rollover:hover {
	color:#FFF;
	text-decoration: underline;
}

/*Rollover States End */

