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

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

#flashcontent {
	height: 100%;
}
/* end hide */
body {
	font-family:Arial, Helvetica, sans-serif;
	background:#000 url(images/Bg.gif) repeat-x top left;
	height: 100%;
	margin: 0;
	padding: 0;
}

.clear {
	clear:both;
}

#wrapper {
	width:900px;
	margin:0 auto;
	}
	
#content_wrap {
	border:#CCC 1px solid;
	margin-top:20px;
	padding:20px;
	background:#333;
}

#left {
	width:550px;
	float:left;
}
#right {
	width:250px;
	float:right;
	border:#999 1px solid;
	background:#FFF;
}

#right a{
	color:#0075c4;
	text-decoration:none;
	font-weight:bold;
}

#right a:hover{
	color:#666;
}

#right ul{
	margin-left:0;
	padding-left:0;
}

#right li {
	list-style:none inside;
	margin-bottom:10px;
}

p {font-size:12px;
color:#CCC;}


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

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

h1 {
	color:#FFF;
	font-size:15px;
}

h2{
	font-size: 14px;
	color:#0075c4;
	margin-bottom:2px;
}

.image {
	float:left;
	margin:0 20px 10px 0;
}

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

#logo {
float:left;	
width:300px;
height:60px;
}	


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

#content {
width:100%;
padding-top:0;
}

#footer {
	width:900px;
	margin:0 auto;
	text-align:center;
}

#footer p{
	padding-top:0;
	margin-top:0;
}

#images {
padding:5px;
}	

#topMenu {
	float:right;
padding:30px 20px 0 0;;
}	

.menu_item {
	padding-left:15px;
}


#header {
/*border-bottom:1px solid #0075c4;*/
width:900px;
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;
}
