/* ------------------------------ 
HTML Redefine Tags
------------------------------ */
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0;
	color: #404040;
	font-weight: normal;
	background-image: url(../images/interface/bgslim.jpg);
	background-repeat: repeat-x;
	background-color: #2E71C5;
	text-align:center;
	width: 100%;
}

input, form, textarea
h1, h2, h3, h4, h5, h6{margin:0; padding:0;}
h1{
	font-size:20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #404040;
}
h2{
	font-size:14px;
	color:#404040;
	font-family: Arial, Helvetica, sans-serif;
}

h3{
	font-size:13px;
	border-bottom:solid 1px #DEDEDE;
	padding:4px 0;
	margin-bottom:10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #404040;
	font-weight: normal;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: 404040;
}


a:link, a:visited{
	color:#1764C2;
	text-decoration: none;
}
a:hover{text-decoration:none;}

.panel {
	background-image: url(../images/interface/panel.gif);
	z-index: 2;
	height: 55px;
	width: 120px;
	left: 430px;
	position: absolute;
	top: -52px;
}


/* ------------------------------ 
PAGE STRUCTURE 
------------------------------ */

/* 
#container has an absolute width (780 pixel) 
*/

#container{
	width:960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 1px solid #999999;
}
#page {
	background-image: url(../images/interface/pagebg.png);
	background-repeat: repeat-y;
	width: 1100px;
	height: auto;
}

	#topbar{
	width:auto;
	display:block;
	height:100px;
	position:relative;
	padding-left: 35px;
	padding-bottom: 8px;
	padding-top: 15px;
	background-color: #FFFFFF;
	background:url(../images/interface/x.png);
	background-position: 0 -245px;
}

	#search {
	height: 112px;
	width: 240px;
	position: absolute;
	float: right;
	top: -8px;
	right: -10px;
}
	#navbar{
	width:auto;
	display:block;
	height:30px;
	background-image: url(../images/interface/x.png);
	background-position: 0 -105px;
	padding-right: 35px;
	padding-left: 35px;
	background-repeat: repeat-x;
}
	
	#main{width:auto; display:block; padding:10px 0;
}
	#centercolumn{
	width:600px;
	float:right;
	padding-left: 35px;
	padding-top: 15px;
	padding-right: 35px;
	margin: 0px;
	clip: rect(auto,auto,auto,auto);
	padding-bottom: 15px;
	height: auto;
}
	#column_left_menu{
	float:left;
	width:200px;
	height: auto;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

	#column_right_sidebar{
	width:180px;
	float:right;
	height: auto;
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 25px;
	margin: 0px;
	padding-bottom: 25px;
}

	div.spacer{
	clear:both;
	height:10px;
	display:block;
	padding-left: 236px;
	padding-bottom: 20px;
	padding-top: 25px;
}
	
	#footer{
	width:auto;
	display:block;
	font-size:11px;
	color:#666666;
	height: 100px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	background-color: #FFFFFF;
	background-image: url(../images/interface/x.png);
	background-repeat: repeat-x;
	background-position: 0 -210px;
	padding-top: 20px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 35px;
	margin: 0px;
}
	
/* ------------------------------ 
CUSTOM CLASSES
------------------------------ */

/* 
Add here your custom classes
*/
#newsfeed {
width: 200px;
height:auto;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.whitetext {
	color: #ffffff;
}

#footer p {
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 404040;
}

/*<![CDATA[*/
div#box{width: 1100px;
  padding: 30px 0;margin:0 auto;
  margin-top: 37px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  text-align:left;background: #fff url(../images/interface/x.png) repeat-x 0 -220px;}
/*]]>*/
