﻿body {height: 100%;}

html {height: 100%;}

body
{
	color: #000000;
	margin: 0;
	font: 11px Georgia;
	background: #ffffff;
	}


/* Main containers start */

#topcontainer {
	width: 950px;
	height: 40px;
	text-align: left;
	padding-top: 40px;
	border-width: 0px;
	background: #ffffff;
	}
	
#topcontainerfirstpage {
	width: 950px;
	height: 80px;
	border-width: 0px;
	
}

#dividerblue {
	width: 950px;
	height: 1px;
	background-image:url(1x1blue.gif);
	background-repeat:repeat-x;
	}

#dividerred {
	width: 950px;
	height: 1px;
	background-image:url(1x1red.gif);
	background-repeat:repeat-x;
	}

#dividerblack {
	width: 950px;
	height: 1px;
	background-image:url(1x1black.gif);
	background-repeat:repeat-x;
	}

#maincontainer {
	width: 950px;
	height: 600px;
	text-align: left;
	font: 12px Arial;
	color: #000000;
}


#footer {
	width: 950px;
	height: 50px;
	text-align: center;
	font: 11px Georgia;
	color: #000000;
	margin: 14px 0px 15px 0px;


}

/* Main containers stop */

/* Text Definitions start */
a {
	color: #999999;
}

a:hover{
	color: #fff;

}

#header
{
	font: 16px Georgia;
	color: #000000;
	margin: 0;
	padding: 30px 0px 20px 0px;
}

#text{
	font: 18px Georgia;
	color: #000000;
	margin: 0;
	padding: 0px 0px 0px 0px;

}
/* Text Definitions stop */

