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

/*=Global Declarations*/

*
{
        padding: 0px;
        margin: 0px;
}

html, body {
	background:#fff;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family:"Tahoma", Arial, Helvetica, sans-serif;
	font-size: small;
}

img {
	border: 0px;	
}

#content {
	padding: 30px;
	height: auto;
    	width: auto;
	text-align:center;
}

#container {
	padding: 30px;
	height: 300px;
	width:00px;
    width: auto;
	text-align:center;
}

#main-boxes { 
		font-size:14px;
		margin-left: 155px;
		margin-right: auto;
		margin-top: 10px;
		width: 900px;
		text-align: center;		
}

#box1 { width:256px;
		height:200px;
		text-align:justify;
		margin-top:1px;
		margin-left:0px;
		color: #000;
		float: left;
}

#box2 { width:526px;
		background:#d1eefc;
		height:100px;
		text-align:justify;
		margin-top:0px;
		margin-right:24px;
		color:#000;
		float:right;
		padding:20px;
}

h1 {	
		font-size: 1.4em;
		font-weight: 100;	
        margin-top:0px;
        line-height: 1.0em;
        letter-spacing: -0.3px;
        color: #356AA0;
}

h2 {	
		font-size: 1.2em;
		font-weight: 100;	
        margin-top:0px;
        line-height: 1.0em;
        letter-spacing: -0.3px;
        color: #356AA0;
		text-decoration:underline;
}

#footer{
	background: #d1eefc;
	border: 1px solid #356AA0;
	padding: 10px;
	color: #356AA0;
	font-size: 11px;
	text-align: center;
	width:900px;
	margin-top:30px;
	margin-left:140px;
}

#text {
	margin-top:20px;	
}

#loading{
	text-align: center;
	visibility: hidden;
}

ul{
	list-style: outside;
}

#top #menu{
	float: left;
	list-style-type: none;
	margin: 12px 0 0 26px;
}
#top #menu li{
	float: left;
	margin-right: 16px;
	text-transform: uppercase;
	color: #c2c2c2;
}
#top #menu li:hover{
	color: #6fa5fd;
	cursor: pointer;
}

.clear{
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}