@charset "utf-8";
body {
	font: 100% Trebuchet MS;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 780px;
	margin: auto;
	text-align: left;
	position: relative;
	padding: 0px 35px;
	background-repeat: repeat-y;
	background-image: url(images/backgrounds/shad10px751pxwht.png);
}
.oneColFixCtr #header {
	padding: 10px 20px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFFFFF;
	height: 110px;
}
.oneColFixCtr #logo {
	float: left;
	margin: 7px 0px 17px;
	height: 86px;
	width: 235px;
	background-repeat: no-repeat;
	background-image: url(images/logo/logo_des.jpg);
}
.oneColFixCtr #contact {
	float: right;
	text-align: right;
}
.oneColFixCtr #menuheader {
	padding: 30px 20px 10px 20px;
	height: 20px;
	background-image: url(images/backgrounds/gry60.jpg);
}
.oneColFixCtr #flashdiv {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #CCCCCC;
	height: 300px;
}
.oneColFixCtr #mainContent {
	height: 490px;
	padding: 0px 20px;

}
.oneColFixCtr #titlefloat {
	float: left;
	width: 480px;
	margin: 20px 10px 10px 0px;
}
.oneColFixCtr #sidebarfloat {
	float: right;
	width: 238px;
	margin: 20px 0px 0px 10px;
	border: 1px solid #CDCDCD;
	background-color: #F1F1F1;
}
.oneColFixCtr #map {
	background-image: url(images/index_map.jpg);
	background-repeat: no-repeat;
	height: 378px;
}
.oneColFixCtr #sidebody {
	padding: 0px 10px;
	text-align: center;
}
.oneColFixCtr #bodyfloat {
	width: 458px;
	float: left;
	margin: 10px 10px 0px 0px;
	padding: 10px;
	border: 1px solid #CDCDCD;
	background-color: #F1F1F1;
}
.oneColFixCtr #lowbodyfloat {
	float: left;
	margin: 20px 20px 0px 10px;
	width: 460px;
	background-repeat: no-repeat;
	background-image: url(images/icons/quotations.gif);
	height: 34px;
}
.oneColFixCtr #lowsidebarfloat {
	width: 240px;
	float: right;
	margin: 15px 0px 0px 10px;
}
.oneColFixCtr #pgctrl {
	padding: 0px 698px 0px 20px;
	height: 20px;
}
.oneColFixCtr #tpg {
	width: 62px;
	height: 13px;
	background-image: url(images/icons/top_pg.jpg);
	margin: 3.5px 0px;
	background-repeat: no-repeat;

}
.oneColFixCtr #submenu {
	padding: 0px 20px;
	background-color: #333333;
	height: 20px;
}
.oneColFixCtr #footer {
	padding: 0px 20px;
	height: 20px;
}
.oneColFixCtr #copyr {
	float: left;
}
.oneColFixCtr #author {
	float: right;
}
body {background-image: url(images/backgrounds/fade3.jpg); background-repeat: repeat-x; background-color: #FFFFFF;}
body,td,th {font-family: Trebuchet MS; font-size: 14px;}

/* Page default link colors */
a:link {color: #CDCDCD; text-decoration: none;}
a:visited {color: #CDCDCD; text-decoration: none;}
a:hover {color: #00CCFF; text-decoration: none;}
a:active {color: #CDCDCD; text-decoration: none;}

/* Blue link colors */
a:link.blue {color: #00CCFF; text-decoration: none;}
a:visited.blue {color: #00CCFF; text-decoration: none;}
a:hover.blue {color: #00CCFF; text-decoration: none;}
a:active.blue {color: #00CCFF; text-decoration: none;}

/* email link */
a:link.email {color: #000033; text-decoration: none;}
a:visited.email {color: #000033; text-decoration: none;}
a:hover.email {color: #000033; text-decoration: none;}
a:active.email {color: #000033; text-decoration: none;}

/* Specify all images that are hyperlinked with the following link parameters. 
   This is to prevent IE from displaying the page default link colors (above) around an image.
   If a hyperlinked image is placed on a background other than white, this css code will need
   to be changed to corespond with the background color.
   Alternativly a second set of link parameters could be made specially for the image. */
a:link.image {color: #FFFFFF; text-decoration: none;}
a:visited.image {color: #FFFFFF; text-decoration: none;}
a:hover.image {color: #FFFFFF; text-decoration: none;}
a:active.image {color: #FFFFFF; text-decoration: none;}

h1 {font-size: 18px;}
h2 {color: #000000; font-size: 14px; }
h3 {color: #000000; font-size: 14px; }

.title20 {font-size: 20px}
.title18 {color: #000000; font-size: 18px; }
.title18blue {color: #00CCFF; font-size: 18px; }
.red14 {color: #FF0000; font-size: 14px; }
.blue14 {color: #00CCFF; font-size: 14px; }
.body14 {color: #000000; font-size: 14px; font: Trebuchet MS; }
.gry14 {color: #CDCDCD; font-size: 14px; font: Trebuchet MS; }
.footertab {color: #000000; font-size: 10px; }
.grymenu {color: #CDCDCD}

