/* Shift Worldwide HTML Alternative site CSS Document */

html, body, #siteContent	{ height:100%; overflow: auto; }

body {
	margin:0;
	padding:0;
	overflow:hidden;
	background-image: url(../images/skybg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #0099FF;
}
.darkbluetext {
	color: #003366;
	font-weight: bold;
}


body,td,th {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}


a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #003366;
}
a:active {
	text-decoration: underline;
	color: #003399;
}
h1 {
	font-size: 32px;
	color: #FFFFFF;
	line-height: 1em;
}
.HomeTitle {
	font-size: 40px;
}

h2 {
	font-size: 18px;
	color: #FFFFFF;
}
h3 {
	font-size: 14px;
	color: #000000;
}

#navBar a {
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#navBar {
	padding-top: 10px;
	padding-bottom: 30px;
}

#leftColText {
	padding: 15px 20px 20px 110px;
}
#navBar a:hover {
	color: #003399;
	text-decoration: underline;
}

#navBarLineTD {
	background-image:url(../images/navbarline.jpg);
	background-repeat: repeat-x;

}
#ToolsTD {
	font-size: 13px;
	padding: 20px 75px 20px 120px;
}
#ToolsTD h3 {
	font-size: 16px;
	color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 2px;
}
#siteContent #FlashAltContent li {
	line-height: 1.5em;
}
#siteContent {
	overflow: auto;
}
