#container {
	/*width: 100%;*/
	overflow: auto;
	text-align: center;
	position: relative;	
	background-color: #003399;
}

#big-square {
	position: relative;
	width: 1022px;
	height: 768px;
	overflow: auto;
	border: 1px solid #000000;	
	padding: 0;
	text-align: left;
	margin: auto;
	background-color: #ffffff;
}

#header {
	width: 1022px;
	height: 100px;
	position: relative;
	background-color: #000000;
	background-image: url('images/fcd.jpg');
	background-repeat: no-repeat;	
}

#site-title {
	padding: 0 0 0 50px;
	float: left;
}
.button_bottom {
	margin: 73px 0 0 0;
}
#buttons {
	position: relative;
	float: right;
	height: 100px;
	margin: 0 20px 0 0;
	
}

body {
	margin: 0;
}

.hor-line {
	background-color: #000000;
	height: 1px;
	width: 1022px;
	clear: both;
	position: relative;
}	

H1 {
	color: #ffffff;
	margin: 0;
	padding: 15px 15px 0px 15px;	
	font-size: 35px;
	font-family: verdana;
	
}

H1 a:link {
	color: #ffffff;
	margin: 0;
	padding: 15px 15px 0px 15px;	
	font-size: 35px;
	font-family: verdana;
	text-decoration: none;
}

H1 a:visited {
	color: #ffffff;
	margin: 0;
	padding: 15px 15px 0px 15px;	
	font-size: 35px;
	font-family: verdana;
	text-decoration: none;
}

H1 a:hover {
	color: #ffffff;
	margin: 0;
	padding: 15px 15px 0px 15px;	
	font-size: 35px;
	font-family: verdana;
	text-decoration: none;
}

H2 {
	color: red;
	margin: 0;
	padding: 0 15px 20px 15px;	
	font-size: 18px;
	font-family: verdana;
	/*text-shadow: white 0.1em 0.1em 0.2em*/
}

.label-450 {
	position: relative;
	width: 450px;
	height: 35px;
	margin: 15px 15px 0 25px;
	border: 1px solid silver;
	background-color: silver;
	text-align: center;
	float: left;
}

H3 {
	
	margin: 10px 0 0 0;
	text-align: center;
	font-family: verdana;
	color: #003399;
	font-size: 14px;
	font-weight: bold;
	
}	

.rectangle-450 {
	width: 450px;
	height: auto;
	margin: 0 15px 15px 25px;
	border: 1px solid silver;
	text-align: left;
	float: left;
}

.body-text {
	
	position: relative;
	padding: 15px;
	font-family: "BD Quattra", verdana;	
	font-size: 12px;
	line-height: 125%;
	text-align: left;
	height: 130px;
	
}

.spacer {
	height: 10px;
	width: 300px;
	background-color: red;
	
}

.menu-text {
	
	position: relative;
	padding: 5px;
	font-family: "BD Quattra", verdana;	
	font-size: 11px;
	line-height: 150%;
	text-align: left;
	
}

#fileDiv {
	visibility: hidden;	
}

#idDiv {
	visibility: hidden;	
}

.blue {
	color: blue;
	font-weight: normal;
	font-size: 16px;
}

.left-menu {
	position: relative;
	text-align: left;
	padding: 10px;
	float: left;
	width: 250px;
	height: 600px;
	overflow: auto;
	margin: 2px 10px 10px 10px;
	border: 1px solid silver;	
}

.floatLeft{float: left;}

.floatRight{float: right;}

.image-left{
	float: left; 
	vertical-align: text-top; 
	margin: 0 15px 15px 0;
	
}

.image-right{
	float: right; 
	margin: 0 0 10px 10px;
}

.padme {
	padding: 0 0 10px 10px;
}	

#wrapContainer{
	width:680px; 
	float: left; 
	margin: 0 0 10px 0; 
	/*background-color: silver;*/
	position: relative;
	padding: 10px 10px 10px 10px;
	text-align: left;
	display: inline;
	border: 1px solid silver;
	font-size: 14px;
}

#drill-list {
	width:680px; 
	float: right; 
	margin: 0 12px 0 0; 
	/*background-color: silver;*/
	position: relative;
	padding: 10px 10px 10px 10px;
	text-align: left;
	display: inline;
	border: 1px solid silver;
}

#addDrillContainer{
	width:680px; 
	margin: 25px auto; 
	/*background-color: silver;*/
	position: relative;
	padding: 10px 10px 10px 10px;
	text-align: left;
	border: 1px solid silver;
}

#drill-body {
	width: 300px;
	float: left;
	vertical-align: text-top;	
	position: relative;
	background-color: red;
}



a:link {
	color: #003399;
}

a:visited {
	color: #003399;
}

a:hover {
	color: red;
}

.highlight {
	BACKGROUND-COLOR: #ffff00;
	position: relative;
	cursor: pointer;
}

.expandIt {
	text-decoration: underline;
	color: blue;
	font-weight: normal;
	font-size: 16px;
}

