/******************************
   Body Formating Menu - Don't Edit
******************************/
* { padding: 0; margin: 0; }

#wrapper {
	width: 922px;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
	
#header {
	width: 922px;
	height: 210px;
	text-align: center;
	position: relative;
	margin-top: 10px;
}

/******************************
   General Text Formating - Don't edit outside this section
******************************/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:17px;
	}
	
	
h1 {
	margin: 8px 0px 0px 0px;
	font-size: 15px;
	color: #505050;
	padding-bottom: 3px;}

h2{
	font-size: 14px;
	color: #4F6096;
	font-weight: bold;
	text-align: center;
	padding-bottom: 8px;
	border-bottom: solid black 1px}
	
h3{
	margin-bottom: 5px;
	color: #4F6096;}
	
h4{
	color: #4F6096;}

ul{
	padding-left: 35px;
	padding-bottom: 15px;}
	
	
/******************************
   Left Column - Formating
******************************/		
#leftcolumn {
	color: #333;
	padding: 10px;
	width: 200px;
	float: left;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
	
#leftcolumn h2{
	margin-top: 10px;
	margin-bottom: 10px;}

.newstitle {
	margin-top: 8px;
	margin-bottom: 5px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #4F6096;}

.newstitle span {	color: #4F6096;}

#leftcolumn p {
	margin: 0;
	padding-left: 3px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #505050;
}

.date {
	width: 200px;
	float: left;
	margin-top: 7px;
	text-align: right;
	font-size: 10px;
	color: #6A6A6A;}
	
/******************************
   Right Column - Formating
******************************/	
#rightcolumn {
	float: right;
	color: #333333;
	padding: 10px;
	border-left: 1px #a4a4a4 solid;
	width: 678px;
	display: inline;
	background-image: url('/assets/images/Background_Lion.JPG');
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: 60% 60%;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#rightcolumn p{
	margin-bottom: 20px;}

#welcome{
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: solid #a4a4a4 1px;}
	
#welcome img{
	display:block;
	margin-left:auto;
	margin-right: auto;}

/******************************
   Footer - Formating - Styling
******************************/	
/*IE Hack Margin Top - IE6 & IE7 */

#footer { 
	width: 900px;
	clear: both;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	border-top: 1px #a4a4a4 solid;
	margin-top: 10px;
	padding: 10px;}

#footer a {color: #4F6096; text-decoration: none;}
#footer a:active, a:visited {color: #7abaf2;}
#footer a:hover {color: #7abaf2; text-decoration: underline;}
