@charset "utf-8";
body  {
	font: 100
..01% Verdana, Arial, Helvetica, sans-serif;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #369;
	width: 780px;
	font-size: 100.01%;
	font-family: Arial, Helvetica, sans-serif;
}
 #container {
	border: 1px solid #000000; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	width: 780px;
	margin: 20px;
	text-align: left;
} 
 #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	background-color: #F0F0F0;
	background-image: url(telepweb2010/images/bannertelep2.jpg);
	height: 125px;
	width: 780px;
	border-bottom-color: #000;
	border-bottom-width: 3px;
	border-bottom-style: solid;
} 
 #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Verdana, Geneva, sans-serif;
	color: #F00;
	font-size: 1.6em;
	padding-top: 75px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 10px;
	font-style: italic;
}
 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-color: #FFF;
	height: auto;
	clear: none;
	margin-bottom: 0px;
	border-right-style: none;
	border-right-color: #666;
	text-align: center;
}
/*********** Horizontal Nav *************/

#horizonnav {
	margin: 0px;
	padding: 0px;
	background: #28446C;
	list-style: none;
	float: left;
	width: 780px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#horizonnav li {
	margin: 0px;
	padding: 0px;
	float: left;
}
#horizonnav a {
	color: #FFFFFF;
	text-decoration: none;
	line-height: 2;
	border-right: 1px solid #FFFFFF;
	float: left;
	width: 110px;
	text-align: center;
	font-size: 90%;
}
#horizonnav a:hover {
	background-color: #666;
}
#horizonnav #hornav_last a {
	border-right-style: none;
}

/*********** Horizontal Nav *************/

/*********** Vertical Nav **************/
#vertnav {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}
#vertnav li {
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #000000;
}
#vertnav li a {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #28446C;
	height: 1%;
	display: block;
	padding-left: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
}
#vertnav li a:hover {
	background-color: #666;
}
/*********** Vertical Nav **************/





 #mainContent {
	float: none;
	font-family: Arial, Helvetica, sans-serif;
	clear: none;
	height: auto;
	border-left-color: #000;
	line-height: 1.6;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 200px;
	border-left-width: thin;
	border-left-style: solid;
} 
 #footer {
	background-color: #28446c;
	clear: both;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
 #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-color: #28466c;
	width: 650px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
	float: none;
	text-align: center;
	left: auto;
	color: #CCC;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 10px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.hilite {
	font-style: normal;
	color: #009;
}
.yellowHlite {
	font-style: italic;
	color: #000;
	background-color: #FF3;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
#container #mainContent p {
	text-align: left;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
}
.bckground {
	color: #FFF;
	background-color: #FFF;
}
