body
	{
		background-image: url(images/background.gif);
	}
	
.header
	{
		width: 740px;
		margin: 0px auto;
	}
.headerimg
	{
		border:none;
	}
.topmenuimg 
	{
		margin: 10px -4px 10px 0px;
		border: none;
	}
.textarea
	{
		width:85%;
		margin: 0px auto;
		background-image: url(images/text_background.gif);
		background-color:#cad3e5;
		border:#3b4e94 12px solid;
		padding-left:3%;
		padding-right:3%;
		font-family: arial;
		font-weight:600;
		padding-bottom: 10px;
	}
.footer
	{
		text-align:center;
		width: 80%;
		margin: 20px auto;
		font-weight:600;
		font-family:arial;
		font-size:90%;
	}	
.topmenu
	{
		width:685px;
		margin:0px auto;
	}
.topmenu a:link
	{
		color: #dcdcdc;
		font-family: arial;
		font-weight: 600;
		font-size: 16px;
		width: 140px;
		height: 47px;
		text-decoration:none;
	}
.topmenu a:visited
	{
		color: #dcdcdc;
		font-family: arial;
		font-weight: 600;
		font-size: 16px;
		width: 140px;
		height: 147px;
		text-decoration:none;
	}
.topmenu a:hover
	{
		color: #000000;
		font-family: arial;
		font-weight: 600;
		font-size: 16px;
		width: 140px;
		height: 47px;
	}
.bottommenu
	{
		text-align:center;
		width: 80%;
		margin: 20px auto;
		border: solid 1px #000066;
		background-color: #3b4e94;
		font-variant: small-caps;
		font-family:arial;
		font-size:90%;
		font-weight:600;
		clear:both;
	}	
.bottommenu a:link
	{
		color:#ffffff;
	}
.bottommenu a:visited
	{
		color:#f7fafe;
	}
.bottommenu a:hover
	{
		color:#3b4e94;
		background-color:#f7fafe;
	}
.redbold
	{
		color:red;
		font-weight:600;
	}
	
h1
	{
		text-align:center;
		font-family: Arial
	}
img
	{
		border: 5px groove #3b4e94;
	}

