* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 90%;
	background: url(images/stripe.png) repeat;
}

p {
	font: 1.2em/1.8em Tahoma, sans-serif;
	margin-bottom: 10px;
}


li {
	font: 1.2em/1.8em Tahoma, sans-serif;
	margin-bottom: 10px;
	color: #333333;
}

h1 {
	font: 2.0em Tahoma, sans-serif;
	font-size: 200%;
	color: #333333;
	height: 30px;
}

h2 {
	font: 1.6em Tahoma, sans-serif;
	color: green;
	margin-bottom: 10px;
}

h3 {
	font: 1.6em Tahoma, sans-serif;
	color: green;
	margin-bottom: 10px;
}

h4 {
	font: 1.6em Tahoma, sans-serif;
	color: #ffffff;
	margin-bottom: 10px;
}
ul {
	margin-left: 25px;
}

img {
	border: none;
}

a
{
color: #333333;
text-decoration: underline;
}

a:hover
{
color: blue;
text-decoration: none;
}

#page-wrap {
	background: white;
	min-width: 780px;
	max-width: 1260px;
	margin: 10px auto;
	width:expression(document.body.clientWidth < 782? "780px" : document.body.clientWidth > 1262? "1260px" : "auto");
	}
	#page-wrap #inside {
		margin: 10px 10px 0px 10px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
#main-content {
	background: url(images/left-sidebar.gif) repeat-y white;
	padding-left: 230px;
	padding-top: 20px;
}
	
#header {
	background: #005480;
	text-align: center;
}
	
#left-sidebar {
	width: 150px;
	float: left;
	padding-left: 15px;
	padding-top: 20px;
}

#footer {
	background: #005480;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	color: white;
}

#footer a:hover {
color: #ffffff;
text-decoration: none;
}
