/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FFFF99;
}
#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 975px;
	
}

#header {
	position: relative;
	margin: 0 auto;
	height: 140px;
	width: 975px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 200;
	background-image: url(../pics_tech/header_logo.jpg);
	top: 0px;
}
.header_info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: 200;
	color: #FFFFFF;
}
#menu_top {
	position: relative;
	margin: 0 auto;
	height: 20px;
	width: 975px;
	background-color: #FF3300;
}


.links_top {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	padding-left: 2px;
}

.links_top a:link {color: #FFFFFF; text-decoration: none;}
.links_top a:visited {color: #FFFFFF; text-decoration: none;}
.links_top a:active {color: #FFFF66; text-decoration: none;}
.links_top a:hover {color: #FFFF66; text-decoration: none;}




a:link {color: #990000; text-decoration: none;}

a:hover {color: #CC3300; text-decoration: none;}

a:active {color: #000099; text-decoration: none;}

a:visited {color: #000099; text-decoration: none;

}

#left {
	float: left;
	background-color: #FFCCFF;
	height: auto;
	width: 131px;
	padding: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-bottom-style: solid;
	border-left-style: dotted;
	border-right-color: #CC0000;
	border-bottom-color: #330000;
	border-left-color: #000066;
	font-weight: 600;

	
}
#left2 {
	float: left;
	background-color: #FFFFFF;
	height: auto;
	width: 272px;
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-bottom-style: solid;
	border-right-color: #333399;
	border-bottom-color: #FF0033;
}

#middle {
	float: left;
	width: 340px;
	background-color: #FFFFFF;
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-bottom-style: solid;
	border-right-color: #333399;
	border-bottom-color: #FF0033;
	
}
#right {
	float: left;
	background-color: #FFFFCC;
	height: auto;
	width: 191px;
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: groove;
	border-bottom-style: solid;
	border-right-color: #003399;
	border-bottom-color: #3300FF;
}
#footer {
	float: left;
	height: 25;
	width: 975px;
	background-color: #660000;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;


}

h4 {
	color: #000066;

}
h5 {
	color: #990000;
	font-size: 12px;

}
h6 {
	font-size: 12px;
	font-weight: bold;
}
