* {
	margin:0;
	padding:0;
}
h3 a {
	text-decoration: none;
}
body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #D9DEDA;
	background-color: #2888E8;
}
a {
	color:#FFA200;
	text-decoration:underline;
}
a:hover {
	color:#FFA200;
	text-decoration:none;
}
h3 {
	color:#F90;
}
#container {
	width: 860px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #2888E8;
} 
#header {
	width:860px;
	height:408px;
	margin:20px 0px;
	background-image: url(../images/main_image2.png);
	background-repeat: no-repeat;
	
} 

#header_text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:32px;
	color: #FFF;
	margin-top: 300px;
	margin-right:20px;
	float:right;
	text-align:center;
	
}

h1 {
	font-size: 16px;
	color: #FFA200;
}
h1 a    {
	text-decoration: none;
}

#header h1 {
	margin-top: 350px;
	color: #000;
	text-align: center;	/* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 40px;
}
#header span {
	color:#FFA200;
}
#header span a {
	color:#FFA200;
	text-decoration:underline;
}
#header span a:hover {
	color:#FFA200;
	text-decoration:none;
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 320px;
}
#mainContent {
	width:500px;
} 
#footer {
	text-align:center;
} 
#footer p {
	padding:20px 0;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.clear /* Empty div */
{ clear:both; height:1px; }

.clear10 
{ clear:both; height:10px; }

.clear20 
{ clear:both; height:20px; }

.clear30 
{ clear:both; height:30px; }

.clear40 
{ clear:both; height:40px; }

.separator /* Separator - pseudo "<hr />" */
{ height:1px; border-top:solid 2px #d8d8d8; }


#img1 {
	height:200;
	width: 200px;
	float:left;
	
}
/*begin menu*/
#navcontainer {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
#navlist li {
	display: inline;
	list-style-type: none;
	padding: 0 10px;
	text-align: center;
}
#navlist {
	margin-right: 0 auto;
	
}
#navlist li a {
	color:#D9DEDA;
	font-size:17px;
	text-decoration:none;
}
#navlist li a:hover {
	color:#FFA200;
	font-size:17px;
	text-decoration:none;
}
#navlist #active a {
	color:#FFA200;
	font-size:17px;
	text-decoration:none;
}
/*end menu*/
/* --------------------------------------begin border----------------------------------*/
.body-panel {
	background-color: #6C6A6B;
}
.top-left-corner-tabs, .top-right-corner-tabs, .bottom-left-corner-tabs, .bottom-right-corner-tabs {
	background-image: url(../images/corners1280x18.jpg);
	height: 9px;
	font-size: 2px;
	background-color: #2888E8;
}
.top-left-corner, .top-right-corner, .bottom-left-corner, .bottom-right-corner {
	background-image: url(../images/corners1280x18.jpg);
	height: 9px;
	font-size: 2px;
	background-color: #2888E8;
}
.top-left-corner, .bottom-left-corner, .top-left-corner-tabs, .bottom-left-corner-tabs {
    margin-right: 9px;
}
.top-right-corner, .bottom-right-corner, .top-right-corner-tabs, .bottom-right-corner-tabs {
    margin-left: 9px;
    margin-top: -9px;
}
.top-right-corner, .top-right-corner-tabs {
    background-position: 100% 0;
}
.bottom-left-corner, .bottom-left-corner-tabs {
    background-position: 0 -9px;
}
.bottom-right-corner, .bottom-right-corner-tabs {
    background-position: 100% -9px;
}
.inside {
	padding: 0px 10px 0px 10px;
	height: 100%;
}
.inside {
	padding: 20px;
}
/* --------------------------------------end border----------------------------------*/

