@charset "utf-8";

/*

	begin styles for HTML tags
	
*/

html, body {
    height: 100%;
}

body {
	background: #FFF url(images/body_bg.gif) 0 74px repeat-x;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	text-align: left;
}

h1 {
	color: #2F83C1;
	font-size: 1.3em;
	margin: 0 0 0.8em;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1em;
}

p {
	margin: 0 0 1em;
}

img {
	border-style: none;
}

a {
	color: #2F83C1;
	text-decoration: underline;
}

a:visited {
	color: #003366;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/*

	end styles for HTML tags
	
*/

/*

	begin styles for layout div classes and ids
	
*/

#container {
    min-height: 100%;
	position: relative;
}

	/*
	
		begin styles for header section
		
	*/

	#header {
		height: 234px;
		margin: 0;
		padding: 19px 0 0;
	}
	
		#header img#logo {
			display: block;
			margin: 0 0 0 32px;
		}
		
		#header img#headerimage {
			display: block;
			margin: 14px 0 0;
			padding: 0;
		}
		
		#header ul#menu {
			height: 34px;
			margin: 0;
			padding: 0;
		}
		
			#header ul#menu li {
				float: left;
				font-size: 1em;
				font-weight: bold;
				list-style: none;
				text-align: center;
			}
		
				#header ul#menu li, #header ul#menu li a {
					display: block;
					background: transparent url(images/menubutton_bg.gif) 0 0 no-repeat;
					height: 34px;
					line-height: 34px;
					margin: 0;
					padding: 0;
					width: 10.5em;
				}
				
				#header ul#menu li a:hover, #header ul#menu li.current a {
					background: #FFFFFF url(images/menubutton_bg_over.gif) 0 0 no-repeat;
				}
				
			#header ul#menu li.menuend {
				width: 3px;
			}

	/*
	
		end styles for header section
		
	*/
	
	#main {
		height: auto;
		margin: 0;
		padding-bottom: 36px !important;
		padding: 20px 0 16px;
		width: 793px;
	}
		
		/*
		
			begin styles for the sidebar section
		
		*/
		
		#sidebar {
			background: #A0CDEF url(images/sidebar_bg.gif);
			float: right;
			margin: 0;
			padding: 0;
			width: 183px;
		}
		
			#sidebar #top {
				background: transparent url(images/sidebar_bg_top.gif) top center no-repeat;
				padding: 0;
			}
		
			#sidebar #bottom {
				background: transparent url(images/sidebar_bg_bottom.gif) bottom center no-repeat;
				padding: 10px 13px 10px 10px;
			}
		
			#sidebar h3 {
				color: #003366;
				margin: 0 0 0.4em;
			}
			
			#sidebar .homebutton {
				color: #FFFFFF;
				display: block;
				font-size: 0.9em;
				font-weight: bold;
				margin: 0 0 0.9em;
			}
			
			#sidebar ul {
				margin: 0 0 0.9em;
				padding: 0;
				text-align: center;
			}
			
				#sidebar ul li {
					font-size: 0.8em;
					font-weight: bold;
					line-height: 1.2em;
					list-style-type: none;
					margin: 0 0 0.3em;
					padding: 0;
				}
				
					#sidebar ul li a {
						color: #FFFFFF;
					}
		
		/*
		
			end styles for the sidebar section
		
		*/
		
		/*
		
			begin styles for the content section
		
		*/
	
		#content {
			margin: 0 20px 20px 30px;
			width: 560px;
		}
		
			.coursedescription {
				background: #FFFFFF url(images/horz_break.gif) center top no-repeat;
				margin: 0 0 1em 10px;
				padding: 18px 0 0;
			}
			
				.coursedescription h2 {
					margin: 0 0 0.4em;
				}
			
				.coursedescription p {
					margin: 0 0 0.4em 10px;
				}
				
				a.launchbig {
					background: transparent url(images/launchbutton_bg.gif) right top no-repeat;
					color: #003366;
					font-weight: bold;
					margin: 0 0 0 10px;
					padding: 0 20px 0 0;
				}
		
		/*
		
			end styles for the content section
		
		*/
		
	#footer {
		background: #E6E6E6 url(images/footer_bg.gif) repeat-x;
		clear: both;
		bottom: 0;
		height: 36px;
		position: absolute;
		width: 100%;
	}
	
		#footer p {
			font-size: 0.8em;
			margin: 6px 0 0 30px;
			text-align: center;
			width: 560px;
		}
		
				#footer p a img {
					margin: 0 0 -4px 0;
				}

/*

	end styles for layout div classes and ids
	
*/