<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Set default font*/
body {
    font-family: arial;
}

#root_table {
	width: 100%;
	/* border: 1px solid black; */
}

/*Make sure images don't have borders, etc...*/
img {
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    border: none;
}

/*This is mostly for the table containing the banner images at the top */
table {
    border-collapse: collapse;
    padding: 0px;
    margin: 0px;
}

/* Ditto above */ 
tr, td {
    padding: 0px;
    margin: 0px;
}

/** The default heading has too much space around it. **/
h2 {
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;	
}

/* This makes a nice thin hr to add a little class ;) */
hr.thin_rule {
    color: black; /* IE */
    border: none;
    background-color: black; /* FF */
    height: 1px;
    width: 98%;
}

/* A div in which the content is always centered */
.centered{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

/* The navigation links just below the banner */
a.nav_link {
    font-family: arial;
    color: black;
    padding 0px;
    margin: 0px;
    text-decoration: none;
}

/* Turn the nav links blue on hover */
a.nav_link:hover {
    color: blue;
}

/* MTU colored divider used as a HR in some places */
img.striped_divider {
    height: 3px;
    width: 98%;
}

/* DIV for the MTU divider above */
div.striped_divider {
    margin: 0px;
    padding: 0px;
 	padding-top: 3px;
	padding-bottom: 3px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/* These are all components of the banner */
	#header, #header_top, #header_bottom {
	    width: 100%;
	}
	
	#mtu_logo {
	    background: url("mtu_logo.jpg");
	    vertical-align: bottom;
	    width: 252px;
	    height: 87px;
	}
	
	#top_spacer {
	    background: repeat-x url("top_spacer.jpg");
	}
	
	#csgso_logo {
	    width: 258px;
	    background: no-repeat url("csgso_logo.jpg");
	}
	
	#left_bottom {
	    height: 90px;
	    width: 26px;
	    background: no-repeat url("left_bottom.jpg");
	}
	
	#title {
	    text-align: center;
	    background: repeat-x url("bottom_spacer.jpg");
	}
	
	h1.main_title {
	    font-family: Monospace;
	}
	
	#right_bottom {
	    height: 90px;
	    width: 24px;
	    background: no-repeat url("right_bottom.jpg");
	}
	
	#title_img {
	    /* Centers the title image nicely */
	    position: relative;
	    top: -15px;
	    /* This is sufficient for Firefox */
	    display: block;
	    margin-left: auto;
	    margin-right: auto;
	    /*This was needed for IE*/
	    text-align: center; 
	}
/** End banner **********/

/** For the fancy sidebar ***/
	#sidebar {
	    position: relative;
	    /* The float works great in IE, but not in FF */
/*	    float: left; */
	    top: 0px;
	    left: 0px;
	    width: 230px;
	}
	
	#sidebar_top {
	    position: relative;
	    width: 230px;
	    height: 25px;
	    background: no-repeat url("sidebar_top.jpg");
	}
	
	#sidebar_middle {
	    padding-top: 1px;
	    padding-bottom: 1px;
	    position: relative;
	    width: 230px;
	    background: repeat url("sidebar_spacer.jpg");
	}
	
	#sidebar_bottom {
	    position: relative;
	    width: 230px;
	    height: 27px;
	    background: no-repeat url("sidebar_bottom.jpg");
	}
	
	#sidebar_content {
	    margin: 0px;
	    padding: 0px;
	    position: relative;
	    left: 7px;
	    width: 199px;
	}
	
	div.sidebar_link {
		text-align: left;
		padding-left: 20px;
	}
	
	a.sidebar_link {
		font-family: arial;
		font-size: 0.9em;
		color: black;
		padding 0px;
		margin: 0px;
		text-decoration: none;
	}
	
	a.sidebar_link:hover:after {content: "&lt;&lt;&lt;";}

	a.sidebar_link:hover {
		color: blue;
	}
		
/**** End sidebar ********/

.small_text {
	font-size: 0.75em;
}

p.medium_text {
	text-align: left;
	font-size: 0.85em;
}

h4.faq_question {
	padding-top: 7px;
	padding-bottom: 5px;
	margin: 0px;
}

p.faq_answer {
	text-align: left;
	font-size: 0.85em;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
	margin: 0px;
}

p.medium_text_centered {
	text-align: center;
	font-size: 0.85em;
}

#main_table {
    width: 100%;
}

#left {
   width: 230px;
}


/** For a newspaper-style text column  **/
.newspaper_column {
    vertical-align: top;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    width: 215px;
}


/** For a type-writer style smaller heading **/
h4.small_heading {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Monospace;
	font-size: 1.5em;
}

.skinny {
	width: 50%;
}

#left, #center, #right {
    vertical-align: top;
}

#center {
	padding-left: 20px;
}

table.album_table td {
	padding: 3px;
}

table.album_table img {
	border: 1px solid black;
}

table.pic_table {
	width: 100%;
}

table.pic_table td {
	vertical-align: top;
	text-align: center;
	padding: 3px;
}

table.pic_table td.description {
	vertical-align: top;
	text-align: left;
	padding: 3px;
	padding-left: 10px;
}


table.pic_table td.description h4 {
	text-align: left;
}

table.pic_table img {
	border: 1px solid black;
}

table.pic_table div.small_text {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 250px;
}
</pre></body></html>