@charset "utf-8";
/* CSS Document */
.VerdBlk {
	font-family: Verdana;
	font-size: 25px;
	font-weight: bold;
	color: #90000;
	text-decoration: none;	
	
}
.VerdBlkSml {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #90000;
	text-decoration: none;	
	
}
.VerdWhtMed {
	font-family: Verdana;
	font-size: 16px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;	
	
}
.VerdLiteBlu {
	font-family: Verdana;
	font-size: 16px;
	font-weight: normal;
	color: #B2EBF0;
	text-decoration: none;	
	
}
.Verd {
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
	color: #346161;
	text-decoration: none;
}
.VerdLite {
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
	color: #999;
	text-decoration: none;
	
}
.VerdLiteSml {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #83EBF0;
	text-decoration: underline;	
}


a.hover:VerdLiteSml {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #83EBF0;
	text-decoration: none;
	
}
.VerdWht {
	font-family: Verdana;
	font-size: 20px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
}
.VerdBlk {
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
body {
	background-image: url(../bk.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	background-color: #0E1C25;
}
#container {
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	background-image: url(../body_bk.jpg);
	background-repeat: no-repeat;

}
#inside_top_container {
	position:relative;
	top:0px;
	width:1000px;
	height:505px;

}
#inside_bottom_container {
	position:relative;
	top:20px;
	width:1000px;
	padding-top:5px;

}

#global_navigation {
    position:relative;
	top:4px;
	width:1000px;
	
}
#logo {
	position:relative;
	top:4px;
	width:700px;
	height: 60px;
	z-index: 1000;	
}
#welcome {
	position:relative;
	top:30px;
	padding-left:2px;
	width:475px;

}
#award {
	position:relative;
	top:20px;
	padding-left:2px;
	width:900px;

}
#home_flash {
	position:absolute;
	left:500px;
	top:57px;
	z-index: 10;	
	
	
	
}
#right_bottom_pane {
	float:left;
	width:420px;
    padding-left:10px;
	
	
	
	
	
}
#left_bottom_pane {
	float:left;
	width:565px;
	border-right: dotted 1px #B4EBF0;
	
	
	
	
}
