/* CSS Document */
body, 
html { 
margin:0; 
padding:0; 
color:#FFFFFF; 
background:#FFFFFF; 
font-family: Arial, Helvetica, Tahoma, sans-serif;
}

#wrap { 
width:700px;
height:500px;
margin:0 auto; 
background:#FFFFFF; 
} 


#header { 
padding:0px 0px 0px 0px; 
background:url(/img/portal/top.png);
background-repeat:no-repeat;
background-position:center;
background-color:#FFFFFF; 
height:99px;

} 
h1 { 
margin:0; 
} 

#nav ul { 
margin:0; 
padding:0; 
list-style:none; 
} 
#nav li { 
display:inline; 
margin:0; 
padding:0; 
} 
#main { 
float:left; 
width:479px; 
height:84px;
padding:0px 0px 0px 0px; 
background-color:#FFFFFF;
background:url(/img/portal/display_top.png);
background-repeat:no-repeat;
}
#main1 { 
float:left; 
width:479px; 
height:241px;
padding:0px 0px 0px 0px; 
background-color:#FFFFFF;
background:url(/img/portal/display_center.png);
background-repeat:no-repeat;
}

#main2 { 
float:left; 
width:479px; 
height:84px;
padding:0px 0px 0px 0px; 
background-color:#FFFFFF;
background:url(/img/portal/display_bottom.png);
background-repeat:no-repeat;
}

h2 { 
margin:0 0 1em; 
} 
#sidebar { 
float:right; 
width:189px;
height:411px;
padding:0px; 
background:url(/img/portal/right_menu.png);
background-repeat:no-repeat;
background-color:#FFFFFF;  
} 

img{border:none;}
a{ text-decoration:none;}
a:link {color: #FFFFFF}
a:visited {color: #FFFFFF}
a:hover {color: #3E3B42; text-decoration:underline}
a:active {color: #FFFFFF}

.submitButton {
 width : 103px;
 height : 16px;
 overflow : hidden;
 padding : 0 0 0;
 background : url('../img/portal/submit.png') no-repeat;
 border : 0;
 vertical-align:middle;

}
