

/* ===================================================================
        General Styles
*/

* { margin: 0px; padding: 0px; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 72.8%;
	line-height: normal;
	width:850;
	outline: none;
	border: none;
	background: #efefef;
	}

#outer1 {
width: 856px;
margin: 0 auto;
background: url(../new09/leftborder.jpg) repeat-y left; 

}
#outer2 {
width: 856px;
background: url(../new09/rightborder.jpg) repeat-y right;

}
#container {
width: 800px;
height: 100%;
margin: 0 auto;
background-color: #ffffff;
}


.print						{ display: none; }

img 						{ border: 0; }

a:link, a:visited 			{ color: #000087; text-decoration: none;}

a:hover						{ color: #000087; text-decoration: underline; }

.content a:link,
.content a:visited,
.content a:hover			{ color: #000087; text-decoration: underline;}

.clear 						{ clear: both; }
.clearLeft 					{ clear: left; }
.clearRight 				{ clear: right; }

.hide 						{ display: none; }

.show 						{ display: block; }

.tr							{ text-indent: -100em; white-space: nowrap; overflow: hidden; }

/* ===================================================================
		header
*/

.header {
	background-color: #ffffff;
	width: 800px;
	height: 290px;
	margin: 0 auto;
	padding: 0 0px;
	position: relative;
}

.header .clear {
	clear:both;
	height: 2px;
	}

/* ===================================
		logo
*/

.header h1 {
	width: 208px;
	height: 93px;
}

.header p {
	display: block;
	width: 800px;
	padding-top: 8px;
	padding-bottom: 12px;
	margin: 0 auto;
	}

.header p.menu {
	text-align:center;
	}
		
.header h1 a {
	display: block;
	width: 208px;
	height: 93px;
}

.ul {
	list-style-type:disc
	list-style-position: inside;
	padding-left: 10em;
	margin-left: 50px;
	
}

/* =========================================
show/hide
*/

.more {
		display: none;
		border-top: 1px solid #666;
		border-bottom: 1px solid #666; }
	a.showLink, a.hideLink {
		text-decoration: none;
		color: #36f;
		padding-left: 8px;
		background: transparent url(down.gif) no-repeat left; }
	a.hideLink {
		background: transparent url(up.gif) no-repeat left; }
	a.showLink:hover, a.hideLink:hover {
		border-bottom: 1px dotted #36f; }


/* ===================================================================
		footer
*/

.footer {
	width: 800px;
	margin: 0 auto;
	padding-top: 5px;
	}

.footer p {
	text-align: center; 
	font-size: .9em;
	
}

.footer .copyright {
	float: right;
	color: #4a4512;
}



/* ==========================
Press page Facebook Twitter box
*/

.socialmediaBox {
	width:90px;
	height:auto;
	border-bottom:1px dotted #A3A3A3;
}

table.socialmediaBox {
	height:40px;
	border: none;
}

table.socialmediaBox td {
	width:auto;
	border-right:1px dotted #A3A3A3;
} 