@charset "utf-8";
/* CSS Document */

body {
	padding:5px;
	margin:5px;
	font:13px "Arial Narrow", Arial, Helvetica, sans-serif;
	background-color:#ccc;
}
h2 {
	font:20px "Arial Narrow", Arial, Helvetica, sans-serif;
	color:#004;
	font-weight: 600;
}
#container {
	position: relative;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
}
#header {
/*	position:absolute; */
	left:0px;
	top:0px;
	width:850px;
	height: 60px;
	text-align: left;
	background-color: #023D5B;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	box-shadow: 2px 2px 8px #666;
}

#header a {
	text-decoration: none;
	color: #fff;
}

#marginTitle {
	position: absolute;
	width: auto;
	height: 50px;
	top: 20px;
	right: 35px;

}

#majortitle {
	position: absolute;
	top: 10px;
	left: 15px;
	width: 800px;
	font: 32px "Times New Roman", Times, sans-serif;
	color: #fff;
	text-shadow: 2px 0px 3px #770000;
	line-height: 1.2;
}

#title{
	font: 24px "Arial Narrow", Arial, Helvetica, sans-serif;
	color: #ccf;
}

#content {
	position: absolute; 
	width: 810px;
	height: 280px;
	top: 63px;
	left: 0px;
	padding: 20px;
	font-size: 16px;
	background-color: #ccf;
	float: left;	
	box-shadow: 2px 2px 8px #666;
}

#contentInst {
	width: 810px;
	left: 0px;
	padding: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 16px;
	background-color: #ccf;
	float: left;	
	box-shadow: 2px 2px 8px #666;
}

#contentScreen {
	position: absolute;
	width: 750px;
	height: 420px;
	top: 63px;
	left: 0px;
	padding: 50px;
	font-size: 16px;
	background-color: #ccf;
	float: left;
	box-shadow: 2px 2px 8px #666;
}

#screenImg {
	float: right;
	margin: 20px;
	width: 200px;
	/* height: 145px; */
}

#settingsImg {
	float: right;
}

#bottom { 
	position: absolute;
	top: 370px;
	left: 0px;
}

#bottomInst { 
	left: 0px;
}

#bottomScreen { 
	position: absolute;
	top: 570px;
	left: 0px;
}

#contacts{
	position: absolute;
	width: 550px;
	height: 135px;
	top: 000px;
	left: 0px;
	color: #023d5b;
	padding-left: 320px;
	padding-top: 5px;
	font: 11px "Arial", Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-image: url(contactsGradient.png);
	background-repeat:repeat-x;
}

#contacts a {
	font-weight: normal;
}

#contactInfo{
	color: #fff;
}

#contactLine1 {
	position:absolute;
	width: 560px;
	color: #fff;
	left: 400px;
	top: 9px;
}

#contacts Strong {
	color: #fff;
	font: 15px "Arial", Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#footer {
	position:absolute;
	width:400px;
	height:20px;
	top:8px;
	left:0px;
	color:#004;
	padding:5px;
	font:11px "Arial Narrow", Arial, Helvetica, sans-serif;
}

#footerInst {
	width:400px;
	height:20px;
	left:0px;
	color:#004;
	font:11px "Arial Narrow", Arial, Helvetica, sans-serif;
}

a {
	color: #008;
	font-weight: 600;
}
a:hover {
	color: #00f;
	font-weight: 600;
}

a img {
	border: none;
}

table, th, td {
	border: 1px solid black;
	border-collapse: collapse;
}

th, td {
	width: 100px;
}
