/* CSS Document */
* { margin: 0; padding: 0; border: 0; }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

#container {
	background: #ffffcc;
	width: 800px;
	margin: 0 auto;
}

#body {
	position: relative;
	height: 100%;
}

#nav {
	background: #cc0000;
	height: 35px;
}

#home_left {
	width: 342px;
	background: #4c94db url(images/home_divider.gif) right repeat-y;
	color: #ffffff;
	height: 100%;
	padding-right: 11px;
}

#home_left p {
	font-size: 10px;
	line-height: 1.4em;
	margin: 18px;
	margin-bottom: 30px;
}

#home_body {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 447px;
}

#left {
	width: 144px;
	max-width: 144px;
	background: #4c94db url(images/inside_divider.gif) repeat-y;
	background-position: top right;
	padding-right: 11px;
	color: #ffffff;
	font-size: 10px;
	text-align: center;
	font-style: italic;
	font-size: 11px;
	vertical-align: top;
}

#left p { padding: 34px 13px; }

#left a:link { color: #ffcc66; }
#left a:visited { color: #ffcc66; }
#left a:hover { color: #db3e1f; }

#inside_body {
	width: 593px;
	height: 100%;
	padding: 35px 26px;
	vertical-align: top;
}

#inside_body h1 {
	border: dotted 0px #333333;
	padding-bottom: 10px;
	border-bottom-width: 1px;
}

h2 { font-size: 14px; color: #cc0000; margin-bottom: 10px; }
h3 { font-size: 11px; }
h1 { margin-bottom: 15px; }

.orange { color: #db3e1f; }
.yellow { color: #ffcc66; }

.float_l { float: left; }
.float_r { float: right; }
.clearFloats { clear: both; }

a:link { color: #db3e1f; }
a:visited { color: #db3e1f; }
a:hover { color: #ffcc66; }
