html,body {
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	margin-bottom: 10px;
	background-color: #E6E6E6;
	background-image: url(../Images/page_elements/bodybg.jpg);
	background-repeat: repeat-x;
	padding:0;
}
  
body {
	font:90% "Trebuchet MS",arial,sans-serif;
	color: #333;
	text-align:center;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
}

h1 {
	font-size: 160%;
	color: #333333;
}

h2 {
	font-size: 140%;
	color: #555;
}

h3 {
	font-size: 120%;
	color: #666666;
}

h4 {
	font-size: 100%;
	font-weight: bold;
}

h5 {
	font-size: 95%;
	font-weight: normal;
	font-style: italic;
}

h6 {
	font-size: 85%;
	font-weight: bold;
}

p {
	margin: 0;
	padding: 0;
}

.indented {
	padding-left: 50pt;
	padding-right: 50pt;
}

#container {
	width: 98%;
	max-width: 1024px;
	min-width: 760px;
	margin-left: auto;
	margin-right: auto;
	border-left: #FFFFFF 1px solid;
	border-right: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	background-color: #F0F0F0;
	background-image: url(../Images/page_elements/containerbg.jpg);
	background-repeat: repeat-x;
	text-align: left;
}
	
#header {
	height: 160px;
}

.header_leftcol {
	width: inherit;
	float: left;
	height: 160px;
}

.header_rightcol {
	top: 0px;
	right: 0px;
	background-image:url(../Images/page_elements/topright.jpg);
	background-repeat: no-repeat;
	background-position: right;	
	width: 550px;
	height: 160px;
	float: right;
	
}

.menu {
	position: static;
	padding-top: 138px;
	width: auto;
	height: 20px;
	float: right;
	font: "Trebuchet" Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: 700;
}

.menu a {
	color: #003366;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}

.menu a:hover {
	background-color: #FFCC66;
	padding-left: 10px;
	padding-right: 10px;
	color: #003300;
}

#content_right {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	clear: right;
	width: 250px;
	float: right;
	background-color: #E6E6E6; 
	background-image: url(../Images/page_elements/contentbg.jpg);
	background-repeat:  repeat-x;
	padding: 5px;
	/*border-right: #999999 1px solid;
	border-bottom: #999999 1px solid;	
	border-top: #FFFFFF 1px solid;
	border-left: #FFFFFF 1px solid;	*/
	border: #FFF 1px solid;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	font:90% "Trebuchet MS",arial,sans-serif;
	color: #333;
}

#content_right a {
	color: #0066CC;
	text-decoration: none;
}

#content_right a:hover {
	color: #CC6633;
	text-decoration: underline;
}

#content_left {
	position: static;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 285px;
	margin-bottom: 10px;
	clear: left;
	background-color: #EDEDED; 
	background-image: url(../Images/page_elements/contentbg.jpg);
	background-repeat:  repeat-x;
	padding: 5px;
	/*border-right: #999999 1px solid;
	border-bottom: #999999 1px solid;	
	border-top: #FFFFFF 1px solid;
	border-left: #FFFFFF 1px solid;	*/
	border: #FFF 1px solid;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	font:100% "Trebuchet MS",arial,sans-serif;
	color: #333;
}

#content_left a {
	color: #0066CC;
	text-decoration: none;
}

#content_left a:hover {
	color: #CC6633;
	text-decoration: underline;
}

.courses {
	font-size: 85%;
	text-align: justify;
	padding-right: 10px;
}

#bottom {
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	clear: both;
	height: 20px;
	width: auto;
	float: none;
	background-image: url(../Images/page_elements/bottombg.jpg);
	padding: 5px;
	/*border-right: #999999 1px solid;
	border-bottom: #999999 1px solid;	
	border-top: #FFFFFF 1px solid;
	border-left: #FFFFFF 1px solid;
	border: #FFF 1px solid;*/
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font:80% "Trebuchet MS",arial,sans-serif;
	text-align: justify;
	color: #333;
}

#bottom a {
	color: #0066CC;
	text-decoration: none;
}

#bottom a:hover {
	color: #CC6633;
	text-decoration: underline;
}

.bottom_menu {
	font-size: 85%;
}
