/* <![CDATA[ */
body {
	font-family: Arial;
	font-size: 12px;
	color: #000;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #dddddd;
}

/* IMAGES - make sure there are no borders
---------------------------------------------*/
img {
	border: 0;
}

/* LINKS general hrefs
---------------------------------------------*/

a {
	color: #222;
	text-decoration: none;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	color: #999;
	text-decoration: none;
}

a:active {
	text-decoration: none;
}


/* MAIN MENU our main menu
---------------------------------------------*/

#main .menu {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 10px 0px;
	width: 190px;
	/*background: #efefef;*/
}

#main .menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	background-image: url(../images/menudiv1.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 2px;
}

#main .menu li {
	padding: 6px 0px 0px 15px;
	margin: 0px 0px 0px 0px;
	color: #232323;
	background-image: url(../images/menudiv1.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 17px;	
}

#main .menu .red{
	color: #ff0000;
}

/* STRUCTURE the site structural elements
---------------------------------------------*/

#container { /* white box container */
	width: 640px;
	padding: 0px 40px 10px 40px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	background: #fff;
	border-left:1px solid #b8b8b6;
	border-right:1px solid #b8b8b6;
}

#header {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: 170px;
	background: url("../images/bg_header.jpg") no-repeat 0px 0px;
}

#intro {
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 15px;
	font-size: 16px;
	font-weight: normal;
	color: #222;
}

#footer {
	font-size:11px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: url(../images/footerdiv.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 6px;
}

#main h1 { /* h1 */
	font-size:16px;
	font-family: Arial;
	color: #840017;
	line-height:21px;
	font-weight:bold;
	float:left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 25px;
	width: 365px;
	background:#fff;
}

#main .c1 { /* Menu Sidebar */
	color: #222;
	float: right;
	padding: 0px 10px 0px 0px;
	margin: 0px 0px 40px 0px;
	width: 425px;
	background: #fff;
}

html>body #main .c1 { width: 229px; height: 200px; }

#main .c1 b { /* bold */
	color: #444;
}

#main .c1 p { /* Menu Sidebar copy */
	padding: 5px 40px 0px 20px;
	color: #222;
	line-height: 17px;
}
#main .c1 p summary { /* Menu Sidebar copy */
	padding: 0px 40px 0px 20px;
	font-weight: bold;
	color: #222;
	line-height: 17px;
}

#main .c1 a { /* Menu Sidebar href */
	color: #FFFF3E;
	text-decoration: none;
	padding: 3px 3px 3px 0px;
}
#main .c1 a:hover {
	color: #FFCC00;
	text-decoration: none;
	background: #000;
	padding: 3px 3px 3px 0px;
}

#main .c1 ul {
	list-style: none;
	margin:0 0 0 20px;
	padding:0 0 0 0;
	}
	
#main .c1 ul li:before {
	color:#840017;
	content: "\00BB \0020";
	}

#main img {
	border: 0;
	margin: 0px 0px -4px 0px;
}

#main #form {
	margin: 0px 0px 0px 20px;
}

#main #result {
	margin: 0px 0px 0px 20px;
	height:200px;
}

/* Misc structural elements */

.clear { /* mozilla box model hack */
	clear: both;
	visibility: hidden;
	padding: 0px 0px 0px 0px;
}


/* ]]> */
