* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-image: url(/images/tile_back.jpg);
	background-repeat: repeat-x;
	background-color: #BEC1C8;
}
.style2 {color: #004689}
p, li {
	font: 1.2em/1.8em Tahoma, sans-serif;
	margin-bottom: 10px;
}

h1 {
	font: 2.0em ;
	color: #EC9529;
	font-weight:bold;
}

h2 {
	font: 1.8em;
	color: #004689;
}

ul {
	margin-left: 25px;
}

img {
	border: none;
}

#page-wrap {
	background: white;
	min-width: 780px;
	max-width: 1260px;
	min-height:720px;
	margin: 2px auto;
	}
	#page-wrap #inside {
		margin: 5px 20px 0px 20px;
		padding-top: 0px;
		padding-bottom: 2px;
	}
	
#main-content {
	background: url(/images/left-sidebar.gif) repeat-y white;
	padding-left: 208px;
	padding-top: 20px;
	min-height:550px;
}
	
#header {
	background: #FFFFFF;
	text-align: left;
}
	
#left-sidebar {
	width: 150px;
	float: left;
	padding-left: 15px;
	padding-top: 20px;
}

#footer {
	background: #FFFFFF;
	text-align: center;
}

.sidelink {
	background: url(/images/left-sidebar.gif) repeat-y white;
	width:100%;
	padding-bottom:5px;
	vertical-align:middle;
	font-size:1.2em;
}
.sidelink_hover {
	background: url(/images/left-sidebar2.gif) repeat-y white;
	width:100%;
	padding-bottom:5px;
	vertical-align:middle;
	font-size:1.2em;
}
