html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background-image:url('../images/home-bg-repeat2.jpg');
	background-repeat:repeat-x;
	font-family:Helvetica,Arial;
	font-size:13px;
}

form{
	margin-bottom:0;
}

select{
	width:150px;
}

label{
	vertical-align:top;
}

textarea{
	overflow:hidden;
	width:480px;
}

ul{
	list-style:none;
	margin:0;
	padding:0;
}

ul li{
	margin-right:8px;
	margin-bottom:6px;
	float:left;	
}
	
.addbutton input{
	border:1px solid #3076A9;
	background-color:white;
	color:#3076A9;
	width:70px;
}

.addbutton input.selected{
	background-color:#0292DB;
	color:#FFFFFF;
}

#header{
	margin:0 auto;
	width:980px;
	height:143px;
	background-image:url('../images/home-bg-center2.jpg');
}

#content {
	margin:0 auto;
	width:980px;
	background-image:url('../images/g_faded_blue.png');
	background-repeat:repeat-x;
	padding:10px;
}

.left{
	float:left;
}

.right{
	float:right;
}

.fleft{
	float:left;
}

.hleft {
	float:left;
	margin:0 auto;
	padding:0 px;
	margin-top: 62px;
	
}

.fright{
	float:right;
}

.filter{
	margin-top:7px;
}

.clear{
	clear:both;
}

.translate{
	color:#FF0000;
	font-weight:bold;
}

#footer {
	margin:0 auto;
	padding:10px;
	width:980px;
	height:75px;
	background-image:url('../images/bkgrnd-footer.gif');
	background-repeat:repeat-x;
	color:#333333;
	font-size:11px;
}

