
/* -------------- FONTS -------------- */

H1 { 
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 18px;
	font-weight: normal; 
	color: #000;
	line-height: 18px;
	margin: 0px 0px 15px 0px;
}

H2 { 
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-weight: normal; 
	color: #333;
	line-height: 18px;
	margin: 0px 0px 15px 0px;
}


H3 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: normal; 
	color: #666;
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px; 
}

H3 a:link, H3 a:visited, H3 a:active {
	font-weight: bold; 
	color: #333;
	background-color: #FFFFFF;
	text-decoration: none;
}

H3 a:hover {
	font-weight: bold; 
	color: #F0037F;
	background-color: #FFFFFF;
	text-decoration: none;
}

.magenta {
	color: #F0037F;
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px; 
}

.imagelink {
	font-family: Arial, Helvetiva, Sans-Serif;
	font-size: 10px;
	line-height: 18px;
	font-weight: normal;
	color: #999;
	background-color: #FFFFFF;
}

.imagelink a:link, .imagelink a:visited, .imagelink a:active {  
	color: #999;
	text-decoration:none;
}

.imagelink a:hover {
	color: #999;
	text-decoration:none;
}

.bottom { 
	font-family: Arial, Helvetiva, Sans-Serif;
	font-size: 10px;
	line-height: 18px;
	font-weight: normal; 
	color: #666;
	margin: 0px 0px 0px 0px;
}

.bottom a:link, .bottom a:visited, .bottom a:active { 
	font-weight: normal; 
	color: #666;
	text-decoration:none;
	margin: 0px 0px 0px 0px;
}

.bottom a:hover {
	color: #F0037F;
	text-decoration:none;
}

/* -------------- CONTENT -------------- */

body { 
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
 	background-image: url(Background.jpg);
}

#main {
	text-align: left;
	height: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;  
}

.left-content {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 236px;
	height: 100%;
	text-align: right;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

.right-content {
	position: absolute;
	left: 0px;
	top: 15px;
	width: 550px;
	text-align: left;
	padding: 0px 20px 20px 254px;
	border-width: 0px 0px 0px 0px;
 	border-style: solid;
  	border-color: #AAA;

}

.far-right-content {
	position: absolute;
	left: 825px;
	top: 18px;
	width: 125px;
	height: 100%;
	text-align: left;
	padding: 0px 0px 0px 20px;
}

.thin-line {
   	color: #8B8B8B;
	margin: 18px 0px 18px 0px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
}

.thick-line {
	position: relative;
   	color: #F0037F;
	margin: 8px 0px 18px 0px;
	border-width: 0px 0px 10px 0px;
	border-style: solid;
}