html, body {
	height:100%;
}

body {
	font-family: Georgia;
	font-size: 10pt;
	color: #000000;
	width:100%;
            min-width:960px; 
	margin: 0px;
}

#main {
            min-width:960px; 
	max-width:1100px;
            width:100%;
	margin: 0px;
}


#header {
	position: relative;
	background: #D8DDEB;
            text-align: left;
	padding: 5px 0px 0px 5px;
	margin: 10px 10px 10px 10px;
	height:50px;
	border-color: #ACB7D5; 
	border-width: 1px; 
	border-style: solid;
	font-size: 11pt;
	color: #445686;
}
#slideshow {
	position: relative;
	background:#ffffff;
	padding: 5px 0px 0px 5px;
	margin: 10px 10px 10px 10px;
	height:150px;
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 150px;
   width:100%;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    height: 150px;
    display: block;
    border: 0;
    margin-bottom: 10px;
   align: center;
}

#forum {
           text-align: left;
	position: relative;
	background: url('img/bg_forum.gif') repeat-x left top;
	padding: 5px 0px 0px 5px;
	margin: 10px 10px 10px 10px;
	height:100px;
	border-color: #ACB7D5; 
	border-width: 0px; 
	border-style: solid;
	font-size: 11pt;
	color: #000000;
            background-color:#FF2492;	
}

#forum a, #forum a:visited {color: #000000; text-decoration: underline;}
#forum a:hover {color: #ffffff; text-decoration: none;}


#forum li {
	display: inline;
}

#forum li a, #forum li a:visited {
	display: block;
	padding: 2px 8px 2px 9px;
	margin: 0px 15px 15px 0px;
	float: left;
	font-size: 10pt;
            color: #ffffff; 
            text-decoration: underline;
}

#forum li a:hover {
	text-decoration: none;
	background-color:#FF2492;
}



#wrap {
            text-align: left;
	position: relative;
	background:#fff;
	margin: 0px auto;
	min-height:100%;
	height:auto !important;
	height:100%;
	margin: 10px 10px 10px 10px;
	padding: 0px;
}

.open-pr {color: #444444;}
.open-pr a, .open-pr a:visited {font-size: 11pt;color: #515588; text-decoration: underline;}
.open-pr a:hover {color: #000000; text-decoration: none;}

.courses {color: #444444;}
.courses a, .courses a:visited {font-size: 11pt;color: #20409A; text-decoration: underline;}
.courses a:hover {color: #000000; text-decoration: none;}

.programs {color: #444444;}
.programs a, .programs a:visited {font-size: 11pt;color: #0172BC; text-decoration: underline;}
.programs a:hover {color: #000000; text-decoration: none;}

.club {color: #444444;}
.club a, .club a:visited {font-size: 11pt;color: #444444; text-decoration: underline;}
.club a:hover {color: #777777; text-decoration: none;}

.events {color: #444444;}
.events a, .events a:visited {font-size: 11pt;color: #0073AA; text-decoration: underline;}
.events a:hover {color: #777777; text-decoration: none;}

.date {color: #888888;}


#wrap ul {
  background: #f7f7f7;
  margin:0px;
  padding: 0px;
}

#wrap li {
  background: #ffffff;
  margin-left: 40px;
  padding-left: 10px;
  padding-top: 5px;
}

#footer {
	position:relative;
	height:40px;
            text-align: center;
	border-color: #dddddd; 
	border-width: 1px; 
	border-style: solid;
	padding: 5px 0px 0px 5px;
	margin: 10px 10px 10px 10px;
	background: #f9f9f9;
}

#footer a, #footer a:visited {font-size: 10pt;color: #444444; text-decoration: underline;}
#footer a:hover {color: #777777; text-decoration: none;}


.footer_blank {
	height:70px;
}



