body {
	background-color : #798D94;
	font-family : Tahoma, Arial, Helvetica;
	font-size : 12px;
	text-align : center;
	color : #566165;
	background-image : url(images/gradient_bg.jpg);
	background-repeat : repeat-x;
}

a {
	color : #8599A0;
	text-decoration : underline;
}

a:visited {
	color : #8599A0;
	text-decoration : underline;
}

a:hover {
	color : #464646;
	text-decoration : none;
}

a:active {
	color : #464646;
	text-decoration : none;
}

#PageContainer {
	width : 900px;
	margin-left : auto;;
	margin-right : auto;
	margin-top : 0px;
	background-color : #FFFFFF;
	text-align : center;
}

#Header {
	height : 100px;
	width : 900px;
	text-align : left;
}

#Menu {
	height : 100px;
	text-align : left;
	padding-right : 25px;
	float : right;
}

a.menu {
	color : #8599A0;
	text-decoration : none;
	font-size : 24px;
}

a.menu:visited {
	color : #8599A0;
	text-decoration : none;
}

a.menu:hover {
	color : #464646;
	text-decoration : underline;
}

a.menu:active {
	color : #464646;
	text-decoration : underline;
}

#dots {
	color : #464646;
	font-size : 24px;
	padding-left : 10px;
	padding-right : 10px;
}

#Image {
	height : 300px;
}

#Content {
	width : 800px;
	color : #566165;
	padding : 50px 20px 50px 20px;
	text-align : justify;
	line-height : 20px;
}

td {
	color : #8599A0;
}

a.td {
	color : #8599A0;
	text-decoration : none;
}

a.td:visited {
	color : #8599A0;
	text-decoration : none;
}

a.td:hover {
	color : #8599A0;
	text-decoration : underline;
}

a.td:active {
	color : #8599A0;
	text-decoration : underline;
}

h1 {
	color : #566165;
	font-size : 16px;
	font-weight : normal;
}

#Footer {
	width : 880px;
	height : 25px;
	background-color : #8599A0;
	padding-left : 20px;
	text-align : left;
	line-height : 25px;
	color : #FFFFFF;
	font-size : 11px;
	clear : both;
}

a.footer {
	color : #FFFFFF;
	text-decoration : none;
}

a.footer:visited {
	color : #FFFFFF;
	text-decoration : none;
}

a.footer:hover {
	color : #566165;
	text-decoration : underline;
}

a.footer:active {
	color : #566165;
	text-decoration : underline;
}

#Keywords {
	width : 820px;
	height : 50px;
	padding : 20px 0px 20px 80px;
	background-image : url(images/gradient_bg.jpg);
	background-repeat : repeat-x;
	/*background-color : #3F3F3F;*/
	text-align : center;
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
}

.small {
	font-size : 13px;
	padding : 13px;
	color : #FFFFFF;
	/*filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;*/
	float : left;
}

.medium {
	font-size : 15px;
	padding : 15px;
	color : #FFFFFF;
	/*filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;*/
	float : left;
}

.large {
	font-size : 17px;
	padding : 17px;
	color : #FFFFFF;
	/*filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;*/
	float : left;
}
