
*, html{
	padding:0px;
	margin:0px;
}

body {
	background: #D4E5EF;
	overflow-y: auto;
	overflow-x: auto;
	text-align: center;
	padding:20px;
	font-family:Arial;
}

#loginForm{
	float:right;
}

#search-news{
	height: 200px;
	width: 200px;
	float: right;
}

#cms-content{
	height: auto;
	width: 100%;
}


#cms-table{
	padding:0px;
	margin:0px;
}


* ,#news a{
	color: grey;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	padding-left: 2px;
	border:1;
	border-color: grey;
}


.dates{
	font-size: 10px;
	color: grey;
	padding-left: 23px;
}

#items{
	height: 300px;
	width: 200px;
	float:right;
	border-left: 1px dotted grey;
	border-bottom: 1px dotted grey;
	padding: 20px;
	margin-top: 10px;
	padding-top: 0px;
}

#news{
	height: 200px;
}

#search{
	height: 100px;
	border-bottom: 1px dotted grey;
}

#logo{
	float:left;
	margin-top:15px;
	margin-left:-23px;
	z-index: 9999;
	position: relative;
}

#links a{
	cursor: pointer;
	color: #FFFFFF;
	font-weight: bolder;
	margin-right: 20px;
}

#header{
	margin: 0px;
	padding: 0px;
	height: 100px;
	margin-left: -20px;
}

#searchbox{
	background-image: url(../img/search-box.jpg);
	background-color: transparent;
	background-repeat: no-repeat;
	border: none;
	width: 194px;
	height: 22px;
	padding: 2px;
	color: grey;
}

#feeds{
	height: 120px;
	width: 300px;
	background-color: #FFFFF;
	margin: 0px;
	margin-top: 5px;
	float: right;
	border-left: 1px dotted grey;
	border-bottom: 5px solid #E3F4FE;
}

#partners{
	padding: 10px;
	height: 110px;
	width: 599px;
	padding-bottom: 0px;
	margin: 0px;
	float: left;
	margin-top: 5px;
	border-bottom: 5px solid #E3F4FE;
}

.feeds{
	cursor: pointer;
}

#feeds-table{
	margin-right: 0px;
}

table#feeds-table td{
	border-right: 1px dotted grey;
	margin-right: 20px;
	width: 100px;
	padding-left: 20px;
}

table#feeds-table td + td  + td{
  border: none;
}


#wrapper{
	width: 1000px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-color: white;	
	margin-bottom: 20px;
	z-index: 6;
}
#content{
	padding:10px;
	height: auto;
	z-index: 3;
	position: relative;
}
#content-wrapper{
	background-color: #E3F4FE;	
	padding:10px;	
}
#links{
	background-color:#3C607A;
	height: 20px;	
	padding: 10px;
}
#flash {
	background-color:#507087;
	height: 100px;
}
#main-content{
	height: auto;
	min-height: 350px;
}
#footer{
	background-color: #FFFFFF;	
	height: 120px;
}


/****CORNERS*****/

#tr{
	float:right;
	height: 26px;
	width: 24px;
	background-image: url(../img/tr.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	margin-top: -1px;
	margin-right: -1px;
}

#tl{
	float:left;
	height: 26px;
	width: 24px;
	background-image: url(../img/tl.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	margin-top: -1px;
	margin-left: -1px;
}

#bl{
	float:left;
	height: 26px;
	width: 24px;
	background-image: url(../img/bl.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	position:absolute;
	z-index: 1;
	margin-left: -1;
	margin-top: -25px;
	
}

#br{
	float:right;
	height: 26px;
	width: 24px;
	background-image: url(../img/br.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	position: absolute;
	margin-top: -25px;
	z-index: 1;
	margin-left: 937px;	
}




