* {
	margin: 0px;
}
/* Global Elements */
body {
	font: 0.75em Arial;
	color: #696969;
}
right_field {
	border: 0px;
	padding: 0px;
}
form {
	padding: 0px;
}



#ttext
{
font-weight: none;
text-transform: uppercase;
text-decoration: none;
}

#ttext a {
	text-decoration: none;
font-weight: none;
}

#ttext a:hover {
	text-decoration: none;
font-weight: none;
}


a {
	color: #941A1A;;
}
a:hover {
	text-decoration: none;
}
.clear {
	clear: both;
	height: 0%;
	font-size: 0%;
}
/* Top container */
#container {
	width: 1000px;
	margin: 20px auto 20px auto;
	text-align: left;
}
#content {
	padding: 24px 20px 0px 21px;
}
/* Heading */
#title {
	height: 95px;
	padding: 0px 20px 0px 23px;;
}
#title_list {
	font: bold normal 12pt Georgia;
	color: #CC6600;
}

/* Search Box */
#search {
	float: right;
	color: #69696;
	width: 350px;
	font-size: 0.9em;
	padding-top: 10px;
}
#search .label {
	margin-top: 10px;
	display: block;
	float: left;
	width: 60px;
}
#search .box {
/*	background: url(images-site/search_box.gif) no-repeat; */
	float: right;
}
#search .box input {
	font: 1.0em Arial;
	color: #69696;
	width: 152px;
	border: 1px;
	padding: 0px;
	margin: 0px;
}
#search .go {
	float: right;
	margin-top: 0px;
	font: 1.5em Arial;
	width: 120px;
	padding: 3px 0px;
}

/* Main Content */
#main {
	margin-top: 5px;
	padding: 5px 20px 20px;
}
#main #left {
	line-height: 14pt;
	float: left;
	font-size: 13px;
}
#main #left h1 {
	color: #941A1A;
	font: 13pt Georgia;
	margin-bottom: 4px;
}
#main #left .one {
	font-size: 10pt;
	font-weight: bold;
}
#list a {
	display: block;
	text-decoration: none;
	padding: 5px 5px;
	font-size: 11px;
	color: #CC6600;
}
#list a:hover {
	text-decoration: underline;
	color: #CC3300;
	background-color: #FFEEBB;
	text-indent: 5px;
}

/* Footer */
#footer {
	text-align: right;
	padding: 0px 20px 27px 21px;
	margin-top: 2px;
}
#footer .bar {
	background: #FBFBFB;
	padding: 7px 14px 7px 0px;
	font-size: 0.9em;
}
