body
{
	margin: 0px;
}

div.body
{
	background-color: rgb( 175, 203, 250 );
	width:200%;
	margin:0px;
	font-family: arial;
	height: 100%;
	border-style: none none solid none;
	border-color: rgb( 14, 90, 214 );	
}

div.header
{
	text-align: left;

	//font-style: italic;
	//border-style: solid;
	height: 100px;

	background-image:url('titleGrad2.jpg');
	background-position: right;
	background-repeat: no-repeat;
	background-color: rgb( 14, 90, 214 );
	border-style: none none solid none;
	border-color: rgb( 14, 90, 214 );
}
span.title
{
	color: rgb( 14, 90, 214 );
	font-weight: bold;
	font-size: 145%;
	background-color: white;
	padding: .3cm;
}

div.navlinks
{
	height: 100%;
	color: darkblue;
	font-weight: bold;
	text-align: center;
	float:left;
	width: 150px;
	clear:left;
	background-position: top;	 
	background-repeat: no-repeat;
	background-color: rgb( 99, 154, 245 );
	border-style: none solid none solid;
	border-color: rgb( 14, 90, 214 );
}

div.content
{
	margin-top: 1cm;
	font-size: 120%;
	margin-left:150px;
	text-indent: 1cm;
	background-color: rgb( 175, 203, 250);
}

div.word
{
	font-size: 140%;
	color: rgb( 14, 90, 214 );
	font-weight: bold;
	text-align: left;
	margin-left:250px;
}

div.ads
{

	text-indent: 1cm;
	font-size: 80%;
}
div.info
{
	background-color: white;
	color: black;
	text-indent: 1cm;
	font-size: 60%;
	border-style:solid;
	width: 728px;
	margin-left: 44px;
	border-color: #336699;
}

p
{
	text-align: left;
	width: 500px;
	margin-left: 50px;
}



div.link > a:link
{
	font-weight: normal;
	font-size: 80%;
	text-decoration: none;
	color: blue;	
}

div.link:hover
{
	background-color: white;
}


div.link > a:visited
{
	font-weight: normal;
	font-size: 80%;
	text-decoration: none;
	color: blue;
}
div.link > a:hover
{
}


div.link > a:active
{
	font-weight: bold;
	color: black;
}




































































































                                                                                                                                                                                                                                                                                                            




































































































