@CHARSET "ISO-8859-1";


body { background : url(../media/images/background2.png) no-repeat left center fixed #FFF;}


/* Top link area styles */
#homeLink {
	float : left;
	text-align : left;	
}

#homeLink form { display : inline; }

#homeLink a {
	color : #1A2534;
	text-decoration : none;	
}

#btnSiteSearch {
	border : 1px solid #999;
	color : #444;
}

#topLinks {
	list-style-type : none;
	display         : inline;	
}

#topLinks li {
	display : inline;
	margin-left : 10px;	
}

#topLinks li a {
	color : #787DAF;
	text-decoration : none;
}



/* page styles */

#mediaSlot {
	height : 600px;	
	width : 250px;
	float : right;
	margin-left : 10px;
	padding : 0px;
	z-index : 10;	
}


.pageContent {
	
	margin-top : 0px;
	text-align : right;
		
}

#topBar {
	background-color : #E0E7EF;
	border-bottom : 1px solid #787DAF;	
	padding : 7px;
	text-align : right;
}

#page {
	/*
	background       : #FFF;
	/*border           : 1px solid #555555;*/
	padding          : 10px;
	margin-top       : 8px;
	text-align       : left;
	/*min-height       : 500px*/
	margin-left      : 0px;
	position         : relative;
	*/
}

#bottomLinks {
	float : left;
	left : 0px;
	width : 100%;
	border-top : 2px solid #EEE;
	margin : 20px 0px 0px 0px;
}

#bottomLinks ul {
	list-style-type : none;
	margin-top : 3px;
}

#bottomLinks ul li {
	display : inline;
	margin-right : 10px;
	
}

#bottomLinks ul li a {
	color : #999;
	text-decoration : none;
	height: 100%;
	font-size : 11pt;
}
/* footer styles */

#footer {
	color : #999;
	margin : 30px 0px 10px 0px;
	text-align : center;
	font-size : 8pt;
}

#footer a { color : #999; }


.emphasis { font-style : italic; }

#callError {
	width : 100%;
	text-align : center;
	padding : 10px 0px 10px 0px;
	font-weight : 700;
	font-size : 14pt;
	color : #777;
}


.backLink {
	color : #999;
	text-decoration : none;
	margin-bottom : 10px;
	font-size : 10pt;
}