body {
	margin:0;
	background:url('/lion/images/bg.jpg') repeat-x #fff;
	font-family:'Trebuchet MS', Trebuchet, Verdana, Arial, sans-serif;
	font-size:0.85em;
	/*font-family:Calibri,Arial,Verdana,Geneva,sans-serif;*/
}

a, a:active, a:visited {
	color:#054996;
	text-decoration:none;
}

a:hover {
	color:#fff;
}

.title { 
	display:block; 
	padding:5px 10px;
	margin: 0 0 10px 0; 
	font-size:1.1em; 
	text-align:center;
}

.js-error {
	width:200px;
	padding:10px;
	margin:10px auto 10px auto;
	background:#d22121;
	color:#fff;
	text-align:center;
	border:1px solid #fff;
}

.infoBox {
	width:400px;
	height:auto;
	min-height:30px;
	margin:10px auto 0 auto;
	padding:20px 10px 5px 60px;
	background:url('iconInfo.png') #BDE5F8 no-repeat 10px center;
	border:1px solid #004C9D;
	color:#00529B;
	text-align:justify;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
}

.twitterFeed {
	display:block;
	margin:0 auto;
}

#container {
	width:800px;
	height:auto;
	margin:10px auto 0 auto;
	padding:5px 0 0 0;
	background:#abc8fd;
	border:1px solid #aeaeae;
}

#header {
	width:790px;
	height:125px;
	margin:0 5px 0 5px;
	/*background:url('header.jpg') no-repeat;*/
}

#sidebar {
	width:150px;
	height:auto;
	margin:10px 0 10px 5px;
	float:left;
	/*background:blue;*/
}

.nav {
	width:150px;
	height:auto;
	margin:0 0 10px 0;
	/*background:orange;*/
}

#content {
	width:630px;
	height:auto;
	margin:10px 5px 10px 10px;
	float:right;
	/*background:yellow;*/
}

#footer {
	width:800px;
	height:20px;
	clear:both;
	text-align:center;
}

.nav ul {
	padding:0;
	margin:0 0 10px 0;
	list-style-type:none;
}

.nav li {
	width:135px;
	margin:1px 0 1px 0;
	font-size:0.9em;
	font-weight:bold;
}

.nav a, a:active  a:visited {
	display:block;
	text-decoration:none;
	width:135px;
	line-height:15px;
	padding:5px 5px 5px 10px;
	color:#054996;
	background:/*url('button_bg.jpg') repeat-y */#81a8ef;
}

.nav a:hover{
	display:block;
	text-decoration:none;
	width:135px;
	height:15px;
	padding:5px 5px 5px 10px;
	color:#fff;
	background:#556a91;
}

/* page-specific */

.courses_left {
	width:325px;
	height:auto;
	float:left;
}

.courses_right {
	width:305px;
	height:auto;
	float:right;
}

.rates_row, .merch_row {
	width:630px;
	height:auto;
	clear:both;
	margin:0 0 10px 0;
}

.rates_col1, .merch_col1 {
	width:350px;
	height:auto;
	float:left;
}

.merch_col1 {
	width:220px;
	height:auto;
	float:left;
}

.rates_col2, .merch_col2 {
	width:110px;
	height:auto;
	float:left;
}

.rates_col3 {
	width:160px;		
	height:auto;
	float:right;
}

.merch_col3 {
	width:130px;
	height:auto;
	float:left;
}

.rates_clearfix, .merch_clearfix {
	width:630px;
	height:1px;
	clear:both;
}

.rates_files {
	width:400px;
	height:auto;
	float:left;
	margin:10px 0 0 0;
	font-size:0.8em;
}

.links_left {
	width:200px;
	height:200px;
	float:left;
}

.links_right {
	width:350px;
	height:200px;
	float:left;
}

.clearfix {
	width:100%;
	height:1px;
	clear:both;
}

.manualblock{
	width:300px;
	height:auto;	
	float:left;
}

.manualblock:nth-child(2n){
	margin:0 30px 10px 0;
}

.manualblock img {
	padding:5px 0 20px 0;	
}
