* {
	margin: 0;
	padding: 0;
}

body {
	color: #222;
	background: #ffffff;
    font: 100% Helvetica, Arial, Verdana, Sans-Serif;
	line-height: 1.6em;
}

p {
	
	font-size: 12px;
	padding-bottom: 1px;
	padding-top: 1px;
	
}

.box {
	padding-left: 1em;
	background-color: #F0F0F0;
	border: 1px solid red;
	font-weight: bold;
	line-height: 1.2em;
}

#body_center{
	margin-left:auto;
	margin-right:auto;
}

#logo{
	margin-left: 10px;
	margin-right: 10px;
	height: 35px;
	border-bottom: 1px solid #6699FF;
}

#logo img{
	width: 150px;
	float: right;
}

#description{
	
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	
}

#course{
	display: block;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	height: 190px;
}

#course img{
	float: left;
	margin-right: 10px;
}


#title {
	font-weight: bold;
	font-size: 1em;
}

#footer_links{
	margin-left: 15px;
	margin-top: 5px;
	margin-right: 15px;
	color: #2277CC;
	font-size: 12px;
	font-weight: bold;
}

#footer_links a{
	color: #000;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}

#footer_links a:hover{
	text-decoration: underline;
}

.widget {
	margin: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

.widget a {
	color: #222;
	text-decoration: none;
}
	
.widget a:hover {
	color: #009;
	text-decoration: underline;
}

.tabnav li {
	display: inline;
	list-style: none;
	padding-right: 0px;
}
	
.tabnav li a {
	text-decoration: none;
	text-transform: uppercase;
	color: #222;
	font-weight: bold;
	font-size: 12px;
	padding: 5px 2px;
	outline: none;
}
		
.tabnav li a:hover, .tabnav li a:active, .tabnav li.ui-tabs-selected a {
	background: #6699FF;
	color: #fff;
	text-decoration: none;
}
		
.tabdiv {
	margin-top: 2px;
	background: #fff;
	border-top: 1px solid #6699FF;
	padding: 5px;
}
	
.tabdiv li {
	list-style-type: circle;
	margin-left: 20px;
}

.ui-tabs-hide {
	display: none;
}

	
