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


body{
	margin:0px;
	background-color:#6463c4;
	background-image:url(Images/pageBG.gif);
	background-repeat:repeat-x;
	color:#FFF;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	}
a:link, a:visited, a:active {
	color: #CCFFFF;
}
a:hover{
	color:#99FFFF;
}
img{
	border:0px;
	}
h1{
	color:#FFCC00;
	font-size:large;
	}
#page{
	margin-right:auto;
	margin-left:auto;
	width:850px;
	}
#TKAwords{
	background-image:url(Images/TKAwords.png);
	background-repeat:no-repeat;
	height:70px;
	width: 400px;
	margin-top: 35px;
	margin-left:220px;
	}
#pageArea{
	padding-left:80px;
	padding-right:10px;
	}
#underLink{
	background-image:url(Images/linkBarBG.png);
	background-repeat:repeat-x;
	height:15px;
	margin-top:-3px;
	}
#linkBar{
	height:28px;
	margin-top:10px;
	}
#bottomBar{
	text-align:center;
	clear:both;
	padding-top:10px;
	}
#leftSide{
	width:185px;
	margin-right:10px;
	float:left;
	padding-bottom:25px;
	background-color:#111089;
	}
#apDiv1 {
	position:relative;
	left:-70px;
	top:-130px;
	width:190px;
	height:235px;
	z-index:1;
}
#quick{
	height:30px;
	background-image:url(Images/quick.png);
	margin-top:-120px;
	margin-bottom:10px;
	}
.quickLink{
	height:64px;
	width:194px;
	left:-8px;
	z-index:1;
	position:relative;
	}
	
#rightSide{
	width:565px;
	height:500px;
	float:left;
	overflow:auto;
	}
.mainContent{
	background-color:#111089;
	margin-bottom:10px;
	padding:15px 10px 15px 15px;
	min-height:250px;
	}
.secondaryContent{
	background-color:#111089;
	padding:25px;
	padding-top:10px;
	padding-bottom:10px;
	min-height:50px;
	}
.picFloatLeft{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	}
.smallNav{
	text-align:center;
	margin-bottom:25px;
	font-weight:bold;
	}