body {
	background: #003399;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
}

#page {
	background: #FFFFFF url(img/right.gif) repeat-y right;
	width: 100%;
	min-width: 800px;
	height: auto;
	margin: 0 auto;
	padding: 0 0 0 0;
	text-align: left;
}
#page2 {
	background: transparent url(img/left.gif) repeat-y left;
}

#top {
	width: 100%;
	min-height: 122px;
	margin: 0;
	padding: 0;
	background: #003399 url(img/miro1.gif) no-repeat bottom right;
	float: left;
}
#top a img {
	border: 0;
	margin: 0 0 0 60px;
}
#top h1 {
	font-size: 1em;
	font-weight: bold;
	padding: 0;
	margin: 0 0 0 68px;
	color: #FFFFFF;
}

#top #local {
	position: absolute;
	top: 0;
	right: 150px;
	font-size: smaller;
}
#top #local li {
	list-style: none;
}
#top #local a {
	text-decoration: none;
	color: #3399CC;
	font-weight: bold;
}
#top #local a:hover {
	text-decoration: underline;
	color: #3399CC;
	font-weight: bold;
}

#main {
	background: url(img/miro2.gif) no-repeat top right;
	width: 100%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	clear: left;
}/*
*:first-child+html {} * html {} #main {
	height: 450px;
}*/
#main hr {
	color: #3399CC;
	background-color: #3399CC;
	height: 2px;
	margin: 0 180px 0 90px;
}

h2 {
	font-weight: bold;
	font-size: 1.4em;
	color: #3399CC;
	padding: 0;
}
.tl {
	background: url(img/tl.gif) no-repeat top left;
	/*width: 40px;*/
	margin: 0 180px 0 50px;
	height: 39px;
	padding: 10px 100px 0 40px;
	clear: none;
}

#content {
	padding: 0 180px 0 50px;
	text-align: left;
	width: auto;
	margin: 5px 50px 0 40px;
	height: auto;
	min-height: 450px;
	clear: none;
}/*
*:first-child+html {} * html {} #content {
	height: 450px;
}*/
#content hr {
	color: #3399CC;
	background-color: #3399CC;
	height: 2px;
	margin: 0;
}
#content a {
	color: #003399;
}
#content a:hover {
	background-color: #FFCC00;
	color: #003399;
}
#content a img {
	border: 0;
}


#nav {
	float: right;
	width: 159px;
	height: auto;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
#nav ul {
	width: 148px;
	margin: 120px 0 0 0;
	padding: 0;
	float: right;
	background: #003399;
}
#nav li {
	list-style: none;
	margin: 0;
	padding: 0;
	color: Navy;
}
#nav li:hover {
	color: #3300CC;
}
#nav li a {
	display: block;
	padding: 0.25em 0 0.25em 15px;
	text-decoration: none;
	width: 148px;
	color: Navy;
	font-weight: bold;
	background: #3399CC;
	margin: 2px 0 0 0;
}
#nav li a:hover {
	background: #FFCC00;
}
#nav>ul a {
	width: auto;
}
#nav li #first {
	background: #3399CC url(img/menu-item-corner.gif) no-repeat top left;
}
#nav li #first:hover {
	background: #FFCC00 url(img/menu-item-corner.gif) no-repeat top left;
}
#nav p {
	text-align: center;
	width: 148px;
}
#nav p img {
	margin-top: 20px;
}

#bottom {
	background: #003399;
	text-align: center;
	line-height: 50px;
	clear: both;
	margin: 0;
	padding: 0;
}
#bottom p {
	vertical-align: bottom;
	font-size: smaller;
	color: #FFFFFF;
}
