html {
	overflow: scroll;
	}

body {
	background: #EEE;
	margin: 0px;
	padding: 0px;
	}

body, p, table {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	}

a {
	color: #000;
	text-decoration: none;
	}

a:hover, a:focus, a:active {
	text-decoration: underline;
	}

#win {
	width: 832px;
	margin: 0px auto;
	border: none;
	padding: 0px;
	text-align: left;
	}

#mast {
	background: #CCC;
	margin: 0px;
	width: 832px;
	height: 206px;
	border-bottom: 1px solid #900;
	overflow: hidden;
	position: relative;
	}

#logo {
	background: #CCC url(../images/shield.gif);
	width: 176px;
	height: 131px;
	position: absolute; top: 0px; left: 14px;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	overflow: hidden;
	}

#jump {
	text-align: center;
	background: #666;
	width: 176px;
	height: 75px;
	overflow: hidden;
	position: absolute; top: 131px; left: 14px;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	}

#main {
	background: #FFF;
	margin: 0px;
	padding: 0px;
	width: 832px;
	border: none;
	}
	
	#main tr, #main td {
		vertical-align: top;
		margin: 0px;
		padding: 0px;
		background-color:#0000CC;
		position: relative;

		}

#nav {
	background: #900;
	width: 176px;
	margin: 0px 0px 0px 14px;
	padding: 10px 0px 0px 0px;
	text-align: left;
	}

#content {
	position: relative;
	margin: 10px;
	margin-bottom: 30px;
	padding: 0px;
	text-align: justify;
	widows: 100%;
	}

.footer {
	text-align: center;
	vertical-align:	middle;
	}
	
	.footer p, .footer a {
		color: #FFF;
		font-size: 10px;
		text-align: center;
		vertical-align: middle;
		margin: 0px;
		text-decoration: none;
		}

img.icon {
	width: 20px;
	height: 20px;
	border: none;
	margin: 3px 0 2px 0;
	}

img[name="iconkey"] {
	width: 169px;
	height: 15px;
	border: none;
	margin: 0;
	}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #900;
	font-size: 20px;
	margin: 0px;
	margin-bottom: 20px;
	background-color: #CCC;
	overflow: visible;
	padding: 0.3em 0em 0.3em 0em;
	text-indent: 1.5em;
	border-bottom: 1px solid #900;
	width: 100%;
	}

p {
	margin: 0px;
	margin-bottom: 5px;
	text-align: justify;
	}
	
ul {
	font-size: 12px;
	text-align: left;
	}
	
input.search {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	border: 2px inset #FFF;
	color: #666;
	background-color: #CCC;
	margin: 3px;
	padding: 0px;
	line-height: 9pt;
	font-weight: 300;
	font-variant: normal;
	text-align: left;
	vertical-align: middle;
	width: 120px;
}

input.searchbutton {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCC;
	color: #000;
	line-height: 9pt;
	font-size: 9px;
	width: 40px;
	padding: 0px;
	text-align: center;
	margin: 3px;
	vertical-align: middle;

}

input.hidden {
	display: none;
	}

input:focus {
	background-color: #FFFFFF;
}

form.search {
	margin: 0px;
	padding: 0px;
	}

.boo {
	display: none;
}

.pic_left {
	float: left;
	margin: 5px;
	margin-left: 0px;
	padding: 2px;
	border: 1px solid #CCC;
	}

.pic_left p {
	font-size: 10px;
	color: #666;
	margin: 2px;
	text-align: center;
	}
	
.pic_right {
	float: right;
	margin: 5px;
	margin-right: 0px;
	padding: 2px;
	border: 1px solid #CCC;
	}

.pic_right p {
	font-size: 10px;
	color: #666;
	margin: 2px;
	text-align: center;
	}
	
.application {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #FFF;
	text-align: center;
	}

.center {
	text-align: center;
	}
	
	
	
	
table.shadow { 
    align: center;
	}

td.shadow-top { 
    height: 4px;  
    background-image: url(http://www.sjprep.org/images/style/shadow/top.gif);
	}

td.shadow-topRight { 
    width: 15px;
    height: 4px;
    background-image: url(http://www.sjprep.org/images/style/shadow/topRight.gif);
	}

td.shadow-right { 
    width: 15px; 
    background-image: url(http://www.sjprep.org/images/style/shadow/right.gif);
	}

td.shadow-bottomRight { 
    width: 15px; 
    height: 15px;
	background-color: #EEE;
    background-image: url(http://www.sjprep.org/images/style/shadow/bottomRight.gif);
	} 

td.shadow-bottom { 
    height: 15px;
	background-color: #EEE;
    background-image: url(http://www.sjprep.org/images/style/shadow/bottom.gif);
	}

td.shadow-bottomLeft {
	width: 15px;
    height: 15px;
	background-color: #EEE;
    background-image: url(http://www.sjprep.org/images/style/shadow/bottomLeft.gif);
	} 

td.shadow-left { width: 15px;
    background-image: url(http://www.sjprep.org/images/style/shadow/left.gif);
	}

td.shadow-topLeft { 
    width: 15px; 
    height: 4px; 
    background-image: url(http://www.sjprep.org/images/style/shadow/topLeft.gif);
	}      

td.shadow-center { 
    background-color: white;
	}
