/* Cloudcroft Stylesheet              */
/* 11-21-2005                         */
/* Harold Asbridge/Blue Lantern, Inc. */

/* NOTE: All properties that begin with _ are IE box-model hacks */

/* GENERAL ********************************/
body {
	margin: 0px;
	padding: 0px;
	background-color: #f4fcb2;
	font-family: arial, sans-serif;
	background-image: url("../images/page_bg.gif");
	background-repeat: repeat-x;
}

p {
	font: 12px arial,sans-serif;
	color: #000;
	line-height: 16px;
}
h1 {
	font: 24px arial, sans-serif;
	letter-spacing: -1px;
	color: #444;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #ddd;
}
form {
	margin: 0px;
	padding: 0px;
}


/* LEFT NAV *******************************/
#left {
	width: 202px;
	height: auto;
}
#left .top {
	float: left;
	position: relative;
	width: 182px;
	_width: 192px;
	height: 112px;
	_height: 115px;
	padding: 3px 5px 0px 5px;
	background-image: url("../images/left-top.jpg");
	background-repeat: no-repeat;
	text-align: left;
}
#left .top .title {
	font: bold 11px arial,sans-serif;
	color: #ffff99;
}
#left .top .content {
	font: 11px arial;
	color: #FFF;
	margin-top: 5px;
}
#left .nav {
	width: 202px;
	height: 35px;
	background-image: url("../images/btn_bg.gif");
	background-repeat: no-repeat;
	background-color: transparent;
	text-align: left;
	font: 11px arial,sans-serif;
	color: #FFF;
}
#left a.top_nav {
	display: block;
	padding-left: 22px;
	line-height: 20px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
#left .nav a.top_nav:hover {
	color: #ffcc00;
	text-decoration: underline;
}
#left .nav a.sub_nav {
	display: block;
	padding-left: 32px;
	background-image: url("../images/side_nav_sub.gif");
	background-color: transparent;
	background-repeat: repeat-y;
	line-height: 20px;
	color: #ffff99;
	text-decoration: none;
}
#left .nav a.sub_nav:hover {
	color: #ffcc00;
	text-decoration: underline;
	background-image: url("../images/side_nav_sub.gif");
}

/* CONTENT ****************************************/
#content {
	width: 540px;
	_width: 540px;
	height: auto;
	text-align: left;
	font: 12px arial;	
	color: #effa99;
}
#content a {
	/*font: bold 12px arial,sans-serif;*/
	color: #6666cc;
	text-decoration: none;
}
#content a:hover {
	color: #6699ff;
	text-decoration: underline;
}
#content p {
	width: 540px;
	_width: 540px;
	height: auto;
	text-align: left;
	font: 14px arial;	
}
.content_title {
	font: 12px arial;
	font-weight:bold;
	text-align:center;
	color: #effa99;
}

/* FOOTER *****************************************/
#footer {
	width: 780px;
	height: auto;
