/* CSS Document */
body {
	background-image: url(images/bg2.jpg);
	font-family: Times New Roman, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
}

#container {
	width: 750px;
	height: 575px;
	background-color: #9bc4e2;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-top-color: #000000;
	border-left-color: #000000;
	margin-top: 5px;
}

#topleftBlock {
	height: 86px;
	width: 99px;
	float: left;
}

#toprightBlock {
	height: 87px;
	width: 649px;
	float: right;
	padding-top: 12px;
	font-size: 22pt;
	text-align: left;
}

#bar {
	width: 748px;
	height: 20px;
	background-image:  url(images/bar2b.jpg);
	background-color: #9bc4e2;
	margin-top: 1px;
	margin-bottom: 5px;
	padding-top: 1px;
	font-size: 18px;
	text-align: center; 
	float: left;
}

#leftBlock {
	height: 200px;
	width: 150px;
	float: left;
	border: none;
	margin: 2px;
	padding: 0px;
	
}

#bottomBlock {
	height: 194px;
	background-color: #9bc4e2;
	width: 750px;
	float: left;
			
}

#mainapp {
	height: 300px;
	width: 550px;
	font-size: 16px;
}

a:link {
	text-decoraction: none;
	border: none;
	color: #000000;
}

a:active {
	text-decoraction: none;
	border: none;
	color: #FFFFFF;
}

a:visited {
	text-decoraction: none;
	border: none;
	color: #000000;
}

a:hover {
	text-decoraction: none;
	border: none;
	color: #FFFFFF;
}

#mainBlock {
	background-color: #B9D3EE;
	border-width: 1px;
	border-style: solid;
	border-color: #708090;
	height: 240px;
	width: 592px;
	float: left;
	font-family: Times New Roman, Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	overflow: auto;
		
}

.mainText {
	font-family: Times New Roman, Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 4px;
	font-size: 15px;
	text-align: center;
}

.linkText {
	font-family: arial;
	text-decoration: none;
	font-size: 8px;
	color: #000000;
	
}