html {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
	color: #004697;
}
p {
	margin: 0;
	padding: 0 0 1em 0;
}
a {
	text-decoration: none;
	color: #e53629;
}
a:visited {
	color: #e53629;
}
a:hover {
	text-decoration: underline;
}
#page {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	font-size: 1.1em;
	line-height: 1.6em;
}
#left {
	margin: 0;
	padding: 0;
	width: 200px;
	float: left;
	text-align: right;
}
#left #umftlogo {
	margin: 15px 0;
}
#left p {
	margin-right: 10px;
}
#main {
	margin: 0 0 0 10px;
	padding: 0;
	width: 540px;
	text-align: left;
	float: left;
	background: #e5ecf4 url(img/blue_light_bot.gif) 0 bottom no-repeat;
	overflow: hidden;
}
#main h1 {
	font-size: 2em;
	font-weight: bold;
	line-height: 1em;
	text-transform: uppercase;
	margin: 0;
	padding: 23px 20px 17px 20px;
	background-color: #FFFFFF;
}
#main h1 span {
	font-size: .82em;
	font-weight: normal;
	line-height: 1em;
	text-transform: none;
}
#main h1 a, #main h1 a:hover {
	color: #004697;
	text-decoration: none;
}
#main #top {
	margin: 0;
	padding: 0;
	background: #7fa2cb url(img/blue_mid_bg.gif) 0 3.5em repeat-x;
}
#main #top.inside {
	background-color: #e5ecf4;
	background-image: none;
}
#main #top #title {
	margin: 0;
	background: #004697 url(img/blue_dark_top.gif) 0 0 no-repeat;
}
#main #top #title h2, #main #content h2 {
	font-size: 2em;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1.2em;
	color: #FFFFFF;
	margin: 0;
	padding: .5em 20px;
}
#main #content h2 {
	color: #004697;
	padding: 0;
}
#main #content h3 {
	font-size: 1.5em;
	margin: 0;
	padding: .5em 0;
}
#main #top #tricolor {
	margin: -3.5em -210px 0 0;
	padding: 0;
	width: 750px;
}
#main #top #topcontent {
	margin: 0;
	padding: 5px 15px 15px 15px;
/*	background: url(img/blue_mid_bot.gif) 0 bottom no-repeat; */
}
#main #top #topcontent img {
	margin: 5px;
	border: none;
}
#main #content {
	padding: 20px;
	min-height: 290px;
}
#main #content img {
	margin: 0 1em 1em 1em;
	border: 1px solid #004697;
}
#main #content img.alignleft {
	float: left;
	margin-left: 0;
}
#main #content img.sima {
	margin: 0;
 border-width: 0;
}
#main #content img.alignright {
	float: right;
	margin-right: 0;
}
#main #content #terkep {
	margin: 15px 0 0 50px;
}
#main ul, #main ol {
	margin: 0;
	padding: 0 0 1em 2em;
}
#main ul li {
	list-style: square;
}
#right {
	margin: 0;
	padding: 0;
	float: right;
	width: 210px;
	text-align: left;
}
#right ul {
	margin: 80px 0 30px 10px;
	padding: 0;
	line-height: 1.2em;
	border-top: 1px dotted #004697;
}
#right ul li {
	font-weight: bold;
	text-transform: uppercase;
	padding: 1.2em 0 .8em 25px;
	list-style-type: none;
	background: url(img/arrow.gif) 0 1em no-repeat;
	min-height: 21px;
	border-bottom: 1px dotted #004697;
}
#right p {
	margin-left: 35px;
}
#bottom {
	clear: both;
	font-size: .9em;
	text-align: left;
	padding-top: 1em;
}
#bottom p {
	line-height: 1.2em;
	padding: 1em 0;
}
#bottom #copyright {
	border-right: 1px dotted #004697;
	width: 210px;
	text-align: right;
	float: left;
	margin: 0 20px 0 0;
}
#bottom #copyright p {
	padding-right: 10px;
}
small {
	font-size: 0.9em;
	line-height: 1.2em;
}

