html {
	margin:0; 
	border:0; 
	padding:0; 
	font-family:sans-serif; 
	font-size:0.8em; 
	text-align:justify; 
	color:#f0deb6;
	background:#000; 
    	overflow:auto;
	}


body {
	margin:0; 
	border:0; 
	padding:0; 
	background:transparent;
    	overflow:auto;
	}


#wrapper {
    	width:782px; 
	margin:50px auto; 
	border:0; 
	padding:0 0 50px 0; 
    	background:transparent;
	overflow:hidden;
	}


#content {
	width:782px; 
	margin:0; 
	border:0; 
	padding:0;
   	background:url(test.jpg) 220px 0 no-repeat #bd4d0d;
	overflow:hidden;
	}

    
#tophead {
	width:782px;
    	height:165px; 
    	padding:10px;
    	background:transparent;
	}
   
   
#head, #row { 
   	width:782px;
       	}
       

#head1 {
    	float:left;
   	height:190px;
    	width:220px;
    	margin:0;
    	border:0;
    	padding:0;
    	background:url(crest.gif) no-repeat #000;
    	}
    
#head2 {
    	float:left;
    	height:129px; 
	width:284px;
    	margin:0;
    	border-bottom:1px solid #000;
	padding:20px;
	font-size:1.0em;
	color:#000;
    	background:#f0deb6;
	}
   
#head3 {
	float:left;
	height:189px;
	width:238px;
	margin:0;
	border-bottom:1px solid #000;
	padding:0;
	background:url(student3.jpg) 0 0 no-repeat #f0deb6;
	}
     
#col1 {
      	float:left; 
      	width:200px; 
      	margin:0;
      	border:0; 
      	padding:10px;
        background:transparent;
	text-align:left;
      	}
      
#col2 {   
      	float:left; 
      	width:541px; 
      	margin:0;
        padding:0;
      	border-left:1px dashed #d5d805;
      	background:transparent;
      	}

#col2row1 {   
      	width:541px;
	padding:10px;
	background:transparent;
	}

#col2row2 {   
      	width:561px;
	background:transparent;
	}

#col3 {
	float:left;
	width:250px;
	margin:0;
	padding:0 10px 0 20px;
	border:0;
	background:transparent;
	text-align:left
	}

#col4 {
	float:left;
	width:250px;
	margin:0;
	padding:0 20px 0 10px;
	border:0;
	background:transparent;
	text-align:left;
	}

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

a:hover {
	/*color:#346bc8;*/
	text-decoration:none;
	}
    
img {
	margin:0;
	border:0;
	padding:0;
	}

.cap {
	float:left;
    	padding-right:2px;
    	font-family:georgia, times;
	font-size:62px;
    	font-weight:normal;
	line-height:45px;
	color:#444444;
	}
    
h2 {
	font-size:1.5em;
	font-weight:normal;
	}

/* Curved Corners */
.ctop *, .cbottom *{display:block; position:relative; height:1px; overflow:hidden; background:transparent;}
.c1{border-left:5px solid #000; border-right:5px solid #000;}
.c2{border-left:3px solid #000; border-right:3px solid #000;}
.c3{border-left:2px solid #000; border-right:2px solid #000;}
.c4{border-left:1px solid #000; border-right:1px solid #000; height:2px;}
/* End Curved Corners */

/* SLIMBOX */
#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
	}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
	}	

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
	}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
	}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
	}

#lbPrevLink {
	left: 0;
	}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
	}

#lbNextLink {
	right: 0;
	}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
	}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
	}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
	}

#lbCaption, #lbNumber {
	margin-right: 71px;
	}

#lbCaption {
	font-weight: bold;
	}
