* {
    padding: 0px;
    margin: 0px
}
html {
	overflow-y: scroll;
	height:100%;
background-color:#066463;	
}
body {
	background-color:#066463;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
}
body,td,th {
	font-family: 'Dosis', sans-serif;
	font-size: 14px;
	color:#000000;
}
a:link {
	color:#000000;
	text-decoration: none;
}
a:visited {
	color:#000000;
	text-decoration: none;
}
a:hover {
	color:#000000;
	text-decoration: underline;
}
a:active {
	color:#000000;
	text-decoration: none;
}
#MainCenter{
 margin-left:auto;
 margin-right:auto;
 width:830px;
 position:relative;
}


#Wrapper{
background-color:#066463;
height:100%;
}

#Main{
background-color:#FFFFFF;
width:100%;
}

#MainHeader{
width:100%;
height:193px;
background-image:url(userfiles/image/bg-header.png);
}

#MainLogo{
height:164px;
z-index:99;
position:absolute;
}

#MainMenus{
height:164px;
width:291px;
top:28px;
left:270px;
z-index:100;
position:absolute;
}


#MainContents{
width:100%;
}
#MainShadow{
width:100%;
height:18px;
background-image:url(userfiles/image/shadow-top.png);
}

#Footer{
background-image:url(userfiles/image/bg-bottom.jpg);
background-repeat:repeat-x;
background-position:top;
background-color:#066463;
height:333px;
}


input{
	font-family: 'Ubuntu', sans-serif;
	font-size: 15px;
	cursor:pointer;
	background-color:#FFFFFF;
	border:1px solid #ffffff;
}
textarea{
	font-family: 'Ubuntu', sans-serif;
	font-size: 15px;
	border:1px solid #ffffff;
	
}
select { 
	font-family: 'Ubuntu', sans-serif;
	font-size: 15px;
	border:1px solid #ffffff;
}