.content #latest {
	width:400px;
	height:230px;
}

.content #register.bluebox {
	width:350px;
	height:160px;
}

.content #register.bluebox form label {
	display:block;
	width:70px;
	float:left;
}

/*Recent news on newspage */
.content #recent.box {
	width:358px;
	height:230px;
}

/*Downloads box on newspage*/
.content #newsdownloads {
	width:407px;
	padding-right:0px;
	height:160px;
	overflow:hidden;
}

.content #newsdownloads .pubbox {
	float:left;
	width:180px;
	margin-right:10px;
	position:relative;
	height:70px;
	background:url(../images/bg_search_box.gif) repeat-x top #4fbce9;
	padding:5px;
}

.content #newsdownloads .pubbox h4 {
	font-size:1.2em;
	font-weight:normal;
	margin-bottom:5px;
	color:#000000;
}

.content #newsdownloads .pubbox p {
	margin:0px;
	padding:0px;
}

.content #newsdownloads .pubbox p.pub a {
	font-weight:normal;
	display:block;
	padding:4px;
	position:relative;
	left:-2px;
	top:-2px;
}

.content #newsdownloads .pubbox p.pub a:hover {
	background:url(../images/bg_search_box.gif) repeat-x top #4fbce9;
	color:#FFFFFF;
	text-decoration:none;
}

.content #newsdownloads .pubbox p.older {
	position:absolute;
	right:0px;
	bottom:-6px;
}

.content #newsdownloads .pubbox p.older a {
	font-size:0.8em;
}

/*Recent news on sidebar of article page*/
.content #recentnews.box {
	padding:6px;
	width:158px;
	float:left;
}

.content #recentnews.box, .content #recent.box h3 {
	left:-9px;
	clear:both;
}

.content #recentnews.box ul, .content #recent.box ul {
	list-style:none;
}

.content #recentnews.box ul li, .content #recent.box ul li {
	padding:0px;
	background:none;
	position:relative;
	display:block;
	float:left;
	margin-left:0px;
}

.content #recentnews.box  ul li a, .content #recentnews.box ul li a:visited, .content #recent.box  ul li a, .content #recent.box  ul li a:visited {
	float:left;
	padding:5px;
	padding-right:0px;
}

.content #recentnews.box ul li a:hover, .content #recent.box ul li a:hover {
	background:url(../images/bg_search_box.gif) repeat-x top #4fbce9;
	color:#FFFFFF;
	text-decoration:none;
}

.content #recentnews.box ul li img, .content #recent.box ul li img {
	margin-right:5px;
	float:left;
	width:40px;
	height:40px;
}

.content #recentnews.box ul li p, .content #recent.box ul li p {
	width:108px;
	display:block;
	float:left;
	padding:0px;
	margin:0px;
}
.content #recent.box ul li p {
 	width:127px;
}

.content #recent.box p {
	margin:0px;
	padding:0px;
}

/*remove box styling from bullets*/
.content #bullets.box {
	width:128px;
}


/*Archive News Page*/

.content #archivenews ul {
	list-style:none;
}

.content #archivenews ul li, .content #archivenews h3, .content #archivenews h4 {
	clear:both;
	margin-bottom:5px;
	margin-left:0px;
}

.content #archivenews ul li img {
	float:left;	
	margin-right:10px;
}

.content #archivenews ul li p {
	float:left;
}