*
{
	margin:0;
	padding:0;
	font-family: Lucida Sans Unicode, verdana, arial, sans-serif;
	font-size:100%;
	
}

a {color:#36C;}

a:hover {color:#06F;}

body {
	background:#4E5D3C url(../img/bg.jpg);
	color:#444;
	margin:0;
	font-size:70%;
	overflow-x:hidden;
}

div#wrapper {
	background:url(../img/bgcontainer.jpg) repeat-y center top;
	clear:both;
	margin:0 auto;
	width:736px;
}
div#topbg {
	background:url(../img/bgtop.jpg) no-repeat center top;
	width:680px;
	margin-left:28px;
	height:26px;
}
div#bottombg {
	background:url(../img/bgbottom.jpg) no-repeat center top;
	width:680px;
	margin-left:28px;
	height:26px;
}

	div#top {
		float:left;
		margin:0 52px;
		width:685px;
	}
		div#header {
			background:url(../img/header.jpg) no-repeat;
			color:#FFC;
			font-size:1.4em;
			height:232px;
			padding-right:270px;
			width:362px;
			border:2px solid #253319;
			border-left:none;
			border-right:none;
			clear:both;
			marin:0;
		}



/********************* navigation ***********************************/

ul#menu {
	margin:0 30px;
	list-style-type:none;	
}
	ul#menu li {
		float:left;
	}

		ul#menu li a {
			color:#6C7151;
			line-height:2em;
			font-size:120%;
			margin:0 16px;
			text-decoration:none;
		}
			ul#menu li a:hover,ul#menu li a.selected {
				color:#d08802;
			}


/********************** content ************************************/
div#main {
	background:url(../img/bgcontent.jpg) no-repeat;
	clear:both;
	font-size:1.2em;
	margin:0 52px;
	padding:42px 38px 12px;
}


/********** footer ************************************************/
div#footer {
	background:url(../img/bgfooter.jpg) no-repeat top left;
	color:#666;
	font-size:1.1em;
	line-height:95px; 
	margin:0 auto;
	text-align:center;
	width:632px;
}

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

div#footer a:hover {
	color:#333;
	text-decoration:underline;
}

/********** Content Styles *****************************************/
p.metadata {
	color:#666;
	font-size:0.8em;
	float:left;
	padding:0 0 10px 4px;
}
div.info p {
	color:#666;
	font-size:0.8em;
	float:left;
	padding:0 0 10px 4px;
}
div.content {
	clear:both;
	margin-top:5px;
}
hr {
	display:block;
	background:#253319;
	clear:both;
	height:1px;
	width:632px;
	border:0;
}
ul {
	margin-left:1.8em;
}
p,blockquote,ul {
	margin-bottom:1.2em;
}

blockquote {
	background:url(../img/quote.gif) no-repeat;
	color:#555;
	font:normal 1.4em serif;
	padding-left:22px;
}
blockquote p {
	padding:5px;
}
blockquote p span {
	padding: 0 12px;
	background:url(../img/quote2.gif) no-repeat top right;
}

.left {float:left;}

.right {float:right;}

img.left {margin:0 18px 6px 0;}

p.divider {
	background:url(../img/divider.gif) no-repeat;
	height:20px;
	margin:24px 0;
}
div.flying {
	position:absolute; 
	left: -500px; 
}
div.flying img {
	border:0;
}

/*** Tables **************************************************************/

table.courseDetails {
	width:100%;
	border-collapse:collapse;
	border:1px solid #5a654f;
	font-size:90%;
}
	table.courseDetails th, table.courseDetails td {
		padding:5px;
		vertical-align:top;
		border-bottom:1px solid #5a654f;
	}
	table.courseDetails td {
	 border-bottom:none;
	}
	table.courseDetails th {
		background:#ebebeb;
		color:#808080;
		fony-weight:bold;
		text-align:left;
	}


/*** Headings *************************/

h1 {
	font-size:90%;
}


h2 {
	color:#445044;
	font:normal 2em serif;
}

h2:first-letter {
	display:block;
	float:left;
	font-size:2.4em;
}


