@charset "utf-8";
/* CSS Document */

/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}

#flashcontent {
	height: 100%;
}
/* end hide */
body {
	font-family:Arial, Helvetica, sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}	

a {
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
color:#0075c4;
text-decoration: none;
}

a:hover {
font-family:Arial, Helvetica, sans-serif;
color:#0075c4;
text-decoration: underline;
}
.default {
color:#000000;
}

div {
/*padding:10px;*/
}	


#messages {
float:right;	
width:200px;
font-size:9px;
border: 2px solid #FF0000;
margin-top:5px;
padding:5px;
text-align:center;	
}

#logo {
float:left;	
width:250px;
height:65px;
}	


#hederTop {
width:800px;	
height:65px;	
}

#content {
position:absolute;
top:100px;
width:600px;
padding:5px;
padding-left:15px;
float:left;
border-left: 1px solid #0075c4;
}	

#images {
padding:5px;
}	

#topMenu {
padding:5px;
border-top:1px solid #0075c4;
border-bottom:1px solid #0075c4;
}	


#header {
/*border-bottom:1px solid #0075c4;*/
position:absolute;
left:10px;
top:0px;
width:800px;
height:65px;
}	

.messageLink {
color:#000000;
font-size:9px;
font-weight:bold;
}

#mainMenu {
position:absolute;
left:10px;
top:130px;
width:180px;

}



.heading	{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
color:#0177c1;
}

.subHeading	{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
font-weight:bold;
}


.default	{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
}