@CHARSET "ISO-8859-1";

html, body 
{ 
	font-family: Arial, Verdana; 
	margin: 0px; 
	padding:0px; 
	background: #273339 url(bg.png) top repeat-x ;
	height: 100%;
	font-size: 10pt;
	text-align: justify;
}

h2 {
  color: #0C0C53;
  text-align: center;
}

#layout {
	width: 755px;
	background-color: #ffffff;
	border-left: solid 2px black;
	border-right: solid 2px black;
	border-bottom: solid 2px black;
	margin: 0 auto;
	padding: 0px;
}

#layout-title {
	height: 128px;
	background-image:url(headerbg.png);
	background-position:0 0;
	background-repeat: no-repeat;
	background-color: #000040;
}

#layout-title h1 {
	float: right;
	font-size: 14pt;
	font-weight: bold;
	margin: 5px;
	margin-right: 25px;
	color: #ffffff;
}

#layout-menu {
	height: 32px;
	background-color: #273339;
	padding-left: 10px;
	font-size: 8pt;
	vertical-align: middle;
}

#layout-menu a {
	display: block;
	float: left;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	padding: 9px;
}

#layout-menu a:hover {
	background-color: #6E6E91;
}

#layout-main {
	background-image: url( shadow.png );
	background-repeat: repeat-x;
	background-position: 0 0;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
}

#layout-footer
{
	height: 50px;
	background: url(footerbg.gif) no-repeat;
	background-position: 30px 0px;
}

/** Icons **/

#mislink
{
	width: 96px;
	height: 96px;
	background-image:url(mis2008.png);
	margin: 15px;
	float: left;
}

/** Interface **/
.button
{
	display: block;
	height: 40px;
	width: 346px;
	background-repeat: no-repeat;
	background-position:0 0;
	position:relative;
	border: solid 2px black;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
	color: #ffffff;
	padding-top: 24px;
	padding-left: 32px;
	background-image:url(button.png);
}

.button:hover
{
	color: #000000;
	background-image:url(buttonbg-h.png);
}

.step-num
{
	display: block;
	background-image: url(step-num-bg.png);
	background-repeat: no-repeat;
	background-position:0 0;
	width: 64px;
	height: 44px;
	text-align:center;
	padding-top: 20px;
	font-size: 14pt;
	color: #ffffff;
	font-family: Arial;
	font-weight: bold;
}