* { 
		margin: 0;
		padding: 0;
	}

a:link 
	{
		color: #FF0000;
		text-decoration: none;
	}
	
a:visited 
	{
		color: #FF3300;
		text-decoration: none;
	}

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

a:active 
	{
		color: #FF0000;
		text-decoration: none;
	}
	
body
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
#container 
	{
		background-image: url(images/container_bg.gif);
		background-repeat: no-repeat;
		width: 930px;
		float: left;
		margin-left:auto;
		margin-right:auto;
	}

#contentcontainer
	{
		float: right;
		width: 608px;
		text-align: center;
	}

#contentheading
	{
	}

#headertitle
	{
		margin-left:auto;
		margin-right:auto;
		text-align: center;
		margin-top: 120px;
	}

#headertitlecontainer
	{
		float:right;
		left: 300px;
		top: 0;
		width:608px;
		height:320px;
		padding-left: 0;
		padding-top: 0;
	}

#logo 
	{
		float:right;
		width:250px;
		padding-right:10px;
	}

#logocontainer 
	{
		float:left;
		width:322px;
		height:310px;
		background: white;
		padding-top: 10px;
	}

#navcontainer
	{
		float: left;
		padding-top: 30px;
		padding-left: 60px;
	}

#navlist
	{
		font-weight: bold;
		font-size: 14px;
	}

#navlist ul
	{
		list-style-type: none;
		font-weight: bold;
		color: #990000;
	}

#navlist a
	{
		display: block;
		padding-top: 17px;
		padding-left: 37px;
		width: 182px;
		background-color: #DCE3ED;
		border-bottom: 1px solid #eee;
		background-image: url(images/menu.png);
		background-repeat: repeat-x;
		height: 27px;
	}

#navlist a:link, 
#navlist a:visited
	{
		color: #FF3333;
		text-decoration: none;
	}

#navlist a:hover 
	{
		background: url(images/menu.png) 0 -45px;
		color: #990000;
	}

.style1
	{
		color: #000000;
		font-size: 14px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-style: italic;
	}

.style2
	{
		color: #000000;
		font-size: 12px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: normal;
	}

.style3
	{
		color: #000000;
		font-size: 20px;
		font-family: "Times New Roman", Times, serif;
		font-weight: bold;
		font-style: italic;
	}
	
.style4
	{
		color: #F73931;
		font-size: 24px;
		font-family: "Times New Roman", Times, serif;
		font-weight: bold;
		font-style: italic;
	}
.style5
	{
		color: #000000;
		font-size: 16px;
		font-family: Geneva, Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-style: italic;
		text-align: center;
	}
.style6
	{
		color: #000000;
		font-size: 12px;
		font-family: Geneva, Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-style: normal;
		text-align: center;
	}
.style6 a,
.style6 a:visited
	{
		color: #000000;
		font-weight: bold;
	}
.style6 a:hover
	{
		color: red;
	}
#textimagecontainer1
	{
		float: left;
		width: 578px;
		margin:auto;
		padding-left:15px;
	}
#textimagecontainer1image
	{
		width:173px;
		float: right;
	}
#textimagecontainer1text
	{
		width:405px;
		float:left;
		text-align: left;		
	}
#textimagecontainer2
	{
		float: left;
		width: 578px;
		margin:auto;
		padding-left:15px;
	}
#textimagecontainer2image
	{
		width:175px;
		float: right;
	}
#textimagecontainer2text
	{
		width:385px;
		float:left;
		text-align: left;	
		margin-left:10px;
	}
#textimagecontainer3
	{
		float: left;
		width: 578px;
		margin:auto;
		padding-left:15px;
	}
#textimagecontainer3image
	{
		width:286px;
		float: right;
	}
#textimagecontainer3text
	{
		width:274px;
		float:left;
		text-align: left;	
		margin-left:10px;
	}
#imagecontainer1
	{
		float:left;
		width: 517px;
		padding-left:61px;
		text-align:left;
	}
#imagecontainer2
	{
		float:left;
		width: 559px;
		padding-left:29px;
		text-align:left;
	}
#imagecontainer3
	{
		float:left;
		width: 389px;
		padding-left:199px;
		text-align:left;
	}
#textcontainer1
	{
		float:left;
		width: 578px;
		padding-left:15px;
		text-align:left;
	}
#textcontainer2
	{
		float:left;
		width: 578px;
		background-color:#DFE5E6;
		padding-left:15px;
		text-align:center;
	}
#textcontainer3
	{
		float:left;
		width: 578px;
		padding-left:0px;
		text-align:center;
		font-size:12px;
		color: black;
		font-weight:normal;
		text-decoration: none;
	}
#textcontainer3 a,
#textcontainer3 a:hover,
#textcontainer3 a:visited
	{
		color: red;
		font-weight:bold;
		text-decoration: none;
	}
#wholepage
	{
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		float: left;
	}
#footer 
	{
		clear: both;
		width:930;
		text-align: center;
	}

