﻿/*The main style of items between the <body></body> tags */
body{
	background-color: #FFFFFF;
	margin: 0;
	text-align: center;
}

/*The style of items in the main div, this is the main container, where the header and content div will be placed in*/
#outerDiv{
	position: relative;
	border: 0px;
	width: 900px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
}

/*The style of items in the header div, the banner and the agenda highlights div will be placed in here*/
#innerDiv{
	position: relative;
	border: 0px;
	width: 100%;
	margin:0px;
}

/*The style of items in the footer div, the copyright divs wil be placed in here*/
#footer{
	position: relative;
	width:900px;
	height: 70px;
	padding: 0px;
	font-family: verdana;
	font-size: 10px;
	color: #979696;
	margin-bottom:5px;
}

#footerLeft{
	width: 700px;
	border-right: 1px solid #979696;
	float: left;
	padding: 5px;
}

.copyright{
	font-weight: bold;
	color:#723883;
	margin: 10px;
}

#footerRight{
	width:100px;
	padding: 10px;
	float:left;
}

#footerRight img{
	width: 150px;
	height: 75px;
}

.copyright a{
	text-align: center;
	font-family: verdana;
	font-size:10px;
	color: #5271b1;
	text-decoration: underline;
}

/*The style of a link*/
a{
color: #5271b1;
}
a:link{
	font-family: verdana;
	text-decoration: underline;
	cursor: pointer;
	color: #5271b1;
}

/*The style of a link that has been visited*/
a:visited{
	font-family: verdana;
	text-decoration: underline;
	cursor: pointer;
	color: #5271b1;
}

/*The style of a link that has the focus on it*/
a:active{
	font-family: verdana;
	color: #FF0000;
	text-decoration: underline;
	cursor: pointer;
	color: #5271b1;
}

/*The style of a link when u hold your mouse over it*/
a:hover{
	font-family: verdana;
	text-decoration: underline;
	cursor: pointer;
	color: #5271b1;
}
