/* CSS Document */

html, body{
	margin:0px;
	padding:0px;
}
body {
	background: #CCDEF1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
}
.clr {
	height: 10px;
	clear: both;
}
#container {
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	width: 760px;
	text-align: left;
	margin: 0 auto 0 auto;
}
#header {
	background-image: url(../images/top.jpg);
	height: 225px;
	width: 760px;
}
#nav {
	background-image: url(../images/nav_bg.gif);
	background-repeat: repeat-x;
	padding: 14px;
	color: #fff;
	font-size: 12px;
}
#nav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #fff;
}
#nav a:hover {
	text-decoration: underline;
}
#content {
	margin: 10px;
	background-image: url(../images/body_squig.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border: solid 1px #9FBFE6;
	width: 740px;
}
#h1 {
	clear: both;
	float: left;
	width: 100%;
}
h1 {
	background-image: url(../images/header.gif);
	margin-left: 10px;
	font-size: 1.3em;
	font-weight: bold;
	color: #4B7598;
	background-repeat: no-repeat;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 28px;
	background-position: left bottom;
}
p {
	color: #4B7598;
	margin-left: 15px;
}
#left {
	float: left;
	width: 500px;
}
#left ul {
	list-style-image: url(../images/bullet.gif);
	margin: 0 0 0 13px;
	padding: 10px;
	list-style-type: none;
	list-style-position: outside;
	color: #4B7598;
	padding-left: 20px;
	font-size: 1em;
}
#left ul li {
	list-style-type: none;
	list-style-position: outside;
}


#left ul li a {
	color: #4B7598;
	text-decoration: none;
	font-weight: bold;
}
#right {
	float: left;
	padding: 14px;
	text-align: center;
}
#right div {
	padding: 6px;
	margin-bottom: 30px;
	border: 1px solid #749ABA;
	text-align: center;
}
#left div {

	padding: 6px;
	margin-bottom: 30px;
	border: 1px solid #749ABA;
	text-align: center;
}
