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

body
{
	text-align : center;
	font-family : 'Verdana', Sans-Serif;
	font-size : 12px;
	line-height : 1.5em;
	background : #6ba6d6;
}

#container
{
	width : 772px;
	margin : auto;
	text-align : center;
	border-left : 2px solid #fff;
	border-right : 2px solid #fff;
	background : url('images/header.jpg') no-repeat;
}

#menu li
{
	list-style : none;
	display : inline;
	line-height : 40px;
	margin-left : 16px;
}

#menu a
{
	font-weight : bold;
	color : #fff;
	text-decoration : none;
	padding-left : 20px;
	background : url('images/NavySunBullet.gif') 0px center no-repeat;
}

#menu a:hover
{
	text-decoration : underline;
}

#header
{
	display : none;
}

#quote
{
	width : 150px;
	float : right;
	margin-right : 17px !important;
	margin-right : 0px;
	margin-left : -150px;
	margin-top : 230px;
	color : #29146b;
	line-height : 1.3em;
}

#quote p
{
	margin-bottom : 2px;
}

#quote img
{
	padding-right : 5px;
}

#quote h3
{
	font-size : 16px;
}

#quote td
{
	padding-top : 4px;
}

#sidebar
{
	width : 225px;
	float : right;
	margin-right : 5px !important;
	margin-right : 0px;
	margin-top : 600px;
	
}

#sidebar p
{
	margin-bottom : 5px;
}

#main
{
	margin-top : 200px;
	width : 485px;
	margin-left : 20px;
	color : #24115E;
}

#main h2
{
	color : #fff;
	font-style : italic;
	font-size : 16px;
	border-bottom : 1px solid #fff;
	margin-bottom : 20px;
}

#main h3
{
	margin-top : 25px;
	margin-bottom : 5px;
	padding-left : 25px;
	color : #fff;
	font-size : 14px;
	background : url('images/BlueSunBullet.gif') 0px top no-repeat;
}

#main h4
{
	margin-top : 25px;
	margin-bottom : 5px;
	padding-left : 25px;
	color : #fff;
	font-size : 14px;
}

#main p
{
	margin-left : 25px;
	margin-top: 5px;
	text-align: justify;
}

#main a
{
	color : #fff;
	text-decoration : none;

}

#main a:hover
{
	color : #ffba00;
	text-decoration : none;
}

#main ul, #main dl
{
	margin-left : 30px;
}

#main li
{
	list-style-type: none; 
	background-image: url(images/Icons/sun_bullet.gif) ; 
	background-repeat: no-repeat; 
padding-top: 6px;
    padding-left: 20px; 
	text-align: justify;
}

#main dt
{
	font-weight : bold;
	color : #fff;
}


#main .quote
{
	color : #fff;
}

#footer
{
	clear : both;
	height : 85px;
	overflow : hidden;
	background : url('images/footer.png');
	color : #fff;
}

#footer ul
{
	text-align : right;
	margin-right : 25px;
	margin-top : 38px;
}

#footer li
{
	display : inline;
	margin-left : 10px;
}

#footer a
{
	font-weight : bold;
	color : #fff;
	text-decoration : none;
}

#footer a:hover
{
	color : #29146b;
}

#footer #copy
{
	text-align : center;
	margin-top : 10px;
}

#footer #valid
{
	margin-top : 10px;
	float : left;
	margin-left : 20px;
}

.float
{
	float : left;
	margin-right : 5px;
}

.input
{
	border : 1px solid #6ba6d6;
	width : 150px;
}



hr
{
	border : #fff 1px solid;
	margin-top : 15px;
}

#tag
{
	text-align : center;
	color : #ffdf7e;
	border-bottom : 1px solid #ffdf7e;
}

#mainquote
{
	padding-top : 15px;
}

#main div
{
	width : 225px;
	text-align : center;
	float : left;
	margin-bottom : 25px;
}

.white
{
color :#fff;
}