@charset "utf-8";

body {
	background-image: url(../Images/BackgroundBluetoWhiteSmall.jpg);
	background-repeat: repeat-x;
	background-attachment:fixed;
}

table.main {
	margin: auto;
	background-color: #FFFFFF;
	width: 1000px;
}

table.options {
	background-color: #E9EAEA;
}

p.describing {
	font-family: Verdana;
	font-size: 10pt;
	text-align:justify;
}

ul {
	text-align:left;
}

img.partners {
	width:120px;
}

A:link { text-decoration: none; color: #002F5E; }
A:visited { text-decoration: none; color: #810081;}
A:active { text-decoration: none; color: #002F5E }
A:hover { text-decoration: underline;color: #FF6875}

ul li {
	list-style-type:disc;
}

div#fact {
        display:inline-block;
	width:143px;
	padding:0px 0px 0px 0px;
}
div#fact2 {
        display:inline-block;
	padding:0px 0px 0px 0px;
}
div#fact div#up {
	padding:0px 0px 0px 0px;
	background: no-repeat top right url(factUpperRight.gif) #E3E3E3;
}
div#fact div#up div#bottom {
	padding:5px 0px 5px 17px;
	background: no-repeat bottom right url(factBottomRight.gif);
}
h6#factHeader, p#factParagraph {
	font-family:Arial, Helvetica, sans-serif;
}
h6#factHeader {
	color:#5B9BCB;
	display:inline;
	font-weight:bold;
}
p#factParagraph {
	font-size:13px;
	color:#545253;
	display:inline;
}

img#fact_img {
    position:relative;
    top:13px;
}

