body {
	background:#fff;
	color:#000;
	font: 10px Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}

img {
	border:0 none;
	}

a {
	font-size:1.0em;
	color:#003399;
	text-decoration:none;
	}

a:hover {
	text-decoration:underline;
	}

h1 {
	color:#000;
	font-size:16px;
	font-weight:bold;
	margin:0 0 5px 0;
	}

h2 {
	color:#000;
	font-size:14px;
	font-weight:bold;
	margin:0;
	text-transform:uppercase;
	}

h3 {
	color:#000;
	font-size:12px;
	font-weight:bold;
	margin:0;
	}

h3 span {
	background: #000;
	color:#fff;
	padding:1px 5px;
	margin:0 5px 0 0;
	font-size:0.8em;
	}
	
p {
	color:#000;
	margin:0 0 10px;
	padding:0;
	line-height:auto;
	font-size:1.1em;
	}

/*----------- CONTENT ------------*/

#content {
	position:relative;
	overflow:hidden;_zoom:1;
	background:#fff;
	}


	/*----------- CENTER CONTENT ------------*/
	
	#content #center_column {
		width:100%;
		float:left;
		}


		
	#content .row {
		border-top:1px solid #c2c2c2;
		margin:0 15px;
		overflow:hidden;_zoom:1;
		}

	#content .first {
		border-top:none;
		}

		#content .row .heading {
			padding:10px 0 0 0;
			overflow:hidden;_zoom:1;
			}
		
		#content .row .heading h2 {
			float:left;
			}
		
		#content .row .heading a.show-all {
			float:right;
			}
				
		#content .row .block {
			padding:10px 0;
			clear:both;
			overflow:hidden;_zoom:1;
			}
		
	#content .col {
		float:left;
		width:300px;
		margin:20px 0;
		}
	
		#content .left {
			padding-right:20px;
			border-right: 1px solid #c2c2c2;
			}
		
		#content .right {
			padding-left:20px;
			}
		
		#content .col .block {
			padding:0;
			clear:both;
			}
	
	#content .block h3 {
		margin-bottom:10px;
		}
	
	#content .block a.read-more {
		float:right;
		font-size:1.1em;
		}

	#content .block ul.themes {
		padding:0;
		margin:0 10px 0 0;
		float:left;
		width: 18%;
		}

	#content .block ul.themes li {
		list-style-type:none;
		list-style-position: outside;
		}

	#content .block ul.themes li a {
		background: url(../images/bullet.gif) no-repeat 2px 2px;
		padding: 0 5px 0 15px;
		font-size:1.1em;
		}

	#content .block ul.themes li a:hover {
		background: #0099cc url(../images/bullet-hover.gif) no-repeat 5px 2px;
		text-decoration:none;
		color:#fff;
		}
	
	#content .row .partners a {
		margin-right:25px;
		}
	
	#content .buttons {
		float:right;
		width: 105px;
		}

	#content .buttons a {
		background: url(../images/link_arrow.gif);
		display:block;
		width:95px;
		height:14px;
		padding: 3px 5px;
		color:#fff;
		margin-bottom:10px;
		}

	#content .buttons a:hover {
		text-decoration: underline;
	}




#header, #footer, #main-menu, #content #right_column {
	display:none;
}