@charset "UTF-8";
/* CSS Document */
* {
  margin: 0px;
	padding: 0px;
	}
body {
  margin-top: 10px;
  background-color: #0D1733;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
  color: #ffffff;
	font-weight: normal;
	}
#wrapper {
  background-color:#fff;
	padding: 10px;
	padding-top: 9px;
	padding-right: 0px;
	width: 895px;
	height: 600px;
	margin: 0 auto;
	text-align: left;
	}
#banner_left {
	width:211px;
	height: 191px;
	float:left;
	background-color: #0D1733;
	background: url(../images/migs_logo.jpg) no-repeat;
}
#breadcrumb {
	padding-left: 9px;
	padding-top: 8px;
	font-size:12px;
	}
#banner_right {
  float:left;
	width: 681px;
	height: 191px;
	background-color: #0D1733;
	background:url(../images/migs_banner.jpg) no-repeat;
  }
#title {
  text-align: right;
	font-size: 24px;
	color:#FFFFFF;
	padding-right: 16px;
	padding-top: 2px;
  }
#highlight {
	width: 211px;
	height: 42px;
	background-color: #16295B;
	background:url(../images/highlight.jpg) no-repeat;
  }
#highlight_text {
	padding-left: 9px;
	padding-top: 10px;
	}
#highlight_text a{
	color: #ffffff;
	text-decoration: none;
}
#highlight_text a:hover{
	color: red;
}
#main_wrapper {
  float:right;
	width: 681px;
	height: 380px;
	background: url(../images/bg_main.jpg) repeat-y;
	overflow: hidden;
	overflow: auto;
  }
#main {
	margin: 10px;
  }
#main a {
  color: #ffffff;
	}
#nav {
	width:211px;
	float:left;
	height: 380px;
	background-color: #0D1733;
	background:url(../images/migs_nav_dark.jpg) repeat-y;
}
h1 {
  font-size: 30px;
  font-weight: normal;
	line-height:normal;
	}
#front1 {
	float:left;
	width: 300px;
	}
#front2 {
	float: right;
	width: 340px;
	text-align: right;
	padding-right: 9px;
	line-height: 18px;
	}
#footer {
  clear: both;
	float: left;
	width: 893px;
	height: 41px;
	background-color: #16295B;
	background:url(../images/migs_footer.jpg) no-repeat;
	}
#footer_text_left, #footer_text_right {
  margin: 15px;
	margin-left: 9px;
	font-size: 10px;
	color: #244394;
	}
#footer_text_left {
  float:left;
	width: 300px;
	}

#footer_text_right {
  float:right;
	width: 300px;
	text-align: right;
	}
#footer_text_left a {
	color: #244394;
	}
h2 {
  margin-bottom: 10px;
  font-weight: normal;
	}
p {
  margin-bottom: 1.6em;
	}
#main li, #main ol {
  margin-left: 10px;
	margin-bottom: 4px;
	}
.imageLeft {
  float: left;
	margin-right: 5px;
	}
.imageRight {
	float: right;
	margin-left: 5px;
	}
img {
  border: none;
	}
.small {
	font-size: 9px;	
	color: #244394;
	}
.small a{
	text-decoration: none;
}