* 
{
	font-family: "Cambria";
}

body
{
	background: #ddd;
	font-family: "Cambria";
}

#menu , header , section
{
	width: 820px;
	margin: 0  auto;
}

header
{
	background: #fbfbfb;
	height: 105px;
	padding-top: 15px;
	border-bottom: solid 1px #CCC;
	box-shadow: 3px 3px 3px #CCC;
}

header img
{
	width: 90px;
	height: 90px;
	float: right;
	margin-right: 34px;
}

.header-title1
{
	margin-left: 40px;
	font-weight: bold;
	font-size: 18px;
}

.header-title2
{
	margin-left: 44px;
	font-weight: bold;
	font-size: 14px;
}

.header-title1 a,  
.header-title2 a  
{
	text-decoration: none;
	color: #2980b9;
}

#menu
{
	height: 50px;
	border-bottom: solid 2px #CCC;
	background: #FFF;
	box-shadow: 3px 3px 3px #CCC;
}

#menu ul

{
	padding: 0;
	margin: 0 auto;
	width: 780px;
	list-style-type: none;
}

#menu ul li
{
	float: left;
	margin: 10px;
	margin-top: 14px;
	margin-right: 9px;
}

#menu ul li a
{
	text-decoration: none;
	color: #7f8c8d;
	font-weight: bold;
}

#menu ul li a:hover
{
	color: #2980b9;
	text-decoration: underline;
}

.container
{
	height: auto;
	background: white;
	padding: 10px;
	width: 800px;
	box-shadow: 3px 3px 3px #CCC;
}
 
.container p 
{
	margin: 0;
	margin-bottom: 2px;
}

.content{
	width: 425px;
	float: left;
	margin-left: 10px;
}

.content-awards
{
	width: 760px;
	float: left;
	text-align: justify;
	margin-left: 10px;
}

.content-awards p 
{
	color: #26A65B;
}

.content-awards ul li 
{
	margin-bottom: 8px;
}

.container img
{
	float: right;
	margin: 0;
	border: solid 1px #ddd;
	box-shadow: 3px 3px 3px #eee;

} 

.clearfix{
	clear: both;
}

.container p a 
{
	text-decoration: none;
	color: #2980b9 ;
}

pre
{
	padding: 0px;
	margin: 0px;
}

 span
{
	margin:0;
	padding: 0;
	float: left;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
}


.content_loading{
	display: none;
	margin-left: 30px;
}

.according
{
	font-weight: bold;
}
.according:hover{
	cursor: pointer;
	color: red
}
.content_loading a
{
	color: #c0392b;
	text-decoration: none;
}

.content-awards p a:hover
{
	color: #2980b9;
	text-decoration: underline;
}

.content-awards p a
{
	color: #26A65B;
}

.content-awards ol li a
{
	text-decoration: none;
	color: black;
}
.content-awards ol li a:hover
{
	color: #2980b9;
}