@charset "utf-8";
/* CSS Document */
* 
{
	margin:0;
	padding:0;	
}

body
{
	font: 15px PMingLiU;
}

li
{
	display: block;
}

a:hover
{
	text-decoration: underline;
	color: #FF0000;
}

/* CSS ids */
#top, #top2
{
	width: 100%;
	border-bottom: 1px solid black;
}

#topNavBar
{
	float: right;	
}

#mission
{
	margin-bottom: 20px;
}

#register
{
	margin-top: 20px;
}

#targetedAudience
{
	float: left;
	width: 50%;
}

#targetedAudience ul
{
	list-style-type: square;
	list-style-position:inside;
}

#content
{
	margin-left: 5px;
	width: 45%;
	float: right;
}

#content ol
{
	margin-left: 20px;
	list-style-position: inside;
	list-style-type: square;
}

#leftSide
{
	float: left;
	margin-left: 20px;
	width: 65%;
	display: inline;
}

#rightSide
{
	float: right;
	width: 27%;
	margin-right: 10px;
}

#time, #capacity, #fee
{
	margin: 10px 0 0 10px;
}

#location
{
	margin-top: 20px;
}

#register ul
{	
	list-style-type: square;
	margin-left: 20px;
	list-style-position: outside;
}


/* Start of Bottom */
#bottom
{
	border-top: 1px solid black;
	background-color: #DBDBDB;	
	color: #000000;
	margin-top: 20px;
}

ul#extraLinks li a, ul#extraLinks2 li a
{
	color: #000000;
	text-decoration: underline;
}

ul#extraLinks li a:hover, ul#extraLinks2 li a:hover
{
	color: #FF0000;
}

ul#extraLinks li.currentService a, ul#extraLinks2 li.currentService a
{
	color: #FF0000;
}

/*End of Bottom */

#middle
{
	margin-top: 15px;
}

/* Start of Navigation */
ul#nav
{
	text-align: center;
	margin: 10px 0px;
}

ul#nav li
{
	display: inline;
	border-right: 2px solid red;
	padding: 0 2px 0 8px;
}

ul#nav li.last
{
	border-right: 0px;
}
/* End of Navigation */

/* Rounded Right Side Box */
.roundcont 
{
	background-color: #dbdbdb;
	color: #000000;
}

.roundtop 
{ 
	background: url(../Images/topRight.jpg) no-repeat top right; 
}

.roundbottom 
{
	background: url(../Images/bottomRight.jpg) no-repeat top right; 
}

img.corner 
{
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}
/*End of Rounded Right Side Box*/

/* End of CSS IDS */

/* CSS Classes */
.imgFloatLeft
{
	float: left;
}

.imgFloatLeft2
{
	border: 1px solid black;
	margin-right: 0px;	
}

.imgFloatRight
{
	border: 1px solid black;
}

.links
{
	line-height: 41px;
}

.clear
{
	clear: both;
}

.line
{
	border-bottom: 2px solid #dbdbdb;
	margin-bottom: 10px;
}

.line2
{
	border-bottom: 2px solid red;
	margin: 0px 10px 10px 0;	
}	

.redBox
{
	width: 80px;
	height: 3px;
	background-color: #FF0000;
	position: absolute;
	bottom: 0px;
	right: 0px;
	overflow: hidden;
	z-index: 0;
}

* html .redBox
{
	margin-bottom: -1px;
}

.header
{
	height: 35px; 
	position: relative;
}

.whiteDivider
{
	color: white;
	padding: 0 5px;
}

img.bullet
{
	margin-right: 10px;
}

/* End of CSS Classes */

/*End of Top Header Navigation Bar */

	



