@charset "iso-8859-1";
 
.margin { border: 2cm;
          margin-left: 5cm;
          margin-right: 5cm;
			   }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height: 135%;
	margin: 25px;
	font-size: 80%;
	background-image: url('graphics/bakgrnd.gif');
	}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 135%;
	margin: 25px;
	font-size: 100%;
	background-image: url('graphics/bakgrnd.gif');
	}

table.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 135%;
	margin: 25px;
	font-size: 100%;
	background: white;
	}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 150%;
	padding: .2 cm;
	}

ul { font-family: Verdana, Arial, Helvetica, sans-serif; }


a {
	font-weight: bold;
	text-decoration: none;
	color: #0066FF;
	}

 a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
	}

 a:active {
	font-weight: bold;
	text-decoration: none;
	}

.home_button {
	font-size: 90%;
	text-align: center;
	padding: 5px;
	}

.home_button a {
	color: blue;
	background: transparent;
	}

#tabslocation {
	margin-left: 17%;
	}

.home_button a:hover{
	color: white;
	text-decoration: underline;
	background: transparent;
	}

.header {
	width: 66%;
	margin-left: 17%;
	font-size: 80%;
	border: thin solid black;
	text-align: center;
	padding: 5px;
	}

.header2 {
	width: 707px;
	height: 150px;
	margin-left: 17%;
	font-size: 80%;
	font-weight: bold;
	border: thin solid black;
	text-align: center;
	padding: 5px;
	background-image: url('graphics/mclogo01.gif');
	background-position: 0px 50px;
	background-repeat: no-repeat;
	}

.content {
	width: 60%;
	line-height: 135%;
	}

.menutable  {
	margin-left: 17%;
	}

#main {
	width: 80%;
	margin-left: 10%;
	line-height: 150%;
	}

.main2 {
	width: 80%;
	margin-left: 10%;
	line-height: 140%;
	}

.footer  {
	text-align: center;
	font-size: -2;
	}

.normal { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 135%;
	margin-top: 5px;
	}

.row {
	margin-left:25%;
	text-align:center;
	}
		
.cell {
	position:relative;
	float:left;
	padding-left:10%;
	}

.link {
	background-color: #FFFFFF;
	border: none;
	}

.link a {
	font-weight: bold;
	text-decoration: none;
	font-size: 80%;
	color: #FFFF00;
	}

.link a:hover {
	font-weight: bold;
	text-decoration: none;
	font-size: 80%;
	color: #FF0000;
	}

.link a:active {
	font-weight: bold;
	text-decoration: none;
	font-size: 80%;
	color: #FFFF00;
	}

.col-outer1 {
	width: 600px;
	margin-left: 10%;
	line-height: 150%;
	border-top: thin black solid;
	}

.col-outer1 h4{
	text-align: center;
	}
	
.col1 {
	float: left;
	padding-left: 3%;
	width: 30%;
	margin-bottom: 15px;
	border-right: thin black solid;
	}
	
.col2 {
	float: left;
	padding-left: 3%;
	width: 30%;
	border-right: thin black solid;
	}
	
.col3 {
	float: left;
	padding-left: 3%;
	width: 30%;
	border-right: thin black solid;
	}