/* html settings */

html { height: 100%;  }
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFF;
	color: #000;
	margin-top:0;
	margin-bottom:0;
	text-align:center;
}
	
table {
	border-spacing: 0px;	
	border-collapse: collapse;
}

td {
	vertical-align:top;
	padding: 0;
	font-size: 12px;
}

img { border: none; }



a:link, a:visited, a:active { color: #666; text-decoration: none; }
a.grey:link, a.grey:visited, a.grey:active { color: #666; }
a.noul { text-decoration: none; }
	
code {
	font-family: Courier, "Courier New", monospace;
	font-size: 12px;
	}

	
dt {
	font-weight: bold;
	padding-bottom: 5px;
	}
	
dd { padding-bottom: 15px; }

form { margin: 0px; padding: 0px; }

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	color: #000;
	margin-top: 5px;
	margin-bottom: 3px;
	padding: 0px;
	}

h1 { margin-top: 0px; font-size: 18px;}
h1.leftNavNoContent { margin-bottom: 8px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4 { font-size: 12px; }
h5 { font-size: 10px; }
h6 { font-size: 10px; }
	
hr {
	border: 0px; 
	margin-top: 12px;
	border-top: 1px dashed #999;
	height: 1px;
	}




/* fonts */

.standardText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	}
.normalText { font-size: 12px; }
.smallText { font-size: 11px; }
.xsmallText { font-size: 10px; }
.xxsmallText { font-size: 9px; }
.largeText { font-size: 14px; }
.xlargeText { font-size: 16px; }
.xxlargeText { font-size: 18px; }
.xxxlargeText { font-size: 21px; }




/* Common Layout Elements */

#sidebarRight245 {
	float: right;
	width: 245px;
	margin-left: 15px;
	margin-bottom: 9px;
	}





/* master elements */

#divbase {
	position: relative;
	width: 952px;
	margin: auto;
	background-color:#FFF;
	text-align:left;
	}

#divlogo { float: left; }


#divutil {
	margin-right: 5px;
	padding-top: 15px;
	padding-bottom: 15px;	
	height:60px;
	padding-left: 50px;
	text-align: left;
	font-weight: normal;
	font-size: 14px;
	}
.utilDelim {
	padding-left: 3px;
	padding-right: 3px;
	}

#headergradient { text-align: right; }


#divmainnav {
	margin-right: 5px;
	padding-top: 14px;
	padding-bottom: 14px;
	text-align: left;
	}

#headerline {
	width: 100%;
	height: 14px;
	background: transparent url(images/headergrey.gif) repeat-x left top;
	}

#spacer {
	float: left;
	}





/***********************
*  Wrapper             *
***********************/

#wrapper {
	float: left;
	position: relative;
	top:50px;
	left:50px;
	background: #fff;
	margin: 0;
	padding: 0;
	width: 902px;
	vertical-align:top;
	}


/**********************
*   Content           *
***********************/

#content {
	float: left;
	width: 650px;
	background: #fff;
	vertical-align:top;
	min-height:450px;
	}

#sidebar {
	float: right;
	position: relative;
	width: 212px;
	margin: 0;
	padding: 0;
	background: #fff;
	color:#666666;
	vertical-align:top;
	min-height:450px;
	}





	#navbar {
		clear: both;
		float: left;
		width: 675;
		height: 31px;
		}

	ul.menu {
		float: left;
		margin: 0;
		padding: 0 15px;
		list-style-type: none;
		}
	ul.menu li {
		float: left;
		}
	


ul.side {
		float: left;
		margin: 0;
		padding: 0 15px;
		list-style-type: none;
		}

	
	.spiralnavin {
	
	padding-left: 15px;
	line-height:20px;
	}



#searchDiv {
	margin-top: 6px;
	margin-bottom: 4px;
	text-align: right;
	/*
	clear: both;
	background: #DDD;
	text-align: center;
	padding: 6px 0px;
	margin-bottom: 10px;
	*/
	}
.searchField {
	width: 250px;
	color: #000000;
	font-size: 12px;
	}

/**********************
*   Footer           *
***********************/


#divsub {
	padding-right: 30px;
	padding-top: 15px;
	padding-bottom: 20px;
	text-align: right;
font-size: 14px;
	}
