body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	line-height: 1.4em;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(../images/background.jpg);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: repeat-y;
}

h1, h2, h3 {
	color: #00519B;
}

#header {
	text-align: left;
	background-image: url(../images/photo_mpc.jpg);
	background-repeat: no-repeat;
	padding-left: 200px;
	height: 200px;
	padding-right: 10px;
	background-position: 5px 5px;
	padding-top: 10px;
}

#wrap #header h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 45px;
}

#wrap #header h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	line-height: 8px;

}
#wrap #header p {
	width: 600px;
	padding-left: 10px;
}

#nav {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	height: 30px;
	margin: 0px;
	padding: 0px;
	background-color: #FFC;
}

#nav ul li {
	display: inline;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0px;
}

ul {
	list-style-type: none;
	margin: 0px;
	padding: 5px;
}
ul li {
	list-style-position: inside;
	list-style-type: square;
	margin-left: 10px;
}


#intro {
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	padding: 10px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #FFF;
	line-height: 14px;
}

#wrap {
	padding: 10px;
	width: 930px;
	margin-top: 40px;
	margin-bottom: 40px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	border: 10px none #034769;
}

#main {
	float: left;
	width: 588px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}


#sidebar {
	float: right;
	width: 308px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: left;
	font-size: x-small;
	background-color: #FFF;
	padding: 0px;
	border: 1px none #000;
}
#sidebar #events {
	background-color: #FFC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#events #request {
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	background-color: #FFF;
	padding-bottom: 10px;
}

#events #avteam {
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	background-color: #FFF;
	padding: 10px;
}



#footer {
	clear: both;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	padding: 10px;
	font-size: x-small;
}

.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.center {
	text-align: center;
}


.indent {
	padding-left: 10px;
	color: #000;
}
#wrap #main p img {
	float: left;
	margin-right: 5px;
}
tr th {
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #000;
	text-decoration: underline;
}
#wrap #main h2 {
	clear: left;
}
.indent img {
	margin-bottom: 20px;
}
.highlight {
	color: #00519B;
}
.list {
	margin-left: 25px;
	list-style-type: circle;
}
.underline {
	text-decoration: underline;
}

