body {
	font-family: 'Raleway', Arial, sans-serif;
	background-color: #2C3057;
	color: #FFFFFF;
}
a:link {
	color: #F82290;
}
a:visited {
	color: #F82290;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}
a.green:link {
	color: #cccc14;
	text-decoration: none;
}
a.green:visited {
	color: #cccc14;
	text-decoration: none;
}
a.green:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.green:active {
	color: #FFFFFF;
	text-decoration: underline;
}
a.white:link {
	color: #ffffff;
	text-decoration: none;
	font-size: 14pt;
}
a.white:visited {
	color: #ffffff;
	text-decoration: none;
	font-size: 14pt;
}
a.white:hover {
	color: #cccc14;
	text-decoration: underline;
	font-size: 14pt;
}
a.white:active {
	color: #cccc14;
	text-decoration: underline;
	font-size: 14pt;
}
.RalewayWhite12 {
	font-size: 13pt;
	color: #FFFFFF;
	line-height: 145%;
	letter-spacing: 1pt;
	font-weight: 300;
}
.RalewayGreen14 {
	font-size: 14pt;
	color: #cccc14;
	line-height: 135%;
	letter-spacing: 1pt;
}
.Raleway12Pink {
	font-size: 12px;
	color: #990066;
}
.RalewayPink14 {
	font-size: 14pt;
	color: #F82290;
	line-height: 135%;
	letter-spacing: 1pt;
}
.RalewayWhite10 {
	font-size: 10pt;
	color: #FFFFFF;
	letter-spacing: 1pt;
	font-weight: 300;
}
.RalewayWhite11 {
	font-size: 13pt;
	color: #FFFFFF;
	line-height: 125%;
	letter-spacing: 1pt;
	font-weight: 300;
}
.RalewayWhite12Normal {
	font-size: 12pt;
	color: #FFFFFF;
	letter-spacing: 1pt;
	font-weight: 300;
}
#container {
	width:551px;
	height:332px;
	position:relative;
}
#container .prevButton {
	height:1px;
	width:1px;
	position:absolute;
	cursor:pointer;
	z-index:2000;
	left:0;
	background-color: #FFFFFF;
}
#container .prevButton:hover {
	background-position:left bottom;
	left:0;
}
#container .nextButton {
	height:1px;
	width:1px;
	position:absolute;
	cursor:pointer;
	z-index:2000;
	background-position:right top;
	right:0
}
#container .nextButton:hover {
	background-position:right bottom;
	right:0;
}
#container ul {
	width:551px;
	height:332px;
	list-style:none outside none;
	position:relative;
	overflow:hidden;
}
#container li:first-child {
	display:list-item;
	position:absolute;
	left:0%;
}
#container li {
	position:absolute;
	left:0%;
	display:none;
}
.Pad15Left {
	margin-left: 15px;
	margin-bottom: 10px;
}
.Pad15RightBottom {
	margin-right: 15px;
	margin-bottom: 10px;

}
.copyright {
	font-size: 9px;
	color: #6873C8;
}
.margins {
	padding-right: 50px;
	padding-left: 50px;
}
.topmenu {
	font-size: 14pt;
	color: #FFFFFF;
	line-height: 166%;
	letter-spacing: 1pt;
	background-image: url(images/header.jpg);
}
.footer {
	background-image: url(images/footer2.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
.transparent {
opacity:0.4;
filter:alpha(opacity=40); /* For IE8 and earlier */
}
h1 {
	font-size: 13pt;
	color: #cccc14;
	letter-spacing: 1pt;
	font-weight: 300;
}
.AlignTop {
    display: inline-block;
    vertical-align: top; 
}