* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	background: #FFFFFF;
	font: normal small Arial, Helvetica, sans-serif;
	color: #999999;
}

form {
}

table {

}

tr {
	height: 30px;
}

h1, h2, h3 {
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #385B88;
}

h2 {
	margin-bottom: .5em;
	font-size: 1.8em;
}

h3 {
	margin-bottom: 1em;
	font-size: 1em;
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	line-height: 1.8em;
}

p {
}

blockquote {
	margin-left: 3em;
	font-style: italic;
}

ul {
	margin-left: 2em;
	list-style: square;
}

ul li {
}

ol {
	margin-left: 2em;
	list-style: lower-alpha;
}

ol li {
}

a {
	color: #EA672E;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 1em 1em 0;
}

img.right {
	float: left;
	margin: 0 1em 1em 0;
}

input {
	padding: 5px;
	border: none;
}

/* Boxed Style */

.boxed {
	margin-bottom: 1em;
	background: #FFFFFF;
	border: 1px solid #CAD4DF;
}

.boxed .title {
	padding: 10px 0 0 10px;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: bold;
}

.boxed .content {
	padding: 10px;
}

/* Header */

#wrapper {
        border: 0px;
        margin: 0px;
        margin-left: auto;
        margin-right: auto;
        padding: 0px;
}

#header {
	background-color: #4F6374;
	height: 20px;
	background-position: right top;
	border-bottom: 2px solid #80B5D7;
}

#header ul {
	list-style: none;
}

#header li {
	display: inline;
	margin-left: -10px;
	margin-right: 20px;	
}

#nduwur {
	position: relative;
	width: 98.4%;
	background: #30569D no-repeat;
	background-position: top right;
	padding: 10px;
	border-bottom: 4px solid #80B5D7;
}

#nduwur h1 {
	color: white;
	font-size: 2em;
}

#nduwur ul {
	list-style: none;
}

#nduwur li {
	display: inline;
	padding-right: 10px;
}

/* Menu */

#menu {
	width: 100%;
	height: 20px;
	margin: -40px auto 0 auto;
	padding: 0 0 0 120px;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 0 1.5em 0 0;
	text-transform: uppercase;
	text-decoration: none;
	font-size: .8em;
	font-weight: bold;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .first a {
	padding-left: 0;
	background: none;
}

/* Content */

#content {
	width: 99%;
	margin: 0 auto;
	padding: 20px 0;
}

/* #Content > ul */

#leftMenu ul {
}

#leftMenu li {
	position: relative;
	list-style-image: url(images/ico2.gif);
	border-bottom: 1px solid #CAD4DF;
	margin: 8px;
}

/* Content > Main */

#main {
	float: left;
	width: 70%;
}

#main span {
	font-size: 70px;
	letter-spacing: 20px;
	margin: auto 30px;
}

/* Content > Main > Example */

#example {
}

/* Content > Main > Mainbox */

#mainbox {
	float: right;
	width: 90%;
	margin: 20px auto;	
}

#mainbox a {
	text-decoration: none;
}

#mainbox a:hover {
	text-decoration: underline;
}

/* Content > Mainbox > menuHome */

#menuHome {

}

#menuHome ul {
	list-style: none;
	margin: 0;
}

#menuHome li {
	display: inline;
	word-spacing: 10px;
}

#menuHome li a {
	color: gray;
	text-decoration: none;
}

#menuHome li a:hover {
	text-decoration: underline;
}

/* Content > Main > Mainbox > Certification */

#certification {

}

#certification h2 {
	font-size: 20px;
}

/* Content > Main > Welcome */

#welcome {
	margin: 0 0 3em 0;
	padding: 40px 0 1.5em 0;
	border-bottom: 1px dotted #CAD4DF;
}

/* Content > Sidebar */

#sidebar {
	float: left;
	width: 20%;
	margin: 0 30px auto;
}

/* Content > Sidebar > Logged */

#logged {
	padding: 5px;
}

#logged ul {
	list-style: none;
}

#logged a {
	text-underline: none;
}

#logged a:hover {
	text-decoration: underline;
}

/* Content > Sidebar > Login */

#login {
}

#login label {
	display: block;
}

#login #inputtext1, #login #inputtext2 {
	width: 180px;
	margin-bottom: .5em;
	padding: 2px 5px;
	border: 1px solid #CCCCCC;
	font: normal small Arial, Helvetica, sans-serif;
	color: #999999;
}

#login #inputsubmit1 {
	float: right;
	width: 60px;
	margin-right: 7px;
	border: 1px solid #CCCCCC;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font: normal small Arial, Helvetica, sans-serif;
}

#login p {
	margin: 0;
	padding-top: .2em;
	font-size: x-small;
}

/* Content > Sidebar > Updates*/

#updates {
}

#updates ul {
	margin: 0;
	list-style: none;
}

#updates li {
	margin-bottom: 1em;
}

#updates h3 {
	margin: 0;
	padding: 0 0 0 10px;
	font-size: x-small;
}

#updates p {
	margin: 0;
	padding: 0 0 0 10px;
	line-height: normal;
	font-size: .85em;
}

#updates a {
	text-decoration: none;
}

/* Content > Sidebar > Partners*/

#partners {
}

/* Footer */

#footer {
	clear: both;
	padding: 10px 0 10px 0;
	bottom: 0;
}

#footer p {
	width: 60%;
	margin: 0 auto;
	font-size: x-small;
}

div.point_horizontal {
  height: 1px;
  background: url(images/point_horizontal.gif);
  background-repeat: repeat-x;
  line-height: 0px;
  font-size: 0px
}
