html, body {
	margin: 0; padding: 0; font-size: 100%;
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000;
	background-color: #666666;
}

p {
	margin: 0; padding: 8px 7px 0 10px;
}


/* *****>>>>> Demo Styles <<<<<***** */

/*** The #header div has a static position and a background image ***/

#header {
	margin: 0;
	padding: 0;
	background-color: white;
} /*** must be set so the following absolutely positioned divs are 
			    placed correctly on initial load of the page***/ 

#leftbox {
	width: 225px;
	color: #000;
	float: left;
}

#contents {
	min-height: 550px;
} /*** IE6 needs this to display the div ***/

	
#contents p {
	 text-indent:10px;
}

#contents a {
	text-decoration: none;
}

#contents a:hover {
	text-decoration: underline;
}

#maincontainer {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#banner {
	display: block;
	width: 780px;
	position: absolute;
	height: 147px;
}

#banner img {
	position: absolute;
	height: 147px;
	width: 780px;
}

#container2 {
	position: absolute;
	display: block;
	height: 33px;
	background-image: url(/images/navbar_bg.jpg);
	width: 780px;
	top: 147px;
	color: white;
	font: bold italic 11px Tahoma, Veranda, Arial;
}

#languagecontainer {
	float: left;
	padding-top: 4px;
	width: 240px;
	text-align: center;
}

#topnavcontainer {
	float: right;
	width: 540px;
	height: 33px;
}

#topnavcontainer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#topnavcontainer ul li {
	display: block;
	float: left;
	text-align: center;
	border-left: 1px solid #9a171d;
	border-right: 1px solid #750000;
	border-top: 1px solid #a74f4d;
	height: 33px;
	width: 19%;
}

#topnavcontainer ul li a {
	background: transparent;
	color: white;
	text-decoration: none;
	display: block;
	text-align: center;
	vertical-align: middle;
	height: 33px;
	padding-top: 8px;
}

#topnavcontainer ul li a:hover {
	color: yellow;
	background-image: url(/images/button_on.jpg);
	border-left: 1px solid #a01512;
	border-right: 1px solid #6b0008;
}

#main {
	background-color: white;
	color: black;
	position: absolute;
	top: 180px;
	width: 780px;
	height: auto;
	font-family: Tahoma, Veranda, Arial;
	font-size: 11px;
	background-image: url(/images/left_bg.gif);
	background-repeat: repeat-y;
}

#footer {
	position: absolute;
	background-color: black;
	bottom: -28px;
	height: 28px;
	width: 780px;
	text-align: center;
	font-family: Tahoma, Veranda, Arial;
	font-size: 10px;
	color: white;
	padding-top: 4px;
	clear: both;
}

#footer a, #footer a:hover, #footer a:visited {
	color: white;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#headercontainer {
	margin-left: auto;
	margin-right: auto;
	width: 780px;
}

#container {
	margin-left: 230px;
}

.grey {
	background-color: #d9d9d9;
	background-position: top left;
	background-repeat: no-repeat;
	font-family: Tahoma, Veranda, Arial;
	font-size: 12px;
	width: 225px;
	border-top: 1px solid white;
	border-right: 2px solid #c3c3c3;
	border-bottom: 1px solid #c3c3c3;
	float: left;
	clear: left;
}

.grey a, .yellow a {
	color: black;
	text-decoration: underline;
}

.grey a:hover, .yellow a:hover {
	color: #999999;
}

.yellow {
	background-color: #fff100;
	background-position: top left;
	background-repeat: no-repeat;
	font-family: Tahoma, Veranda, Arial;
	font-size: 12px;
	width: 225px;
	border-top: 1px solid white;
	border-right: 2px solid #cebf02;
	border-bottom: 1px solid #cebf02;
	float: left;
	clear: left;
}

.yellow p, .red p, .grey p, .grey_right p, .red_right p {
	margin: 5px;
}

.red {
	background-color: #9f2727;
	background-image: url(/images/design_icon.gif);
	background-position: top left;
	background-repeat: no-repeat;
	font-family: Tahoma, Veranda, Arial;
	font-size: 12px;
	color: white;
	width: 225px;
	border-top: 1px solid white;
	border-right: 2px solid #7e1e1f;
	border-bottom: 1px solid #7e1e1f;
	clear: left;
	float: left;
}

.red a, .red a:visited {
	color: white;
	text-decoration: underline;
}

.red a:hover, .red a:visited:hover {
	color: #CCCCCC;
}

h1, h2 {
	font-weight: bold;
	text-align: center;
}	

h1 {
	font-size: 16px;
	color: blue;
}

h2{
	font-size: 14px;
}
