/* A Free Design by Bryant Smith (bryantsmith.com) */

html, body {
text-align: center;
}
p {text-align: left;}

body {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	
background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 14%, rgba(14,25,143,1) 47%, rgba(237,237,237,1) 84%, rgba(237,237,237,1) 88%, rgba(237,237,237,1) 89%);
background: -webkit-gradient(left top, left bottom, color-stop(14%, rgba(255,255,255,1)), color-stop(47%, rgba(14,25,143,1)), color-stop(84%, rgba(237,237,237,1)), color-stop(88%, rgba(237,237,237,1)), color-stop(89%, rgba(237,237,237,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 14%, rgba(14,25,143,1) 47%, rgba(237,237,237,1) 84%, rgba(237,237,237,1) 88%, rgba(237,237,237,1) 89%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 14%, rgba(14,25,143,1) 47%, rgba(237,237,237,1) 84%, rgba(237,237,237,1) 88%, rgba(237,237,237,1) 89%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 14%, rgba(14,25,143,1) 47%, rgba(237,237,237,1) 84%, rgba(237,237,237,1) 88%, rgba(237,237,237,1) 89%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 14%, rgba(14,25,143,1) 47%, rgba(237,237,237,1) 84%, rgba(237,237,237,1) 88%, rgba(237,237,237,1) 89%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
}
*
{
  margin: 0 auto 0 auto;
 text-align:left;}

p {text-align: left;}

a:link    {
	color:#093175;
	text-decoration:none;
}

a:visited {
	color:#093175;
	text-decoration:none;
}

a:hover {
	color:#093175;
	text-decoration:underline;
}

h1 {
	margin-top: 20px;
	padding: 40px;
	color: #ffffff;
	text-align:center;	
}

#page
{
  width:581px;
}

#header
{
width:581px;
height:90px;
background-image:url(../img/header.png);
clear:both;
}

#header img
{
display:block;
margin:0 auto 0 auto;
padding-top:40px;
}


#content
{
background-image:url(../img/content_back_shadow.png);
background-repeat:repeat-y;
width:581px;
}

#content #container
{
float:left;
background-image:url(../img/gradient_rectangle_back.png);
background-repeat:repeat-x;
background-color:#4586F1;
width:547px;
margin-left:14px;
clear:both;
}

#menu
{
background-image:url(../img/menu_background.png);
height:54px;
width:527px;
}

#menu ul {
	padding: 0px;
	list-style-type: none;
	text-align:center;
	height:40px;

}
#menu ul li , #menu ul li a, #menu ul li a:visited{
	display:block;
	float:right;
	margin: 0px;
	text-align:left;
	line-height:40px;
	color:#FFFFFF;
	padding-left:6px;
	padding-right:2px;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	width:77px;
}


#menu ul li a:hover{
color:#65A9ED;
}

#content #main
{
display:block;
width:527px;
clear:both
}

#content #text
{
margin:0;
padding:0;
width:497px;
display:block;
background-color:#FFFFFF;
float:left;
min-height:400px;
clear:both;
padding-left:15px;
padding-right:15px;
}

.clear {
    clear:both;
  }


#content #text h1, #content #text h1 a, #content #text h1 a:visited
{
margin:0;
padding:0;
color:#093175;
font-size:24px;
margin-bottom:7px;
margin-top:7px;
}

#content #text p
{
margin-top:5px;
margin-bottom:5px;
padding:0;
}


#footer
{
background-image:url(../img/footer.png);
background-repeat:no-repeat;
width:581px;
height:60px;
font-size:11px;
color:#093175;
text-align:center;
}

#footer p
{
text-align:center;
padding-top:20px;
}

#footer a, #footer a:visited
{
font-size:11px;
color:#093175;
text-decoration:none;
}


