HTML, BODY {
	background-color: #f4f6eb;
	margin: 0;
	border: 0;
	height: 100%;
	background: #f4f6eb url('/images_shared/2_column_bg.png') repeat-y fixed 50% 50%;
	font-family: verdana;
}

html {
	*	padding-left: 1px; /*IE Tweak*/
}

p {
	margin: 0;
	padding-bottom: 15px;
}

A:link {
	color: #918a18;
}

A:visited {
	color: #918a18;
}

A:active {
	color: #918a18;
}

A:hover {
	color: #DA7310;
	text-decoration: none;
}

.topNav A:link {
	color: #ffffff;
}

.topNav A:visited {
	color: #ffffff;
}

.topNav A:active {
	color: #ffffff;
}

.topNav A:hover {
	color: #DA7310;
	text-decoration: none;
}

form {
	margin: 0;
	padding: 0;
}


div#headerTop {
	width: 1000px;
	background: url('/images_shared/background.gif') repeat-y center center;
	text-align: center;
}


.line {
	height: 1px;
	background: url('/images_shared/title_dots.gif');
}

.subtitle {
	text-align: right;
	color: #ef9640;
	font-size: 8pt;
	padding-bottom: 10px;
}

.article_OFF {
	padding-bottom: 20px;
	color: #000000;
	line-height: 1.3;
}






ul_off {
	margin: 0;
	padding: 0 0 10px;
}

li_off {
	list-style-type: none;
	padding: 2px 0 2px 8px;
	background: url('/images_shared/arrow.gif') no-repeat 0 6px;
}



h1 {
	margin: 0;
	padding: 0;
	font-family: verdana;
	font-weight: normal;
	font-size: 16pt;
	color: #DA7310;
	text-align: left;
}

h3 {
	margin: 0;
	font-family: verdana;
	font-size: 11pt;
	color: #DA7310;
	font-weight: normal;
	padding-left: 10px;
	padding-bottom: 5px;
	text-align: left;
}

.content {
	background-color: #ffffff;
	padding: 10px 20px;
	font-family: verdana;
	font-size: 9pt;
	color: #000000;
	font-weight: normal;
	text-align: left;
}

.highlight { 
    background: #e3e2c5;
    font-weight: bold;
    padding:0 1px;
}


/* ############################################################ */
/* CONTENT */

#mainContentDiv {
	width:967px;
	*padding-left:1px;
}

#mainContent {
	padding-top: 158px;
}

#topContentWrapper {
	position: fixed;
	width: 100%;
	z-index: 3000;
}

#topContent {
	width: 967px;
	border-top: solid 1px #999999;
	border-bottom: solid 1px #999999;
	background-color: #f6f6ea;
}

#widgetsDiv {
	padding: 347px 0 35px 0;
}

#chatDiv {
	position: fixed;
	width: 217px;
	height: 350px;
}

.content_OFF {
	float: left;
	text-align: left;
	width: 575px;
	background-color: #ffffff;
}

.content_2_columns {
	float: left;
	width: 749px;
	text-align: left;
	background-color: #ffffff;
}

.dropShadow {
	position: fixed;
	height: 3px;
	background-color: #000000;
	width: 218px;
	filter: alpha(opacity=20);
	-moz-opacity: .20;
	opacity: 0.2;
	z-index:100;
}



/* ############################################################ */
/* BUTTONS */

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('/images_shared/bg_button_a.png') no-repeat scroll top right;
    color: #fff;
    display: block;
    float: left;
    font: italic 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('/images_shared/bg_button_span.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 

a.button:active {
    background-position: bottom right;
    color: #ccc;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:hover {
    color: #eee;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 


a.buttonDark {
    background: transparent url('/images_shared/bg_button_dark_a.png') no-repeat scroll top right;
    color: #fff;
    display: block;
    float: left;
    font: italic 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.buttonDark span {
    background: transparent url('/images_shared/bg_button_dark_span.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 

a.buttonDark:active {
    background-position: bottom right;
    color: #ccc;
    outline: none; /* hide dotted outline in Firefox */
}

a.buttonDark:hover {
    color: #eee;
    outline: none; /* hide dotted outline in Firefox */
}

a.buttonDark:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 



/* ############################################################ */
/* SEARCH FIELD */


.search_field {
	width: 103px;
	height: 18px;
	/* Hide from IE-Mac \*/
	padding: 2px 6px;
	/* End hide */
	border: 0;
	background: url('/images_shared/search_bg.png') 0 0 no-repeat;
	font-family: arial;
	font-size: 8pt;
	font-weight: bold;
	color: #666600;
}

.search_field:focus {
	background-position: 0 -23px;
}