/* RED, GOLD, GREEN, and BLACK are the Pan-African Colors */


/* ACTUAL YELLOW: #ffc52a */


/* ENTIRE PAGE / start */
body {
	background-color: #ffc52a;
	background-image: url(../images/border-left.jpg);
	background-position: 0px 0px;
	background-repeat: repeat-y;
	color: black;

	font-family: Arial, Helvetica, Helv, sans-serif;
	font-size: small;

	margin-top: 0;
	margin-left: 60px;
	width: 750px;
	margin-bottom: 5ex;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
}



/* =================================================================================== */

/* TOP / start ======================================================================= */
#top	{
	/* width: 750px; */
	margin-left: 0;
	margin-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	background-color: #660066;
	background-image: url(../images/navigation-bleed.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
}

/* HEADER / start ==================================================================== */
#header {
	/* border: solid 1px #004b8d; */
	width: 750px; 
	height: 60px;
	position: relative;

	margin-left: auto;
	margin-right: auto;

	padding-bottom: 0px;

}

#header .title {
	width: 500px;
	text-align: center;
	float: right;
	font-family: Times New Roman, Times, serif;
	font-size: 30pt;
	font-weight: bold;
	color: #660066;
	margin-top: 1ex;
	/* display: none; */
}

#header #logo {
	border: none;
	float: left;
	margin-left: 30px;
	/* height: 133px; */
}

/* MANIPULATION BAR / start ========================================================== */
#manipulation-bar-outer {
	background-color: #004B8D;
	background-image: url(../images/manipulation-bar-left-top.jpg);
	background-position: left top;
	background-repeat: no-repeat;

	height: 30px;
}

#manipulation-bar-inner {
	clear: both;
	text-align: right;
	background-image: url(../images/manipulation-bar-right-top.jpg);
	background-position: right top;
	background-repeat: no-repeat;

	width: 750px;
	height: 20px;

	margin-left: auto;
	margin-right: auto;

	padding: 10px 0px 3px 0px;
}

#manipulation-bar-inner p {
	display: inline;
	text-align: right;
	margin-top: 50px;
	margin-left: .5em;
	margin-right: .5em;
}

#manipulation-bar-inner a {
	color: white;
	text-decoration: none; 
}

#manipulation-bar-inner a:hover {background-color: white; color: black;}


#column {
	background-color: white;
	background-image: url(../images/ellipse-background.jpg);
	background-position: 360px 200px;
	background-repeat: no-repeat;
	margin: 0 0 30px 0;
	padding: 0 0 0 0;
	/* width: 750px; */

	margin-left: 0;
	margin-right: auto;

}

/* CONTENT / start =================================================================== */
#content {

	background-color: transparent;
	margin: 0ex 0em 0ex 0em;
	padding: 0ex 2em 0ex 2em;
	min-height: 230px;
}

#content #logo-copy {display: none;}

/* #content h1 {float: right; margin-top: 0; border: solid 1px black;} */

#content p {margin-top: 5px;}

#content h1,h2,h3,h4,h5,h6 {font-family: "Times New Roman", Times, serif;}

#content h1 {
	margin-top: 5px;
	margin-bottom: 0;
	font-size: 24pt;
}

#content ol {margin-left: 3em; padding-left: 3em; z-index: 10; border: solid 1px black;}


.scheduling h4 {
	margin-bottom: 0 !important;
	font-size: 110%;
}

.scheduling .intro {
	margin-top: 0 !important;
	margin-bottom: 2em;
}

/* NEWS / start ====================================================================== */
#news {
	display: none;
	width: 200px;
	float: right;

	margin: 1ex 1em 1ex 1em;
	padding: 1ex 1em 1ex 1em;

	border: solid 1px black;
	background-color: #eeeeff;
}

#news h1 {
	margin-top: .5ex;
	margin-bottom: .5ex;
	text-align: center;
}

#news p {
	margin-top: .5ex;
}

/* NAVIGATION-LINKS / start ========================================================== */
#navigation-links {
	background-color: transparent;
	float: left;
	width: 30%;
	min-height: 600px;
	padding: 1ex 0em 1ex 0em;
	margin: 0ex 0em 0ex 0em;
	/* background-image: url(../images/navigation-menu-background.jpg); */
	/* border: solid 1px black; */
	background-position: 5px 5px;
	background-repeat: no-repeat;
	
}

#navigation-links ul {
	margin: 0 0 0 1em;
	padding-left: 0;
}

#navigation-links p {
	margin: 1ex 0em 1ex 0em;
	padding: 0ex 1em 0ex 1em;
	font-size: 14pt;
}


#navigation-links li {
	list-style: none;
}

#navigation-links ul li {
	margin-bottom: 1ex;
}

#navigation-links li li {
	margin-bottom: 0;
}

#navigation-links a {font-weight: bold;	text-decoration: none;}
#navigation-links a:link {color: #009900;}
#navigation-links a:visited {color: #007700;}
#navigation-links a:hover {color: #00bb00;}
#navigation-links a:active {color: #00dd00;}



/* FOOTER / start ==================================================================== */
#footer-outer {
	background-image: url(../images/footer-left-bottom.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

#footer-inner {
	background-image: url(../images/footer-right-bottom.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 1ex;
	padding-bottom: 1ex;
	font-size: small;
	font-family: Times New Roman, Times, serif;
}