@import url("main.css");
@import url("event.css");

div#carousel {
    height:280px;
    background: #511865 url(../images/carouselBg.png) repeat-y scroll 0 0;
}
ul#carouselCaption {
    color:#FFF;
    /*background: #000 url(../images/carouselCaptionBg.gif) repeat-x scroll 0 0;*/
    background-color: #000;
    height:60px;
}
div#carouselPointer {
	vertical-align:top;
	line-height:normal;
	padding:0px;
   	background-color: #000;
}
ul#carouselCaption li {
    display:block;
    float:left;
    width:210px;
    cursor:pointer;
    text-align:center;
    font-size:12px;
}
ul#carouselCaption li:hover {
    color:#F5C719;
}
div.contentContainer {
	background-color:#DDD;
}
div.contentHeader {
	color: #511865; 
	height:40px; 
	font-weight: bold; 
	padding: 5px;
	font-size: 1.2em;
}
span.contentSubHeader a {
	font-size: .8em;
	text-decoration: none;
	color: #511865;
}
span.contentSubHeader a:hover {
	text-decoration: underline;
}
div.contentBody {
	background-color:#FFF; 
	color:#000;
	padding: 5px;
	border:solid 1px #CCC;
}
div#visitorCenter {
    background-color:#FFF;
    height:365px;
    margin-left: -10px;
}
div#ataglance {
    background-color:#8A6EA9;
    height:350px;
    margin-left: -10px;
}
div#welcomeMsg {
    background-color:#8A6EA9;
    width:320px;
    margin-left:-10px;
    font-size:16px;
    text-align:center;
}
div#welcomeMsg p {
    padding:5px;
}
div#welcomeMsg span {
    font-family: "Georgia";
    font-weight: bold;
}
li.newsDate {
	list-style:none;
	font-style:italic;
	font-size:14px;
}
li.newsTitle {
	list-style:none;
	font-weight:bold;
	font-size:16px;
}
li.newsDetails {
	list-style:none;
	font-size:14px;
	font-family: Times,"Times New Roman",serif;
	border-bottom:solid 1px #CCC;
}