body{
	background			: #333333 url('../images/footer_bg.jpg') repeat;	
	color				: #333333;
	font				: 11pt Georgia, Times New Roman, serif; 
}

h1 {
	margin-bottom		: 10px;
}

a {
	color				: #A80228;
}

a:hover {
	text-decoration		: none;
}

blockquote {
	margin				: 15px 30px;
}

#wrapper {
	background			: #ffffff;
	border				: 5px solid #ffffff;
	margin				: 0 auto 20px auto;
	min-width			: 850px;
	width				: 90%;
	overflow			: hidden;
}

#header{
	color				: #ffffff;
	height				: 100px; /*Height of top section*/
	padding				: 10px;
	margin				: 0 auto;
	min-width			: 850px;
	width				: 90%;
}

#contentwrapper{
	float				: left;
	width				: 100%;
	line-height			: 1.4em;
}

#content3column{
	margin				: 0 254px 0 254px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#content2column{
	margin				: 0 0 0 446px; /* 446 is the width of the picture in About Us*/
}

#leftcolumn{
	float				: left;
	width				: 254px; /*Width of left column*/
	margin-left			: -100%;
}

#rightcolumn{
	float				: left;
	width				: 254px; /*Width of right column*/
	margin-left			: -254px; /*Set left marginto -(RightColumnWidth)*/
}

/* Menu Area */
#navigation {
	background			: #A80228;
	border-left			: 5px solid #A80228;
	border-right		: 5px solid #A80228;
	height				: 25px;
	margin				: 0 auto;
	min-width			: 850px;
	width				: 90%;
	overflow			: hidden;
}

#navigation ul{
	margin				: 0;
	padding				: 0;
	font				: bold 12px "Trebuchet MS", sans-serif;
	list-style-type		: none;
}

#navigation li{
	display				: inline;
	margin				: 0;
}

#navigation li a{	
	float				: left;
	display				: block;
	text-decoration		: none;
	margin				: 0;
	line-height			: 25px;
	padding				: 0 15px; /*padding inside each tab*/
	color				: white;
	background			: #A80228; 
}

#navigation li a:visited{
	color				: white;
}

#navigation li a:hover {
	background			: #dcdcdc; 
	border-top			: 2px solid #A80228;
	color				: #333333;	
}

#navigation li.selected a {
	background			: #ffffff; 
	border-top			: 2px solid #A80228;
	color				: #333333;	
}

#footer {
	background			: #2b2b2b;	
	clear				: both;
	color				: #aaaaaa;
	font				: 10px "Trebuchet MS", tahoma, san-serif;
	line-height			: 1.3em;
	text-align			: center;
}


#footerwrapper {
	margin				: 0 auto;
	min-width			: 850px;
	width				: 90%;
}

#footer .left {
	float				: left;
	text-align			: left;
	width				: 33%;
}

#footer .center {
	float				: left;
	text-align			: center;
	width				: 34%;
}

#footer .right {
	float				: right;
	text-align			: right;
	width				: 33%;
}

#footer li {
	list-style			: none;
}

#footer .head {
	font-style			: oblique;
	font				: 10pt Georgia, Times New Roman, serif; 
}

#footer a {
	color				: #aaaaaa;
	text-decoration		: none;
}

#footer a:hover {
	color				: #dddddd;
}

/* CLASSES */
.left {
	float				: left;
	position			: relative;
	z-index				: 100;
}

.right {
	float				: right;
	position			: relative;
	z-index				: 100;
}

.logo {
	border				: 0;
}

.tagline,
.reditalic,
.name,
.course h1 {
	color				: #A80228;
	font-weight			: 700;
	font-style			: italic;
}

.tagline {
	text-align			: center;
}

.name {
	font-size			: 11px;
}

.justify {
	text-align			: justify;
}

.linktitle {
	color				: #333333;
	font-weight			: 500;
	font-style			: italic;
}

.course {
	width				: 48%;
	border				: 1px solid #dcdcdc;
	padding				: 5px;
	background			: #eeeeee;
	margin-bottom		: 1%;
}

.thumb {
	background			: #ffffff;
	border				: 1px solid #dcdcdc;
	padding				: 5px;
	height				: 100px;
	width				: 100px;
	margin				: 10px;
}

.course h4 {
	font-size			: 12px;
}

.course p {
	font-size			: 11px;
	line-height			: 1.5em;
	color				: #333333;
}

.clear {
	clear				: both;
	width				: 100%;
}


/* STYLES ON COURSE DETAILS PAGES */
.courseheadings {
	color				: #A80228;
	font-weight			: 700;
	font-style			: italic;
}

.coursecontent {
	color				: #333333;
}

.coursecaption {
	float				: right;
	line-height			: 1.1em;
	color				: #A80228;
	font-size			: 10px;
	font-style			: italic;
	text-align			: center;
}
	
.courseimage {
	float				: right;
	border				: 1px solid #999999;
	padding				: 5px;
	width				: 240px;
	height				: 240px;
}

#coursecontent{
	margin				: 0 0 0 280px; /* 250 is the width of the course image */
}
