html,body{
margin:0;
padding:0}

p{
margin:0 10px 10px}

/*a{
display:block;
color: #981793;
padding:10px}*/

div#header h1{
height:90px;
line-height:90px;
margin:0;
padding-left:10px;
background: #fff;
color: #000080}

div#container{
 text-align:left; 
/* background-color: white; */
/* border:1px solid; */
border-color:#E0E0E0;
width:780px;
margin:0 auto;
}


div#wrapper{
float:left;
width:100%;
}

div#content{
margin: 0 180px 0 0;
}


/* FOR INSIDE PAGES */
div#containerInside{
 text-align:left; 
/* background-color: white; */
/* border:1px solid; */
border-color:#E0E0E0;
width:780px;
margin:0 auto;
/* background-color: yellow; */
}

div#wrapperInside{
float:right;
width:630px;
/* background-color: yellow; */
}

div#contentInside{
margin: 0 0 0 0; /*  Top, Right, Bottom, Left */
border-left: 1px dashed;
border-color:#E0E0E0;
/* background-color: yellow; */
}

div#wrapperInside{
float:right;
width:630px;
/* background-color: yellow; */
}

div#contentFull{
margin: 0 0 0 0; /*  Top, Right, Bottom, Left */
/* background-color: yellow; */
}

/* LEFT COLUMN */

div#leftCol{
float:left;
width:150px;
padding-top: 25px;

/*height: 300px;
background-color: yellow;*/
}

div#leftCol a {
text-decoration:none;
font-weight: bold;
}

div#leftCol a:hover {
text-decoration:underline;
/*color: #EF8059;*/
}

/* QUICK LINKS */

div#extra{
background:#E9E9E9; /* Light Blue */
/* background:#F0E68C; Gold */
float:left;
width:175px; /* 175 */
margin-left:-175px; 
margin-top:30px;
/* border-width:1px;
border-style: solid; */
}

div#extra h2 {
background-color:#005288;
margin: 0;
padding: 5px;
text-align: center;
color: white; 
font-weight: bold; 
font-size: 1.3em; 
line-height: 1em;
}

div#extra a {
text-decoration:none;
}

div#extra a:hover {
text-decoration:underline;
color: #EF8059;
}

div#extra ul {
list-style: none;
padding-left: 0px;
padding-top: 0px;
margin-left: 25px;
line-height: 20px;
}

/* RIGHT SIDE CONTAINER */
div#rightside{
float:left;
text-align: center;
width:175px; /* 175 */
margin-left:-175px; 
margin-top:10px;
/* border-width:1px;
border-style: solid; */
}


/* FOOTER */

#footer1 {
	/* clear: both; */
	float: left;
	width: 100%;
	margin-top: 15px;
	padding: 10px 0 0 0;
	border-top: 1px solid #C1BEBE;
}

#footer1 p {
	margin: 0 0 8px 0;
	padding: 0; 
	color: black;
}


div#footer{
background: #000080;
color: #FFF;
border-top:20px solid white;
}

div#footer p{
margin:0;
padding:5px 10px}

div#footer{clear:left;width:100%}


/* MENU ABOVE HEADER */

#topwrap {
    /*border:1px solid black;*/
    width:780px;
	text-align: right;
    }
#topmenu {
    background:#000080;
    border-bottom:2px solid white;
    padding:5px 0;
    width:780px;
    }
#topmenu a {
    display:inline;
	padding:4px 10px;
    text-decoration:none;
    font-weight:bold;
    color:white;
    }
#topmenu a:hover {
    background: gold;
	color: black;
    }
#topmenu span {
    display:none;
    }

/* NEWS and EVENTS */

ul#split,ul#split li{margin:0;padding:0;list-style:none}
ul#split li{float:left;width:285px;margin:0 10px 10px 0}
ul#split h3{font: normal 120%/1.3 Verdana,sans-serif; text-transform:uppercase;margin:0px;padding: 5px 0 3px;text-align:center;color: #000}
ul#split p{margin:0;padding:5px 8px 15px}
ul#split div{background:#C5E6F6}

li#one{color: #000000}
li#one h3{background: #FFBD00}



li#two{color: #000000}
li#two h3{color: #ffffff}
li#two h3{background: #FF0000}


div#newsbox p{
padding-bottom:5px;
}

/* div#newsbox hr{
	border:none;
	background-color: black;
	color: black;
	height: 1px;
	width: 80%;
	padding-left: 60px;
}*/


