@import "style.css";

body 
{
    font-family:Arial, Helvetica, sans-serif;
	background-image: url(images/tile.gif);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}


.header
{
	background-image: url(images/top_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.navi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	
}

.navi a {
	font-family: Arial, Helvetica, sans-serif;
    color: #213087;
	font-style: normal;

}

.navi a:hover {
	color: #716FA8;
    text-decoration:underline;
}

.navi a:visited {
	color: #0A77B3;
}

.homelink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	color:#FFFFFF;
}

.homelink a {
	font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
}
.homelink a:hover {
	color: #716FA8;
}

.contentlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	letter-spacing:2px;
	color:#FFFFFF;
	font-weight:bold;
}

.contentlink a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	letter-spacing:2px;
	color:#FFFFFF;
	font-weight:bold;
}
.contentlink a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	letter-spacing:2px;
	color:#716FA8;
	font-weight:bold;
}

.content {
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

.profile_1 {
	background-image: url(images/profile_bg.jpg);
	background-repeat: repeat-y;
	background-position: bottom;
}

.profile_2 {
	background-image: url(images/pro_2.jpg);
	background-repeat: repeat-y;
	background-position: bottom;
}
.profile_3 {
	background-image: url(images/pro_3.jpg);
	background-repeat: repeat-y;
	background-position: bottom;
}
