html {
	font-size:125%;
}
body {
	background: url(/images/background.jpg) repeat;
	font-size: 50%;
}

/* to bring default page settings for margin and padding to zero */
* {margin:0; padding:0;}

#container {
	background: url(/images/repeatx.jpg) repeat-x;
	width: 100%;
	text-align: center;
	height: 100%;
}
#content {
	width: 776px;
	margin: 0 auto 20px;
	text-align: left;
	padding-top: 20px;
}
#header {
	height: 120px;
	width: 776px;
	background: url(/images/header.jpg) no-repeat;
}
#CSF {
	font-size: 22px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #4165B3;
	background-image: url(/images/title.gif);
	height: 25px;
	width: 404px;
	position: relative;
	top: 12px;
	left: 15px;
}

#infoarea {
	margin: 15px 0 0;
	background:#ffffff;
	height: 100%;
	clear:both;
}
#topinfo{
	background: url(/images/contentareatop.gif) no-repeat;
	height: 7px;
	width: 776px;
	padding: 0;
	margin: 0;
	font-size: 6px;
}
#information {
	width: 524px;
	margin-left: 214px;
}
#infoarea>#middleinfo{
	min-height: 40.8em;
}
#middleinfo{
	background: url(/images/contentareamiddle.gif) repeat-y;
	width: 776px;
	padding-bottom: 1.0em
}

#bottominfo {
	background: url(/images/contentareabottom.gif) no-repeat;
	height: 7px;
	width: 776px;
	font-size: 6px;
}
/* css for links */
#links {
	font-family: Arial, Helvetica,Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	clear: both;
	float: left;
	width: 214px;
	}
#middleinfo #links ul {
	margin-top: 36px;
	margin-right: 2em;
	margin-bottom: 0em;
	margin-left: 2em;
	border-top:	solid 1px #4165b3;
}
#links li {
	list-style-type: none;
	border-bottom: solid 1px #4165b3;
}
#p7PMnav a {
	background-color: #FFFFFF;
	color: #4165B3;
	line-height:1;
}

#links a {
	text-decoration: none;
	color: #4165b3;
	display: block;
	background:url(/images/bluebullet.gif) .7em .7em no-repeat ;
	padding: 5px 0 5px 25px;
}

#links a:hover {
	color:#FFFFFF;
	background: #4165b3 url(/images/whitebullet.gif) .7em .7em no-repeat;
	
}
/* end css for links */
/* css for content */

h1 {font-size: 1.9em;
	font-weight:bold;
}
#middleinfo #information {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #4165B3;
}

p {	
	margin-top: 1.0em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
}
.linebreak {
	font-size: 1px;
	background-color: #4165B3;
	height: 1px;
	width: 100%;
}
#leftcolumn {
	width: 250px;
	margin-right: 20px;
	float: left;
}
.floatright {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}
