<!--
body {
	background-image: url(../images/bg.gif);
	margin-top: 45px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container {
	background-color: #FFF;
	border: 1px solid #71bdd8;
	width: 925px;
	margin: 0 auto;
}

#logo {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	width: 90px;
	height: 103px;
	margin-top: 66px;
	margin-left: 98px;
	float: left;
}

#nav-container {
	margin-top: 80px;
	width: 589px;
	height: 100px;
	float: right;
}

#index-banner {
	background-image: url(../images/index-banner.jpg);
	width: 639px;
	height: 107px;
	margin-top: 40px;
	margin: 10px auto 0;
}

.navbar ul {
	margin: 0;
	padding: 0;
}

.navbar li {
	display: inline;
}

.navbar a {
	color: #68b9d6;
	text-decoration: none;
	display: block;
	height: 25px;
	line-height: 25px;
	float: left;
	padding: 0px 10px 0px 10px;
}

.tab {
	color: #83c4db;
	display: block;
	height: 25px;
	line-height: 25px;
	float: left;
}

#sidebar {
	width: 180px;
	height: 100%;
	border-left: 1px solid #83c5dd;
	float: right;
}

#sidebar ul {
	margin: 0;
	padding: 0;
}

#sidebar li {
	list-style-type: none;
}

#sidebar a {
	text-decoration: none;
	color: #68b9d6;
	display: block;
	height: 30px;
	width: 135px;
	line-height: 30px;
	margin-left: 35px;
	padding-left: 16px;
}

/*
#sidebar a:hover {
	background-image: url(../images/sidebar-hover.png);
	background-repeat: no-repeat;
}*/


#content-wrapper {
	width: 100%;
	height: auto;
	margin-top: 58px;
}

#cont-left {
	margin-left: 52px;
	width: 559px;
	float: left;
}

.box {
	background-color: #74beda;
	width: 650px;
	height: auto;
	margin-bottom: 23px;
}

.box-inner {
	width: 625px;
	margin: 0 auto;
	padding: 10px 0px 10px 0px;
}

.thumbnail {
	width: 140px;
	height: 140px;
	float: left;
}

.box-cont {
	width: 400px;
}

.read-more {
	width: 93px;
	height: 24px;
	margin-left: 454px;
}

#footer {
	background-color: #e2e7e3;
	width: 100%;
	height: 100px;
	border-top: 1px solid #ced6cf;
	border-bottom: 1px solid #ced6cf;
	text-align: center;
	color: #b5b7b6;
}

.footerlinks {
	margin: 0;
	padding: 0;
}

.footerlinks li {
	display: inline;
	color: #616161;
}

.footerlinks a {
color: #616161;
}

a:hover {
	font-weight: bold;
}

.Yellow {
color : #FFFF99;
}

.Violet {
color : #9900CC;
}

.Red {
color : #CC0000;
}

.Green {
color : green;
}

.Blue {
color : blue;
}

.Brown {
color : #990000;
}

.Orange {
color : #FF0000;
}

-->