@charset "utf-8";
/* CSS Document */

body {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;

}

h1 {
	color:#006600;
}

	#container {
		width:1020px;
		margin:10px auto;
		min-height:500px;
		min-width:930px;
	}
		
		#header {
			width:1020px;
			margin:0px auto;
			margin-bottom:0px;
		}
	
			#sign {
				background-image:url(../pics/entry_sign.png);
				background-position:center;
				background-repeat:no-repeat;
				height:230px;
				width:309px;
				float:right;
				margin-left:60px;
				margin-bottom:10px;
				margin-right:30px;
			}
			
			#title {
				background-image:url(../pics/title3.png);
				background-position:center;
				background-repeat:no-repeat;
				height:230px;
				width:621px;
				float:right;
				margin-bottom:10px;
			}
			
			#links {
				clear:both;
				width:100%;
				text-align:center;
			}
						
			#links a {
				display:inline-block;
				color:#FFFFFF;
				font-weight:bold;
				font-variant:small-caps;
				font-size:22px;
				padding:25px 35px 25px 35px;
				margin:0px 0px;
				min-width:60px;
			}
			
			#links a:hover {
				background-image:url(scroll.png);
				background-position:right center;
				background-repeat:no-repeat;
			}

		#content {
			clear:both;
			background-color:#CCCCCC;
			padding:20px;
			border:12px double white;
		}
		
			#content a {
				color:#006600;
				font-weight:bold;
			}
		
			.first {
				line-height:180%;
				vertical-align:bottom;
			}
		
			.paragraphIntro {
				margin:0px;
				padding:0px 5px 0px 0px;
				color:#006600;
				font-weight:bold;
				font-size:200%;
				vertical-align:sup;
			}
			
			#schoolTable a {
				color:#006600;
			}
			
			ol.second {
				list-style:upper-alpha;
			}
			
			ol.third {
				list-style:lower-latin;
			}
			
			ol.none {
				list-style:none;
			}
