@charset "UTF-8";

body  {

	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */

	padding: 0;

	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */

	color: #000000;

	font-family: Arial, Verdana,  Helvetica, sans-serif;

	font-size: 12px;

	font-style: normal;

	font-weight: normal;

	text-decoration: none;

	background-color: #FFFFFF;

	height: 100%; 

}



/* general style settings */



		h1 {display: inline; font-family: Arial, Verdana,  Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #19448e; }

		h2 {display: inline; font-family: Arial, Verdana,  Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #19448e; }

		h3 {display: inline; font-family: Arial, Verdana,  Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #19448e; }

		h4 {display: inline; font-family: Arial, Verdana,  Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #19448e; }

		h5 {display: inline; font-family: Arial, Verdana,  Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #19448e; }





		h1.academics  {display: inline; font-family: Arial, Verdana,  Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #4ea074; }

		h2.academics  {display: inline; font-family: Arial, Verdana,  Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #4ea074; }

		h3.academics  {display: inline; font-family: Arial, Verdana,  Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #4ea074; }

		h4.academics  {display: inline; font-family: Arial, Verdana,  Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #4ea074; }

		h5.academics  {display: inline; font-family: Arial, Verdana,  Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #4ea074; }



		h1.admissions  {display: inline; font-family: Arial, Verdana,  Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #663366; }

		h2.admissions  {display: inline; font-family: Arial, Verdana,  Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #663366; }

		h3.admissions  {display: inline; font-family: Arial, Verdana,  Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #663366; }

		h4.admissions  {display: inline; font-family: Arial, Verdana,  Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #663366; }

		h5.admissions  {display: inline; font-family: Arial, Verdana,  Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #663366; }

		

		  form {

			  margin: 0;

			  display: inline;

		  }

		  img {

			  vertical-align: bottom;

			  display: inline;	

		  }

		  input, textarea, select {

			  font-size: 10px;

			  color: #333333;

			  border: solid #CCCCCC 1px;

			  margin: 0;		

		  

		  }



		  input.imagebutton {

		  	border: 0px;

		  }

		  input.submitbutton{

			  background-color: #003082;

			  color: #FFFFFF;

			  font-weight: bolder;

			  padding: 1px 2px 1px 2px;

			  border: solid #CCCCCC 0px;

		  }

		  



		  .content a:link, .content a:visited{

			  color: #003082;

			  text-decoration: underline;

		  }

		  .content a:hover{

			  color: #003082;

			  text-decoration: none;

			  

		  }

		  .breadcrumb a:link, .breadcrumb a:visited{

			  font-size: 10px;

			  color: #999999;

			  text-decoration: underline; 

		  }

		  .breadcrumb, .breadcrumb a:hover{

			  font-size: 10px;

			  color: #999999;

			  text-decoration: none;  

		  }





		  

/* main is added as a class in the body tag, the container defines the width and centering of all content */

.main #container { 

	width: 923px;

	background: #FFFFFF;

	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

	border: solid #000000 0px;

	text-align: left; /* this overrides the text-align: center on the body element. */

}



	/* leftsidebar - contains leftsidebar1 + images under blue background */ 

	#leftsidebar {

		float: left; /* since this element is floated, a width must be given */

		width: 174px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */

		padding: 0px;

		border: 0px solid #000000;

		background-color: #FFFFFF;	

		border: solid #000000 0px;

	}



		/* leftsidebar1 - contains images and text on blue bg */ 

		#leftsidebar1 {

			float: left; /* since this element is floated, a width must be given */

			width: 162px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */

			padding: 0px;

			border: solid #000000 0px;

		}

				/* left navigation: positioning and style */ 

				#nav {

					float: left; /* since this element is floated, a width must be given */

					width: 145px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */

					padding: 0;

					margin: 0;

					border: solid #000000 0px;

				}			

				#nav ul{

					display: block;

					padding: 0;

					margin: 0;

					top: 0px;

					left: 0px;

					list-style-type: none;

					width: 145px;

				}			

				#nav ul li{

					color: #FFFFFF;

					padding: 4px;

					border: 1px;

					border-color: #a3b4d2;

					border-top-style: solid;

					margin: 1px 4px 1px 4px;

				}			

				#nav2 {

					float: left; /* since this element is floated, a width must be given */

					width: 145px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */

					padding: 0;

				}			

				#nav2 ul{

					display: block;

					padding: 0;

					margin: 0;

					top: 0px;

					left: 0px;

					list-style-type: none;

					width: 145px;		

				}			

				#nav2 ul li{

					color: #FFFFFF;

					padding: 4px;

					background-color: #5e7cb0;

					border: 3px;

					border-color: #a3b4d2;

					border-top-style: double;

					border-bottom-style: double;

					margin: 1px 4px 1px 4px;			

				}



				#nav ul li a:link, #nav ul li a:visited,

				#nav2 ul li a:link, #nav2 ul li a:visited{

					color: #FFFFFF;

					text-decoration: none;

				}			

				#nav ul li a:hover, #nav2 ul li a:hover{

					color: #FFFFFF;

					text-decoration: underline;

				}

	



				#navon {

					float: left; /* since this element is floated, a width must be given */

					width: 141px; /* the actual width of this div, in standards-compliant browsers, or 

					standards mode in Internet Explorer will include the padding and border in addition to the width */

					padding: 0;

				}			

				#navon ul{

					display: block;

					padding: 0;

					margin: 0px 0px 0px 4px;

					top: 0px;

					left: 0px;

					list-style-type: none;

					width: 141px;

				}			

				#navon ul li{

					color: #FFFFFF;

					padding: 4px;

					background-color: #8ca2c7;

					border-top: 3px;

					border-bottom: 1px;

					border-color: #d1dae9;

					border-top-style: double;

					border-bottom-style: solid;

					margin: 0px 4px 0px 0px;

				}



				#navon ul li a:link, #navon ul li a:visited{

					color: #003082;

					text-decoration: none;

				}			

				#navon ul li a:hover{

					color: #003082;

					text-decoration: underline;

				}



				#navon ul ul{

					display: inline;

					padding: 0;

					margin: 0;

					top: 0px;

					left: 0px;

					width: 141px;

					list-style-type: none;

				}

							

				#navon ul ul li{

					font-size: 12px;

					color: #ffb300;

					border: 0px;

					border-color: #d1dae9;

					padding: 4px;

				}





				#navon ul ul li a:link, #navon ul ul li a:visited{
	color: #FFF;
	text-decoration: none;

				}			

				#navon ul ul li a:hover{

					color: #003082;

					text-decoration: none;

				}





				#navon ul ul li.subnavon{

					font-size: 12px;

					color: #ffb300;

					border: 0px;

					border-color: #d1dae9;

					padding: 4px;

				}

				#navon ul ul li.subnavon a:link, #navon ul ul li.subnavon a:visited{

					color: #003082;

					text-decoration: none;

				}			

				#navon ul ul li.subnavon a:hover{

					color: #FFFFFF;

					text-decoration: none;

				}

		

				
				#navon ul ul li.subsubnav{

					font-size: 12px;

					background-color: #afbed8;

					color: #ffb300;

					padding: 1px 1px 1px 10px;

				}

				#navon ul ul li.subsubnav a:link, #navon ul ul li.subsubnav a:visited{

					color: #003082;

					text-decoration: none;

				}			

				#navon ul ul li.subsubnav a:hover{

					color: #FFFFFF;

					text-decoration: none;

				}

					#navon ul ul li.subsubnavon{

					font-size: 12px;

					font-weight: bold;

					background-color: #afbed8;

					color: #ffb300;

					padding: 1px 1px 1px 10px;

				}

				#navon ul ul li.subsubnavon a:link, #navon ul ul li.subsubnavon a:visited{

					color: #000000;

					text-decoration: none;

				}			

				#navon ul ul li.subsubnavon a:hover{

					color: #003082;

					text-decoration: none;

				}

			<! 3rd level -----------
				#navon ul ul ul{

					display: inline;

					padding: 0;

					margin: 0;

					top: 0px;

					left: 0px;

					width: 141px;

					list-style-type: none;

				}

							

				#navon ul ul ul li{

					font-size: 12px;

					color: #ffb300;

					border: 0px;

					border-color: #d1dae9;
							

					padding: 4px;

				}


				#navon ul ul ul li.subsubsubnav{

					font-size: 12px;

					background-color: #afbed8;

					color: #003082;

					padding: 1px 1px 1px 15px;

				}

				#navon ul ul ul li.subsubsubnav a:link, #navon ul ul ul li.subsubnav a:visited{

					color: #336699;

					text-decoration: none;

				}			

				#navon ul ul ul li.subsubsubnav a:hover{

					color: #003333;

					text-decoration: none;

				}

					#navon ul ul ul li.subsubsubnavon{

					font-size: 12px;

					font-weight: bold;

					background-color: #FFFFFF;

					color: #003082;

					padding: 1px 1px 1px 10px;

				}

				#navon ul ul ul li.subsubsubnavon a:link, #navon ul ul ul li.subsubsubnavon a:visited{
	color: #6CF;
	text-decoration: none;
				}			

				#navon ul ul ul li.subsubsubnavon a:hover{

					color: #003333;

					text-decoration: none;

				}



			<! end 3rd level----------






				/* left text under navigation: positioning and style */ 

				#leftcontent {

					float: left; /* since this element is floated, a width must be given */

					width: 140px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */

					color: #cccccc;

					padding: 5px;

					margin: 0;

				}

				#leftcontent a:link, #leftcontent a:visited{

					color: #cccccc;

					text-decoration: none;

				}	

				#leftcontent a:hover{

					color: #003366;

					text-decoration: underline;

				}





	/* maincontent - creates the content area next to the left column */ 

	#mainContent { 

		margin: 0 0 0 174px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #leftsidebar1 space when the content in #leftsidebar1 ends. */

		border: solid #FF0000 0px;

		padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */

	} 

			/* header - contains header nav and search box positioning */ 

			#header{

				float: right;

				margin: 0;

				border: solid #CCCCCC 0px;

				padding: 3px 13px 3px 3px;

				height: 25px;

				}

		

				/* headernav: style */ 

				#header ul{

					display: inline;

					padding: 0;

					font-size: 11px;

				}

				#header ul li{

					display: inline;

					padding: 3px;

				}

				#header ul li a:link, .main #mainContent #header ul li a:visited {

					padding: 3px;

					color: #666666;

					text-decoration: none;	

				}		

				#header ul li a:hover{

					padding: 3px;

					color: #666666;

					text-decoration: underline;	

				}		

				#header ul li.headeron{

					display: inline;

					padding: 0;		

				}		

				#header ul li.headeron{

					display: inline;

					padding: 0;		

				}

				#header ul li.headeron a:link, #header ul li.headeron a:visited {

					padding: 2px;

					color: #003082;

					text-decoration: none;	

				}		

				#header ul li.headeron a:hover{

					padding: 2px;

					color: #003082;

					text-decoration: underline;	

				}

		

		

	

		



/* footer: contact information  */ 

#footer{

	float:left;

	color: #666666;

	font-size: 10px;

	line-height: 125%;

	margin: 0 0 0 8px;



}

#footer a:link, #footer a:visited{

	color: #666666;

	text-decoration: none;

}

#footer a:hover{

	color: #666666;

	text-decoration: underline;

}





.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */

	clear:both;

    height:0;

    font-size: 1px;

    line-height: 0px;

}.visited {
	color: ffffff;
}

