<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.bounding-box {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.aspect-4-3 { 
  width: 100%; 
  padding-bottom: 75%;
}


/* Table Layout */

table.layout {
    margin: 0px auto;
    padding: 0px;
    background: #fff;
    border: none;
    text-align: left;
}

table.shadow  {
    margin: 0px auto;
    padding: 0px;
    background: #fff;
    border: none;
    text-align: left;
	-moz-box-shadow: 0 0 10px #888;
    -webkit-box-shadow: 0 0 10px #888;
     box-shadow: 0 0 10px #888;
}

.shadow  {
    background: #fff;
	-moz-box-shadow: 0 0 10px #888;
    -webkit-box-shadow: 0 0 10px #888;
     box-shadow: 0 0 10px #888;
}
td.layout  {
    vertical-align: top;
    margin: 0px;
    padding: 0px;
}

td.shadow  {
    vertical-align: top;
    margin: 0px;
    padding: 0px;
	background-image: url('/img/shadowBkgd.jpg?v=2');
    background-position: left top;
    background-repeat: repeat-y;
}

tr.header {
	border:none;
	background-color:#e4e9be;
	
}


#ctf_table td.instructions { 
    padding: 0.2em; 
    background: #ddf;
}
#ctf_table td.dropzone {
    font-weight: bold;
    padding: 1.0em; 
    text-align: center;
}
#ctf_table td.folders { 
    padding: 0.2em;
}

/* front page stuff */




/* News/events/features feeds home page and Search */




#event_box {
    background-color:#e1e7cd;
    padding-top:10px;
    margin: 0px;
	width:280px;
}

#search_box {
    padding: 0px 10px 0px 10px;
    margin: 0px;
    height: 33px;
    line-height: 33px;
    vertical-align: middle;
    float: right;
    background: #BCCE92;
}

/*
 * styling related to email notification 
 */ 

.emailTestButton {
	float:left;
	position:relative;
	padding:8px;
	margin:16px 10px 0px 25px;
	background-color:#FBE200;	
}

.emailTestButton a, .emailSendButton a {
	color:#333;

}

.emailSendButton {
	float:left;
	position:relative;
	padding:8px;
	margin:16px 10px 0px 0px;
	background-color:#FBE200;
}


/*
 * bottom sidebar usually has search and a couple links, and maybe a logo.
 */ 
#sidebar h3 {
    margin-top: 40px;
    padding-left: 20px;
}
 
 

#side_menu,  #more_side_menu {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 223px;
}



#search_form { /* Sidebar search elements */
    margin-left: 20px;
}

#search_form h3 {/* Sidebar search elements */
    padding: 0px;
    margin: 0px;
    color: white;
    font-weight: bold;
    font-size: 1.5em;
}

#left_side {
    vertical-align: top;
    padding-top: 0px;
    padding-bottom: 10px;
    background-color:#fff;
	width:240px;
}

#left_side p { 
padding: 0px 10px 0px 10px; 
}

#left_side h5 { 
margin:8px 0px 20px 10px;
font-style:italic;
}

#main_content {
    padding:30px 60px 30px 40px;
	width:660px;
}

#skillsSearch_content {
    padding:30px 20px 30px 40px;
	width:920px;
}



#basic_content {
    padding:30px 20px 30px 40px;
	width:680px;
}







/* template: multisection_with_images */
.tpl_section {
  position: relative;
  top: 0px;
  left: 0px;
  margin: 1em 0em 0em 0em;
  padding: 0px;
  _height: 1%;
  overflow: hidden;
  clear: both;
}

.tpl_section_image {
  width: 150px;
  margin: 1em 0em 0em 0em;
  padding: 0em;
  text-align: center;
  float: right;
}

.tpl_section_image img {
  border: none;
}
.tpl_section_image a {
  border: none;
}

.tpl_section_text {
  width: 515px;
  margin: 0px;
  padding: 0px;
  float: left;
}

.tpl_section_text h3 {
  color: #a7af38;
  margin: 1em 0em 0.2em 0em;
  padding: 0px;
}
.tpl_section_text h3 a {
  color: #a7af38;
  border-color: #a7af38;
  text-decoration: none;
}

.tpl_section_text p {
   margin: 0px;
   padding: 0px;
}



/**********************************************************************************************
 * #content wraps the footer where the footer menu is usually displayed as a list of links plus
 * some static info.
 */

 
</pre></body></html>