/*
CSS
*/

body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: "Comic Sans MS", Verdana, Arial, san-serif;
	font-size: 14px;
	color: #787f8c;
	background: url(images/mainbg.jpg) repeat;
}

a:link, a:visited { 
	color: #0099CC; 
	text-decoration:none;
} 
a:active, a:hover { 
	color: #006699; 
	text-decoration: underline;
}

p { 
	margin: 0; 
	padding: 0; 
	text-align: justify;
}

.spaces {
	clear: both;
	width: 100%;
	height: 1px;
	font-size: 1px;
}

.spaces_5 {
	width: 100%;
	height: 5px;
	font-size: 1px;
}

.spaces_15 {
	clear: both;
	width: 100%;
	height: 15px;
	font-size: 1px;
}

.spaces_30 {
	clear: both;
	width: 100%;
	height: 30px;
	font-size: 1px;
}

#container {
	margin: 0 auto;
	padding: 0px 10px;
	width: 901px;
	background: url(images/main.gif) repeat-y;	
}

#header {
	width: 901px;
	height: 190px;
	background: url(images/header.jpg) no-repeat;
}

#logo {
	width: 800px;
	height: 190px;
	padding-left: 15px;
}

#logo h1 {
	margin: 0 0 0 0;
	padding: 30px 0 0 0;
	font-size: 30px;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFFFFF;
}

#logo h2 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 20px;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFFFFF;
}

#logo h3 {
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
	font-size: 16px;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
}

/* menu */

#menu {
	clear: both;
	width: 901px;
	height: 28px;
	background: url(images/blue.gif) repeat-x;
	font-family: Verdana, Arial, san-serif;
	border-top: 3px solid #e4e4e4;
	border-bottom: 3px solid #e4e4e4;
}

#menu ul {
	text-align: center;
	margin: 0;
	padding: 5px 0 0 0;
	list-style: none;
}

#menu ul li{
	text-align: center;
	display: inline;
}

#menu ul li a {
	padding: 5px 20px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #4979af;
	border-right: 2px solid #ffffff;	
	border-left: 2px solid #ffffff;
}

#menu li a:hover, #menu li .current {
	color: #FFFFFF;
}

#menu li .last {
	border-right: none;
}

/* end of menu */

/* content */

#content {
	clear: both;
	width: 901px;
	height: 100%;
}

#content #sidebar {
	float: left;
	width: 300px;
	margin-top: 40px;
	margin-left: 5px;
	padding: 0;
}

#content #right {
	float: right;
	width: 550px;
	margin-top: 40px;
	margin-right: 5px;
	padding: 0;
}

/* left sidebar */

#sidebar #news {
	clear: both;
	width: 300px;
	}
	
.left_col {
	pddding: 0;
	}
	
.left_col img {
	border: 5px solid #e4e4e4;
	}
	
.activity h1 {
	height: 30px;
	width: 290px;
	margin bottom: 15px;
	background: url(images/blue.gif) repeat-x;
	border: 5px solid #e4e4e4;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	}

.left-justify h1 h2 {
	text-align: left;
	padding: 10px 15px 0 0;
	}
	
.right-justify * {
	text-align: right;
	padding: 10px 15px 0 0;
	}
	
.right-justify h1 {
	text-align: right;
	padding: 20px 15px 0 0;
	}
	
.right-justify h2 {
	text-align: right;
	padding: 0px 5px 0 0;
	}
	
.full-justify h1 {
	text-align: justify;
	padding: 20px 0 0 15px;
	}
	
.hi-light {
	width: 285px;
	padding: 10px;
	margin: 0 10px 15px 0;
	background: url(images/box.gif) repeat-x;
	border: 5px solid #e4e4e4;
	}

.hi-light h2 {
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 16px;
	font-weight: bold;
	color: #0099CC;
	}
	
.hi-light h3 {
	padding: 0;
	margin: 15px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	color: #0099CC;
	}
	
.hi-light-1 p {
	margin: 0;
	padding: 0;
	text-align: right;
	}

.hi-light-2 p {
	margin: 0;
	padding: 0;
	text-align: left;
	}
.hi-light-2 h2 {
	margin: 0;
	padding: 0 0 10px 0;
	text-align: left;
	}

/* end of left sidebar */

/* start of main right-hand section */

#main #main-sect {
	padding: 0;
	}
	
.main-sect h1, h2, h3 {
	padding: 0;
	font-weight: bold;
	font-variant: small-caps;
	color: #0099CC;
	}
	
.main-sect h1 {
	font-size: 26px;
	margin: 8px 0 15px 10px;
	}
	
.main-sect h2 {
	font-size: 20px;
	margin: 5px 0 15px 0;
	}
	
.main-sect h3 {
	font-size: 18px;
	margin: 0 0 5px 10px;
	}
	
.main-sect p {
	font-size: 14px;
	margin: 0 15px 10px 15px;
	}
	
.main-sect ul {
	margin: 15px 0;
	padding: 0 0 0 5px;
	}
	
.main-sect ul, li {
	font-size: 14px;
	margin-bottom: 5px;
	margin-left: 15px;
	}
	
.main-sect table {
	border: 5px solid #E4E4E4;
	}
	
.main-sect img {
	float: left;
	margin: 5px 15px 0 0;
	border: 5px solid #E4E4E4;
	}

.main-sect1 img {
	float: right;
	margin: 10px 20px 0 20px;
	border: 5px solid #E4E4E4;
	}
	
.main-sect .right-two {
	float: left;
	width: 250px;
	}
	
.right-two img {
	float: none;
	margin-bottom: 10px;
}

.right-two p {
	text-align: left;
	font-size: 14px;
	margin-bottom: 5px;
}

.blank-sect {
	clear: both;
	width: 500px;
	}
	
/* end of main right-hand section */
	
/* start of popup windows */	

#popup {
	width: 600px;
	}
	
#popup h2 {
	font-weight: bold; 
	font-size: 20px; 
	padding: 10px;
	margin:0; 
	color:#0099CC;
 }

#lessons  { /* sets the background color for the popup windows */	
	background: #ffffff;
}

#popup p {
	font-size: 16px; 
	padding: 15px 0 0 15px; 
	margin:0; 
	color: #787f8c;
 }

#popup p.p1 {
	font-weight: bold; 
	font-size: 18px; 
	padding-top: 10px; 
	margin:0; 
	color:#0099CC; 
}

#popup p.p2 {
	font-size: 16px; 
	padding:0 0 0 15px; 
	margin:0; 
	color: #787f8c; 
}

/* end of popup  windows */	

/* end of content */

/* footer */

#footer a {
	color: #ffffff;
	}
#footer a:hover { 
	color: #ffff00; 
	text-decoration: underline;
}

#footer {
	clear: both;
	width: 901px;
	text-align: center;
	color: #ffffff;
	padding: 10px 0;
	background: #0099CC;
	border-top: 3px solid #e4e4e4;
}

/* end of footer */