.clear { clear:both; }

#page {
	width: 100%;
	background-image: url(images/ml.png);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
}
#main {
	margin-right: 20px;
	margin-left: 20px;
	background-color: #FFFFFF;
	min-height:100%;
	height:100% !important;
	height:100%;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	text-align: justify;
	line-height: 1.5em;
	overflow: hidden;
}


#content {
	float: left;
	clear: left;
	text-align: justify;
	line-height: 1.5em;
	width: 75%;
	display: block;
	margin-right: 10px;
}

#sincontent {
	float: left;
	clear: left;
	text-align: justify;
	line-height: 1.5em;
	width: 95%;
	display: block;
	margin-right: 10px;
	margin-left: 10px;
}
h1 {
	font-family: "trebuchet MS", "Century Gothic", Arial, sans-serif, serif;
	font-weight: bold;
	line-height: 1em;
	padding: 5px 40px 5px 20px;
	color: #0081cb;
	font-size: 18pt;
	text-align: right;
}
h2, h3, h4, h5, h6 {
	font-family: "trebuchet MS", "Century Gothic", Arial, sans-serif, serif;
	font-weight: bold;
	font-weight: 100;
	color: #0081cb;
	padding: 5px 10px 5px 20px;
	font-size: 16pt;
}
#nav {
	margin-right: 20px;
	margin-left: 20px;
	background-color: #D6D6D6;
	background:url(images/nbg.png) repeat-x;
	height: 40px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#menu {
	width: 23%;
	float: right;
	height: 100%;
	line-height: 1em;
	max-width: 200px;

}
#menu h2 {
	font-family: "trebuchet MS", "Century Gothic", Arial, sans-serif, serif;
	padding: 5px 0px 0px 0px;
	color: #0081cb;
}

#menu ul ol {
	list-style-type: none;
	padding: 10px 10px 5px 10px;
}
#menu ul li a {
	color: #0081cb;
	font-size: 9pt;
	display: block;
	padding: 5px 0px 5px 0px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0081cb;
}

#menu ul li a:hover {
	color: #f68c03;
	font-size: 9pt;
	display: block;
	padding: 5px 0px 5px 0px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #f68c03;
}

#container {
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/mr.png);
	background-repeat: repeat-y;
	background-position: right top;
	width: 80%;
	background-color: #FFFFFF;

}

#top {
	background-image: url(images/tc.png);
	background-repeat: repeat-x;
	height: 20px;
}

#header {
	height: 120px;
	margin-right: 20px;
	margin-left: 20px;
	background-image: url(images/header4.png);
	background-repeat: no-repeat;
}
.tr {
	width: 29px;
	float: right;
	background-color: transparent;
	background-image: url(images/tr.png);
	background-repeat: repeat;
	background-position: right top;
	height: 20px;
}
.tl {
	width: 29px;
	float: left;
	background-color: transparent;
	background-image: url(images/tl.png);
	background-position: left top;
	height: 20px;
}
body {
	background-color: #c3e8fd;
	margin: 10px;
	padding: 0px;
	font-size: 100%;
	min-width: 700px;
	
}

.box {
	border-style: solid;
	border-color: red;
	padding: 10px;
	background-color: #ffcc66;
	font-weight: bold;
	text-align: center;
}

#header h1 {
	font-family: "trebuchet MS", "Century Gothic", Arial, sans-serif, serif;
	font-weight: bold;
	font-size: 22pt;
	margin: 0px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#content p{
	padding: 5px 10px 5px 20px;
	text-align: justify;
}

#sincontent p{
	padding: 5px 10px 5px 20px;
	text-align: justify;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav ul li {
	display: block;
	float: left;
	text-align: center;
}
#nav ul li a {
	display: block;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	height: 29px;
	width: 80px;
	padding-top: 11px;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #fff;
}
#nav ul li a:hover,#nav ul li a.active {
	color: #FFFFFF;
	background:url(images/nbgo.png) repeat-x;

}
#footer {
	overflow: hidden;
	text-align: center;
	padding-top: 20px;
}
a {
	color: #416683;
}

#bottom {
	width: 100%;
	background-image: url(images/bc.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	overflow: hidden;
}
#br {
	float: right;
	height: 25px;
	width: 25px;
	background-image: url(images/br.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#bl {
	float: left;
	height: 25px;
	width: 25px;
	background-image: url(images/bl.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#title {
	color: #416683;
	z-index: 0;
	margin-top: -20px;
}
#title h2 {
	color: #416683;
}
#shadow {
	z-index: 2;
	margin-left: 3px;
	margin-top: 12px;
}

#content ul {
	list-style-type: none;
	line-height: 1.4em;
}

#content li{
	background: url(images/bullet.png) left center no-repeat;
	padding: 2px 2px 2px 15px;
}

#sincontent ul {
	list-style-type: none;
	line-height: 1.4em;
}

#sincontent li{
	background: url(images/bullet.png) left center no-repeat;
	padding: 2px 2px 2px 15px;
}

ol {
	list-style-type: decimal;
	line-height: 1.2em;
}
.ialgrt{
	float: right;
	padding-left: 10px;
	padding-right: 10px;
}
.ialglt{
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
