@charset "utf-8";
/* CSS Document */

body {
	background-image: url("/Images/Backgrounds/MainBackground.jpg");
	background-repeat: no-repeat;
	background-position: top center;
   	background-attachment: fixed;
	font-family: verdana;
  	color: rgb(108, 130, 151);
   	font-size: 10px;
	background-color: rgb(114, 135, 167);
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.background {
	width: 100%;
	height: 908px;
	/*position: fixed;*/
	top: 0px;
}

.bodyDiv {
	width: 100%;
	height: 908px;
	position: absolute;
	top: 0px;
}

p {
    font-size: 10px;
}

td {
	vertical-align: top;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

img {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.pageFooter {
	height: 74px;
	width: 1002px;
	text-align: left;
}

/*.spacerTd {
	padding-top: 90px;
}*/

a:link {
    font-weight: bold;
    color: #21446C;
    font-size: 10px;
	text-decoration: none;
}

a:visited {
    font-weight: bold;
    color: #21446C;
    font-size: 10px;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
    cursor: pointer;
	color: red;
	text-decoration: underline;
}

/*td {
    font-size: 10px;
}

li {
    font-size: 10px;
}

strong {
    font-size: 12px;
}

.externalLink {
    font-size: 10px;
}

.scrollbar {
    z-index: 500; 
    left: 10px; 
    cursor: pointer;
    width: 8px;
    height: 22px;
}

.headingText {
    padding-top: 5px; 
    padding-left: 10px; 
    padding-bottom: 12px; 
    font-family: verdana; 
    font-size: 12; 
    color: #80B0D0;
}

.sideHeading {
    padding: 6px 0px 6px 0px;
    font-family: verdana; 
    font-size: 11;
    font-weight: bold; 
    color: #3F8CB6;
}

.sideContent {
    padding: 10px 0px 10px 0px;
    font-family: verdana; 
    font-size: 11;
    color: #3F8CB6;
}

.imageLink {
    font-family: verdana; 
    font-size: 10; 
    color: rgb(108, 130, 151);
    padding-left: 5px;
    width: 100%;
}

.newsHeading {
    font-family: verdana;  
    color: rgb(108, 130, 151);
    width: 100%;
    padding-right: 10px; 
    padding-top: 0px; 
    font-size: 12px; 
    font-weight: bold;
}

.date {
    font-weight: normal; 
    padding-top: 2px; 
    color: #000000; 
    font-size: 10px;
}

.intro {
    font-weight: normal; 
	font-family: verdana; 
    padding-top: 2px; 
    color: #80B0D0;
    font-size: 10px;
}

.topMenuText {
    font-family: verdana; 
    font-size: 9px; 
    font-weight: bold;
}

.index {
    padding-left: 3px;
    padding-right: 3px;
    float: left;
    cursor: pointer;
    height: 10px;
    width: 50px;
}

.mainTitle {
    font-size: 16px;
    font-weight: bold;
}

.richMediaCell {
    padding-right: 3px;
    padding-left: 2px;
    border: dotted 1px #80B0D0;
}

.CreativeGif {
    padding: 5px 5px 5px 5px;
    border: solid 2px rgb(108, 130, 151);
    color: rgb(108, 130, 151);
    width: 250px;
    height: 80px;
    text-align: center;
}

.graphText {
	border-bottom: solid 1px #6C8297;
	border-left: solid 1px #6C8297;
	border-right: solid 1px #6C8297;
}

.graphMarker {
	background-color: #2085B9;
}

.graphImage {
	height: 11px; 
	overflow-y: hidden;
}*/


