html, body {
	padding: 0;
	margin: 0;
	height: 100%;
}

a {
	font-weight: normal;
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	line-height: 14px;
}

a:hover {
	text-decoration: none;
	border-bottom: 1px solid #000;
}	

a.img  { border: 0; }
a.img:hover { border: 0; }

input, select {
	font-size: 10px;
	font-family: Verdana, Arial;
}

/* LEGEND */
fieldset
{
	border: #aaa solid 1px;
	padding:10px;
	margin:10px;
}

fieldset legend
{
	font-familiy: Trebuchet MS, verdana, arial;
	font-size: 12px;
	font-weight: bold;
	color: #999;
}

body {
	background-image: url("../images/nav/bg.gif");
	background-repeat: repeat-y;
	background-position: top center;
}

#container{
	background-image: url("../images/nav/content_bg.gif");
	background-repeat: repeat-x;
	background-color: #F0F0F0;
	
	width: 732px;
	height: 100%;
}

.article-text { font-family: Arial, Helvetica; font-size: 12px;  }

/* IE FIX */
#header {
	padding-top: 10px;
}
#footer {
	padding-bottom: 10px;
}


/* MISC */
#hidden, #key,.hidden,.key {
	display: none;
}
td#auto {
	width: auto;
}
/*DIV BULLETS*/

#bullet {
	margin-left: 5px;
	padding-left: 8px;
	background-image: url("../images/misc/bullet1.gif");
	background-repeat: no-repeat;
	background-position: 0 5px;
}

/* CONTENT STYLES */
#bodycontent {
	padding: 10px 10px 0 10px;
}

td#subcontent {
	width: 100%;
	padding: 10px 10px 0 10px;
}
#content {
	padding: 20 10 10 10px;
	height: 100%;
}

#content, #content table {
	color: #000;
	font-family: Verdana, arial;
	font-size: 10px;
	font-weight: normal;
	vertical-align:top;
}
/* ANNOUNCEMENT POP UP */
.anncPopup {
	background-image: url("../images/nav/column_bg.gif");
	background-repeat: repeat-x;
	padding: 5 5 5 10px;
	margin-right: 10px;
}
.clear {
	padding: 0;
	margin: 0;
}

/* BODY CONTENT SETTINGS */
#body {
	width: 100%;
	height: 100%;
}

td#column, #column2 {
	background-image: url("../images/nav/column_bg.gif");
	background-repeat: repeat-x;
	background-color: #fff;
	
	width: 165px;
	padding: 5 5 5 5px;
	
	vertical-align: top;
}
#column2 {
	background-image: none;
	width:100%;
}
/*
	TEXT STYLES
*/
#fade1 {
	color :#666;
	display: inline;
}
#fade2 {
	color :#666;
	font-size: 9px;
}
#fade-header {
	color: #666;
	font-family: Trebuchet MS, Trebuchet, verdana;
	font-size: 11px;
}
/*
TABLE STYLES
*/
table#style1 {
	padding: 0;
}
table#style1 th {
	font-weight: normal;
	text-align: left;
	color: #666;
	border-bottom: 1px solid #ccc;
}

table#listing td {
	vertical-align: top;
}
table#listing th {
	display: inline;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
	font-size: 10px;
	width: auto;
	color: #666;
	font-family: Trebuchet MS, Trebuchet, verdana;
}

/*
* GOOGLE SEARCH STYLES
*/
#searchcontent {
	padding: 10 10 10 10px;
	height: 100%;
}
#searchcontent table { font-family: trebuchet ms; font-size: 10px;}
#searchcontent a { font-family: helvetica; font-size: 13px; color: #630000;}
#searchcontent a:hover { color:#BE3A14; }

.g { font-family: trebuchet ms; font-size: 10px;  margin-top: 20px;}
/* END GOOGLE SEARCH*/

.feature-img 
{
width: 120px;
	height: 96px;
	border: 1px solid #999;
	background: #fff;
	float: left;
	margin-right: 5px;

}
.feature-img-hover
{
	height: 96px;
	border: 1px solid #333;
	background: #fff;
	float: left;
	margin-right: 5px;

}

#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid #A9280A;
color: white;
padding: 2px;
font-family:  Verdana, Arial;
font-size: 10px;
background-color: #A9280A;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}