@charset "UTF-8";
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}
.contact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #096a37;
}
.links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}
.heading1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0F6933;
	font-weight: normal;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
}
.titles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-variant: normal;
	color: #096a37;
	font-style: normal;
}
.portaltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.maintitles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	font-variant: normal;
	color: #096a37;
	font-style: normal;
}
.heading1white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
}
.bodytextwhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
}
.heading1red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #990000;
	font-weight: normal;
}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
	list-style-type: disc;
}
.twitter {
	margin-top: 5px;
}
/* CSS for the title box */
.roundcont {
	width: 100%;
	background-color: #096a37;
	color: #fff;
}
.roundcont p {
	margin: 0 10px;
}
.roundtop { 
	background: url(images/div_images/csc_tr.png) no-repeat top right; 
}
.roundbottom {
	background: url(images/div_images/csc_br.png) no-repeat bottom right; 
}
.title{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-variant: normal;
	color: #ffffff;
	font-style: normal;
}

/* CSS for the grey box */
.roundcont_grey {
	width: 100%;
	background-color: #CCCCCC;
	color: #fff;
}
.roundcont_grey p {
	margin: 0 10px;
}
.roundtop_grey { 
	background: url(images/div_images/csc_tr.png) no-repeat top right; 
}
.roundbottom_grey {
	background: url(images/div_images/csc_br.png) no-repeat bottom right; 
}

/* CSS for the image */
#container {
    width:200px;
    height:110px;
    position:relative;
}
#main {
    position:absolute;
    width:200px;
    height:110px;
    z-index:0;
}
#minor {
    position:absolute;
    width:200px;
    height:110px;
    z-index:1;
}

/* CSS for all boxes */
img.corner {
   width: 10px;
   height: 10px;
   border: none;
   display: block !important;
}
#halfterm {
	background-image: url(images/halfterm-tab.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

