body {
	margin:0;
	width:100%;
	padding:0;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	behavior:url(/family/css/csshover.htc);
}

a {
	font-size:12px;
	color:#06c;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

p, h1, h2, h3, h6 {
	margin-top:0;
}

p {
	line-height:20px;
}

h1 {
	color:#06c;
	font-size:20px;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

h6 {
	color:#06c;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	margin:0;
	color:#FF6600;
	font-size:14px;
}

h3 {
	font-size:12px;
	margin:0;
	color:#FF6600;
}

small {
	font-size:9px;
}

img {
	border:0;
	vertical-align:top;
}

.imageLeft {
	float:left;
	padding:0 10px 10px 0;
}

.imageRight {
	float:right;
	padding:0 0 10px 10px;
}

.left {
	float:left;
}

.right {
	float:right;
}

.clear {
	clear:Both;
}

.bold {
	font-weight:bold;
}

.italic {
	font-style:italic;
}

.note {
	font-size:10px;
}

.tools {
	float:right;
	padding:16px 0 0 0;
}

.pollBox .tools {
	float:none;
	clear:both;
	text-align:center;
}

.pollBox .tools img {
	float:none;
}

.breadCrumb {

}

.breadCrumb a {
	font-weight:normal;
	color:#858383;
}

.backTop, .readMore {
	float:right;
	padding:10px 0;
}

.backTop a {
	font-weight:Bold;
	font-size:12px;
	padding:0 0 0 15px;
	background-image:url(../images/orange_arrow_up.gif);
	background-position:left center;
	background-repeat:no-repeat;
}

.readMore a {
	font-weight:Bold;
	font-size:12px;
	padding:0 0 0 15px;
	background-image:url(../images/orange_arrow.gif);
	background-position:left center;
	background-repeat:no-repeat;
}

#headerContainer {
	position:relative;
	width:100%;
	padding:0;
	margin:0;
	text-align:left;
	height:135px;
	z-index:90;
	background-image:url(../images/header_topnav_bg.gif);
	background-repeat:repeat-x;
	background-position:176px bottom;
}

#header {
	position:relative;
	width:100%;
	padding:0;
	margin:0;
	text-align:left;
	height:90px;
}

/* ##################### TOP NAVIGATION SEARCHBOX START ##################*/

.txtSearch {
	border:1px solid #ADAFB1;
	width:75px;
	height:13px;
	padding:2px;
	margin:-1px 0 0 7px;
	color:#5d5d5d;
	vertical-align:top;
}

#suggestionBox {
	position:relative;
	z-index:101;
}
#suggestionPanel {
	display:none;
	position:absolute;
	top:-3px;
	left:7px;
	background-color:#fff;
	border:1px solid #ccc;
	padding:0;
	width:145px;
	z-index:110;
	text-align:left;
}

#suggestionPanel p {
	background-color:#06c;
	color:#fff;
	font-weight:Bold;
	font-size:11px;
	padding:2px;
	margin:0;
}
/* ##################### TOP NAVIGATION SEARCHBOX END ##################*/

/* ##################### TOP NAVIGATION BUTTONS START ##################*/
#topNav {
	position:absolute;
	bottom:36px;
	right:28px;
	margin:0;
	padding:0;
	height:11px;
}

#topNav ul {
	margin:0;
	padding:0;
}

#topNav ul li {
	float:left;
	padding:0 5px;
	border-right:1px solid #999;
	margin:0;
	list-style:none;
}

#topNav ul li.lastLink {
	border:0;
}

#topNav ul li a {
	color:#999;
	font-weight:bold;
	font-size:12px;
}


/* ##################### TOP NAVIGATION BUTTONS END ##################*/

/* ######################### Main Navigation Bar Start ##########################*/
#mainNav {
	position:absolute;
	bottom:0;
	right:0;
	left:0;
	height:27px;
	padding:0;
	margin:0 0 0 176px;
	text-align:left;
}

#mainNav ul {
	margin:0;
	padding:0;
}

#mainNav ul li {
	float:left;
	list-style:none;
	margin:0 1px 0 0;
	padding:6px 20px 6px 20px;
	height:15px;
	text-align:center;
	display:block;
}

#mainNav ul li:hover, #mainNav ul li.selected {
	background-color:#69c;
}

#mainNav ul li a {
	font-size:12px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
/* ########################## Main Navigation Bar End ###########################*/

/*############################# Footer Start ##############################3*/

#footer {
	clear:both;
	width:783px;
	margin:20px 0 0 0;
	padding:0 0 20px 177px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
}

#footer p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#B5B5B5;
}

#footer ul {
	margin:0;
	padding:0;
}

#footer ul li {
	list-style:none;
	display:inline;
	padding:0 4px 0 4px;
	margin:0 4px 0 0;
	border-right:2px solid #D3D3D3;
}

#footer ul li a {
	color:#858383;
	font-size:12px;
}

#footer ul li.lastLink {
	border:0;
}

/*############################# Footer End ##############################3*/

#subPageRightColumn a {
	text-decoration:underline;
}