html, body {
	margin: 0px;
	background: url(../images/bg.gif) #fff top repeat-x;
	font-family: Tahoma;
	font-size:11px;
}

#container {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}

/**HEADER**/

#header {
	float:left;
	width:750px;
	height:120px;
}

.logo {
	float:left;
	/*width:190px;*/
	padding-top:15px;
	padding-bottom:15px;
	width:258px;
	padding-left:8px;
}

.search {
	float:right;
	width:260px;
	padding-top:42px;
	text-align:right;
}

.navbar {
	float:left;
	width:750px;
	padding-top:7px;
}


/**END OF HEADER**/

/**MAIN STRUCTURE**/

#mainstructure{
	float:left;
	width:750px;
}

#content{
	float:left;
	width:472px;
}

.randomheader{
	float:right;
	width: 472px;
	height: 161px;
	text-align:right;
}

.randomheaderb{
	float:right;
	width: 750px;
	height: 161px;
	text-align:right;
}

#maincontent{
	float:left;
	width:472px;
	padding-top:20px;
}
#maincontentb{
	float:left;
	width:740px;
	padding:20px 0px 0px 10px;
}

.box {
	float:left;
	width:227px;
	height:135px;
	padding-right:8px;
}

.boxheader {
	float:left;
	width:222px;
	height:18px;
	padding-left:5px;
	padding-top:5px;
	background:url(../images/boxtopstrip.gif) no-repeat;
	font-family: Arial;
	font-weight:bold;
	font-size:11px;
	font-style:italic;
	color:#fff;
	

}

.boximage {
	float:left;
	width:93px;
	padding:3px 5px 5px 0px;
}

/**END OF MAIN STRUCTURE**/

/**NEWS STRIP**/

#leftnews {
	float:left;
	width:278px;
	background-image:url(../images/news_bg.gif)
}

#news {
	float: left;
	width:234px;
	padding: 75px 23px 0px 21px;
	background:url(../images/newsbluebg.gif) center top no-repeat; 
}

.newstitle {
	float: left;
	width: 234px;
}
.newsblock {
	float: left;
	width: 234px;
	padding-bottom: 10px;
}

/**END OF NEWS STRIP**/


/**FOOTER**/

#footer {
	width: 750px;
	height: 35px;
}

.footerbox{
	float:left;
	width: 240px;
	padding: 25px 0px 0px 10px;
	font-family: Tahoma;
	font-size:10px;
	color:#474545;
}

.footertext{
	font-family: Tahoma;
	font-size:10px;
	color:#8f8f8f;
}


/**END OF NEWS STRIP**/

.searchfield{
	font-family: Tahoma;
	font-size:11px;
	color:#2948ad;
	width: 157px;
	height: 14px;
	border: 1px solid #a5acb2;
	margin-bottom:5px;	
}

p {
	margin:0px 0px 3px 0px;
	font-family: Tahoma;
	font-size:11px;
	color:#474545;
}

h1 {
	font-family: Tahoma;
	font-size:14px;
	color:#2948ad;
}

ul {
	list-style: none; 
	padding-left:0px;
}

ul.nav {
	margin:0px;
}

ul.nav li {
	float: left;
	padding-right:28px; 
	color:#6f6f6f;
}


ul.nav li a {
	text-decoration:none;
	font-family: Tahoma;
	font-size:10px;
	font-weight:bold;
	color:#25429D;
}


ul.nav li a:hover {
	text-decoration:underline
}

a {
	color: #2948ad;
	text-decoration:none
}

a:hover {
	color: #4564c9;
	text-decoration:underline
}

a.footer {
	color: #6f6f6f;
text-decoration:none
}

a.footer:hover {
	color: #8f8f8f;
text-decoration:underline
}

a.sharelink:link, a.sharelink:active {
	font-family: Tahoma; font-size:11px; color:#000000;text-decoration:none
}

a.sharelink:visited, a.sharelink:hover {
	font-family: Tahoma; font-size:11px; color:#000000;text-decoration:underline
}

.imgpage {
	padding: 0px 5px 0px 0px}
	
.sharebold {
	font-family: Tahoma;
	font-size:12px;
	font-weight:bold;
	color:#000000;
}

.sharedate {
	font-family: Tahoma;
	font-size:11px;
	color:#666666;
	padding-right:15px;
}





