* { margin:0; padding:0; }
body {
	font-family : Verdana, serif;
	text-align:center;
	color:black;
	background:#fff;
	margin: 0 auto;
	font-size:11px;
	
}


a:link {
	text-decoration: none; 
	color: #F26522;
}

a:visited {
	text-decoration: none; 
	color:#F26522;
}

a:active {
	text-decoration: none; 
	color:#003471;
}

a:hover {
	text-decoration: underline; 
	color:#003471;
}

img {
border:none;
}
#main {

	width:600px;
	margin:0 auto;
	text-align:center;
	background-color:white;
	height:100%;
}

#upLinks {
	margin-top:10px;
	font-weight:bold;
	color:#F26522;
}

#header{
	width:115px;
	height:38px;
	padding:0;
	position:relative;
	margin:0 auto;
	margin-top:200px;
	background:url(images/logo.png) no-repeat;
}

#header #logolink {
	position:absolute;
	top:0px;
	left:0px;
	display:block;
	width:115px;
	height:38px;
}

#content {
	background:url(images/content.png) no-repeat;	
	width:341px;
	margin:0 auto;
	height:93px;
	text-align:left;
	margin-top:25px;
}
#content form {
	padding:19px 0 0 12px;
}

input{
	border:none;
	background:transparent;
}
#content #f {

	margin:2px 0 0 63px;
	width:220px;
}

#content #submit {
	background:url(images/arrow.png) no-repeat;
	width:14px;
	height:14px;
	margin:3px 0 0 3px;
}

.error {
	font-weight:bold;
	font-size:17px;
	color:#890304;
}

#smallLink #tf{
	text-align:right;
	margin:17px 5px 0 0;
}
#smallLink {
	background:url(images/smallLink.png) no-repeat;
	width:310px;
	height:88px;
	text-align:left;
	margin:0 auto;
}

#smallLink input{
	margin:35px 0 0 45px;
	width:255px;
	color:#F26522;
	font-weight:bold;
	font-size:16px;
}

.news {
	margin:0 0 30px 0;
}

.news .left {
	float:left;
	color:#F26522;
	font-weight:bold;
	font-size:14px;
}

.news .right {
	float:right;
	color:#ccc;
	font-weight:bold;
	font-size:14px;
}

.news .newsH {
	clear:both;
	background:url('images/newsH.png') no-repeat;
	width:648px;
	height:19px;
}
.news .newsC {
	text-align:left;
	line-height:150%;
	padding:0 5px;
	width:636px;
	border-right:1px solid #d5dee3;
	border-left:1px solid #d5dee3;
}
.news .newsF {
	background:url('images/newsF.png') no-repeat;
	width:648px;
	height:10px;
}
