html, body {
	color:#000000;
	line-height: 20px;
	background:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0;
	margin:0;
}

dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, li, ol, p, ul {
	padding:0px;
	margin:0px;
	border:none;
}

div.loading {
	background:#cc0000;
}

img {
	border: 0 none transparent;
}

.clearer {
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}
a {
	color:#4479bb;
	text-decoration:none;
}
a:hover {
	color:#e87c2f;
	text-decoration:none;
}

textarea.error,
input.error,
select.error {
	border:1px solid #cc0000;
}
input {
	font-family:arial;
	border:1px solid #000;
}

.loggedIn {
	position:absolute;
	top:0;
	right:0;
	background:#ccc;
	filter: progid:dximagetransform.microsoft.alpha(opacity=60); width: 200px; -moz-opacity: 0.60;
	margin:30px;
	padding:10px 20px 10px 20px;
	border:solid 1px #000;
}
.loggedIn a {
	color:#444;
	text-decoration:underline;
}


/* Page Styles */

#holder #top-header h1 a {
	color:#e87c2f;
	font-size:40px;
	font-weight:normal;
	line-height:50px;
}
#holder #top-header h1 a span {
	color:#4479bb;
	font-size:30px;
}

#content h2 {
	color:#e87c2f;
	font-size:20px;
	padding:0 0 10px 0;
}
#content p {
	padding:10px 0 10px 0;
}
#left-content ul {
	margin:0 0 0 40px;
}

#right-content h3 {
	color:#4479bb;
	font-size:18px;
	font-weight:normal;
}

/* End Page Styles */


/* Navigation */

#navigation ul {
	list-style:none;
	background:url(../images/navBg.jpg) repeat-x;
	height:54px;
	padding:3px 0 0 20px;
}
#navigation ul li {
	float:left;
	height:42px;
	line-height:42px;
	padding:0 12px 0 12px;
}
#navigation ul li a {
	display:block;
	color:#fff;
	font-size:12px;
	font-weight:bold;
}
#navigation ul li a:hover,
#navigation ul li.active a{	
	color:#e87c2f;
	background:url(../images/navArrow.jpg) top center no-repeat;
}

#footer ul {
	margin:15px 0 15px 0;
	float:right;
}
#footer ul li {	
	display:inline;
	padding:0 15px 0 15px;
	border-left:solid 1px #4479bb;
	color:#4479BB;
}
#footer ul li.first {
	border:0px;
}
#footer ul li.active a {
	color:#e87c2f;
}

#right-content ul {
	list-style:none;
}
#right-content ul li {
	margin:25px 0 25px 0;
}
#right-content ul li h4 {
	font-size:14px;
}
#right-content ul li a {
	color:#fff;
	background:#ff6633;
	display:block;
	height:24px;
	line-height:24px;
	width:77px;
	padding:0 0 0 6px;
}
#right-content ul li p {
	padding:5px 0 5px 0;
}
#breadcrumbs ul {
	float:left;
	list-style:none;
	margin:0 0 0 20px;
}
#breadcrumbs p {
	float:left;
}

/* End Navigation */


/* Page Layout */

#holder {
	margin:0px auto;
	width:950px;
}
#holder #top-header {
	height:55px;
	padding:75px 0 0 0;
	width:870px;
	float:left;
}
#holder .balloon {
	background:url(../images/balloon.jpg) no-repeat;
	width:80px;
	height:101px;
	float:left;
	margin:15px 0 0 0;
	
}
#holder #second-header {
	text-align:center;
}
#holder #second-header img {
	display:inline;
	padding:0 1px 0 1px;
}
#holder #content {
	margin:20px 0 40px 35px;
	background:url(../images/contentBg.jpg) repeat-y right;
}
#holder #breadcrumbs {
	padding:0 0 10px 35px;
	color:#4479bb;
}
#holder #content #left-content {
	float:left;
	width:580px;
	padding:0 20px 0 0;
}
#holder #content #right-content {
	float:left;
	width:280px;
	padding:0 0 0 20px;
}
#holder #footer {
	border-top:#4479bb 1px solid;
	text-align:center;
}

/* End Page Layout */