body		{background-color: #FFFFFF;
             background-image: url("images/bg4.png");
			 background-repeat: repeat-y;
             margin: 0px;}

h1          {font-weight: bold;
			 font-family: "Arial";
             font-size: medium;
			 font-style: italic;}

h2          {font-weight: bold;
			 font-family: "Arial";
             font-size: medium;
			 text-align: center;}

#menudiv    {position: absolute;
			 top: 250px;
			 left: 75px;
			 width: 135px;
             text-align: left;
			 color: #FFFFFF;
			 font-weight: bold;
			 font-family: "Arial";
             font-size: small;}

#titlediv   {background-color: #FFFFFF;
             position: absolute;
			 top: 220px;
			 left: 227px;
			 width: 530px;
             text-align: right;
			 font-weight: bold;
			 text-decoration: underline;
			 font-family: "Arial";
             font-size: large;
			 font-style: italic;}

#contentdiv {background-color: #FFFFFF;
             position: absolute;
			 top: 240px;
			 left: 227px;
			 width: 530px;
             text-align: left;
			 font-family: "Arial";
             font-size: small;}

#contentdiv2 {background-color: #FFFFFF;
             position: absolute;
			 top: 215px;
			 left: 227px;
			 width: 530px;
             text-align: left;
			 font-family: "Arial";
             font-size: small;}

.center     {text-align: center;
             text-indent: 0%;}

a.menulink:link {color: #ffffff;
                 text-decoration: none;
                 font-weight: bold;}

a.menulink:visited {color: #ffffff;
                    text-decoration: none;
                    font-weight: bold;}

a.menulink:hover {color: #ffffff;
                  text-decoration: underline;
                  font-weight: bold;}

a.menulink:active {color: #ffffff;
                   text-decoration: none;
                   font-weight: bold;}

a.contentlink:link {color: #000000;
                 text-decoration: underline;
                 font-weight: bold;}

a.contentlink:visited {color: #000000;
                    text-decoration: underline;
                    font-weight: bold;}

a.contentlink:hover {color: #000000;
                  text-decoration: underline;
                  font-weight: bold;}

a.contentlink:active {color: #000000;
                   text-decoration: underline;
                   font-weight: bold;}
				   
.contentlink A {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}		

.contentlink A:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

.top {
	padding-right: 14px; 
	color: #333333; 
	font-family: Georgia, 'Times New Roman', Times, serif; 
	font-size: 16px; 
	text-align: right; 
	font-weight: bold;
}

.logo {
	color: #ffffff; 
	font-size: 14px; 
	background-image: url(images/logo1.jpg); 
	background-repeat: no-repeat; 
	background-position: top left;
	height: 142px;
}

.logo A {
	color: #ffffff;
	text-decoration: none;
}				   		   

.logo A:hover {
	color: #F9C640;
	text-decoration: none;
}				   		   