<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body, td{ /* Page and Editor body */
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #000;
}

#body { /* Page body */
	background-color: #000;
	margin-top: 10px;
	background: url(../images/body_bkgd.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

h1,h2,.componentheading, .contentheading{
	font-size: 26px;
	margin-bottom:3px;
	color: #333;
	margin-bottom: 0px;
	margin-top:0px;
}

h3 , .page-header h1{
/*	font-family: 'Pacifico', cursive; */
	font-family: "Verdana",sans-serif;
        font-weight:bold;
	font-size: 24px;
	margin-top:14px;
	margin-bottom:14px;
	color: #404195;
}
h4 {
	font-size: 22px;
	margin-top:6px;
	margin-bottom:6px;
	font-weight: bold;
	color: #000;
}

a:link, a:active, a:visited{
	color:#3366ff;
	text-decoration: underline;
	font-weight: bold;	
}

a:hover{
	color:#003756;
}


a img{
	text-decoration: none;
	max-width:100%;
}

th{
	color: #666666;
	text-align: left;
	vertical-align: top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B1B1B0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B1B1B0;
	font-weight: bold;
	margin: 2px;
	padding: 2px;
	background-color: #CCCCCC;
}

img{
	border: 0;
	max-width:100%;
}

/*************************/
/* Layout Table Settings */
/*************************/
#wrapper{
	margin-left:auto;
	margin-right:auto;
	border: 1px solid;
	border-radius:5px;
	padding-left:20px;
	padding-right:20px;
	background-image: url(../images/white_90.png);
}

#headerrow{
	padding: 10px;
	margin: 0;
	position:relative;	
    overflow: hidden;
	vertical-align:top;
	margin-top:10px;
	margin-bottom:10px;
	border: 1px solid #e7e7e7;	
	border-radius: 4px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 5px rgba(0, 0, 0, 0.075);
	background-color:#fff;
}

#header_div{
	margin-top:10px;
	margin-bottom:10px;
}

#wrapper_menu{
		background-color:#404195;
}

#middlerow{
	padding: 0;
	margin: 0;
	position:relative;	
}

#leftcolumn{
	color: #0E50AE;
	vertical-align:top;
}

#maincolumn{
	vertical-align:top;
	color: #333;
}

#rightcolumn{
	color: #003756;
	vertical-align:top;
}

#bottomrow{
	text-align:center;	
	font-size:10px;
}

#wrapperfooter{
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
}

#logo {
	margin-top:10px;
	z-index:20; /*bring to top*/
}


/**************************/
/*          Menus         */
/**************************/

/* Top Menu */
.navbar-toggle{
	/*Toggle Button*/
	color:#fff;
	border: 1px solid #fff;
}

#menu_row .navbar-nav{
	/*Desktop menu*/
}

#menu_row .in &gt; ul{
	/*Collapsed Mobile menu*/
}

#menu_row .nav &gt; li &gt; a {
	/*Parent menu style */
	font-family: "Verdana",sans-serif;
    text-decoration: none;
	font-size: 18px;
	color:#FFF;
	font-weight:normal;
}

#menu_row .nav &gt; li &gt; a:hover,
#menu_row .nav &gt; li.open &gt;a {
	color:#B80007;
}

#menu_row .nav &gt; li.current &gt; a{
	color:#FEFE8B;
}

#menu_row .navbar {
	margin-bottom:0px;
}

#menu_row ul.dropdown-menu {
	background-color:#404195;
}

#menu_row ul.dropdown-menu&gt;li&gt;a {
	color:#fff;
    text-decoration: none; 
}

#menu_row ul.dropdown-menu&gt;li&gt;a:hover {
	color:#B80007;
}

/* Admin Menu */
#adminmenu_row{
	padding-left:28px;
}

#adminmenu_row .nav &gt; li &gt; a {
	font-size: 14px;
	color:#000;
}

#adminmenu_row .nav &gt; li &gt; a:focus, #menu_row .nav &gt; li &gt; a:hover  {
  color:#B80007;
}

#adminmenu_row .navbar {
	margin-bottom:0px;
}



/* Footer Menu */
ul#footermenu {
    margin: 5px 0 0 450px;
    padding: 0;
	font-size:10px;
}
#footermenu li {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0 10px 0 0;
}
#footermenu li a {
    display: block !important;
    text-align: center;
    text-decoration: none;
}
#footermenu li + li {
    border-left: 1px solid #979797;
    padding-left: 10px;
}
#footermenu li a:hover {
    color: #000;
}
#footermenu .active a {
}

.contentpaneopen {
	width:100%;
}

/*Article formats*/
.item-separator {
	margin-top: 10px;
	margin-bottom: 10px;
	height: 1px;
	width: 100%;
	border-bottom: 1px solid #D3D3D3;
	clear: both;
}


/* Slideshows */
.organicslider-loader  {
	background-image: url(../../../images/homeslide/welcome.jpg);
	background-repeat: no-repeat;
	background-position: center center;	
	width:100%;
	z-index:1;
}

.slide-desc-text .slide-title {
	color: #FFF;		
}

#slider87 .slide-desc-bg {
	height:40px;
	background-color: #000;	
	opacity:0.8;
	padding:10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topright: 10px;
	-khtml-border-radius-bottomright: 10px;
	-khtml-border-radius-topright: 10px;
	text-align:left;
}

#slider87 .slide-desc {
	top:180px;	
	width:auto;
}

.slide-title p, .slide-title p{
	padding:0;
	margin:0;
}


/*Bootstrap Override */

.alert-message {
	background-color:#FCFCDE;
    border-color:#FFFF00 !important;
}

.form-horizontal .control-label {
    text-align: left;
}

input[type="checkbox"], input[type="radio"] {
    line-height: normal;
    margin-bottom: 12px;
}

.btn-inverse {
	color:#fff;
    border-color:#CCC !important;
	background-color:#222;
}

/*Custom*/

.wf_caption {
	text-align: center;		
	margin-bottom:20px;
}

.page-header {
	margin:0px;
}

.headertext {
	font-size:22px;
	padding-top:10px;
	font-weight:bold;
}

.committee_peep, .round_border{
	clear:both;
	display:block;
	overflow:hidden;
	padding:10px;
    border: 1px solid #3D3F99;
    border-radius: 5px;
	margin-bottom:10px;
}

#login-form .unstyled {
	display:none;
}

a.btn-primary {
	color:#fff;
}

.comingcourses a{
	text-decoration: none;
	font-weight: normal;
}

.classman_item a {
	text-decoration:none!important;
}


</pre></body></html>