/* Layout Stylesheet */ 

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #F169A7;
	margin-right: 0px;
	margin-left: 160px;
	margin-top: 0px;
	background-image: url(images/side.jpg);
	background-repeat: repeat-y;
 }
h1 {
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 5px;
	text-align: center;
}


#outer {
	text-align:left;
	border:1px solid #000000;
	width:710px;
	margin:auto;
	padding: 5px;
	background-color: #000000;
 }

#hdr {
	height:200px;
	background:#eeeeee;
	color: #333333;
	background-color: #000000;
	background-image: url(images/header4.jpg);
	border-bottom-color: #666666;
	border-bottom-style: solid;
	border-bottom-width: 3px;
 }

#bar {
 height:25px;
 background:#F169A7;
 color: #333333;
 border:solid #000000;	
 border-width:1px 0 1px 0;
 }

#bodyblock {
	position:relative;
	color: #333333;
	margin-top: 0px;
	background-color: #FFFFFF;
	border-top-color: #666666;
	border-top-style: solid;
	border-right-width: 3px;
	width: 700px;
	padding-right: 50px;
 }

#l-col {
	float:left;
	color: #333333;
	width:200px;
	padding-top: 20px;
 }

#cont {
	width:600px;
	background:#ffffff;
	color: #333333;
	text-align:left;
	background-repeat: repeat-y;
	margin-top: 0px;
	padding-left: 20px;
	padding-right: 15px;
	float: right;
	padding-bottom: 20px;
 }
 
 #Menu_Bar {
	width:698px;
	height:30px;
	left: 0px;
	color: #FFFFFF;
	font-size: 14px;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: #F169A7;
}

.Menu_Bar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	font-style: normal;
	text-align: center;
}
.Menu_Bar a, .Menu_Bar a:visited {
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}

.Menu_Bar a:hover {
	color: #000000;
	text-decoration: none;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	color: #D4DAF2;
}
#footer a, #footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	color: #D4DAF2;
}

#footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}
