/* CSS Document */







img {
	border: none;	
}

a:link, a:visited
{
	color: #003366;
	border-bottom: 0px solid #efefef;
	text-decoration: none;
}

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

div#wrapper
{
height: 800px;
width: 790px;
}

div#leftside
{ border:none;
float: left;
height: 815px;
width:395px;
   background:url(images/leftside.jpg) no-repeat;
   }


div#rightside

{float: right;
height: 815px;
width:395px;
border:none;
background:url(images/rightside.jpg) no-repeat
}


div#toptitle

{padding-top:25px; 
font-family:Georgia, "Times New Roman", Times, serif;
}

div#nav

{padding-top:142px;
width: 395px;
text-align:right;
}

div#leftcontent

{
	padding-top:25px;
	margin-left:45px;
	margin-right:30px;
}

div#rightcontent

{
	padding-top:365px;
	margin-left:55px;
	margin-right:45px;
	text-align: center;
}

#footertitle {
	text-align: center;	
}

div#footer
{ 
margin-left: 120px;
margin-top: 20px;
padding-top: 15px; 
clear:both;
height: 100px;
float: left;
text-align: right;
}


<!-- Text styling --!>

.style1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

.style2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
}

.style6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	text-align: left;
}

.style7 {
	font-size: small;
	font-weight: bold;
}

.style13 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: medium;
}

.style16 {font-size: xx-small}
.style20 {font-size: large}
.style26 {font-size: 13px}
.style27 {font-family: Georgia, "Times New Roman", Times, serif}