@charset "UTF-8";
/* CSS Document */

/* Clear everything */

html {
	min-width:800px;
}

body {
	margin: 6px auto;
	width:800px;
}

* {
	margin:0;
	padding:0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

h1 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	letter-spacing:2px;
	font-weight:normal;
	margin:4px 4px 4px 14px;
	font-size:14px;
	color:#333;
	text-align:left;
}

p {
	font-size:10px;
	color:#333;
	letter-spacing:2px;
}

p a {
	color:#333;
	padding:1px;
}

p.main a:hover {	
	color:#b5121b;
	text-decoration:none;
	border-left:1px solid #b5125b;
	border-right:1px solid #b5125b;
	padding:0px;
}

em {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999;
	letter-spacing:2px;
	font-style:normal;
}

/* Regular stuff */

#header {
	background:url(../images/header.gif) top center no-repeat;
	height:78px;
	width:800px;
	text-align:right;
}

.roundbox {
	background:url(../images/round_box.gif) top center no-repeat;
	text-align:center;
	min-height:300px;
	padding-top:14px;
}

.roundbox img {
	border: 3px solid #999;
}

.roundbox a img:hover {
	border:3px solid #666;
}

.roundleft {
	width:500px;
	margin:0px 10px 10px 10px;
	padding-right:30px;
	min-height:275px;
	border-right: 1px dotted #666;
}

.roundright {
	width:200px;
	margin:0px 2px 10px 10px;
	float:right;
}
	
.roundright p, .roundleft p {
	margin: 2px 2px 4px 14px;
	text-align:left;
	letter-spacing:normal;
	line-height:1.5em;
}	
	
/* Navigation menu */

#uldiv {
	width:auto;
	margin-left:200px;
	text-align:right;
}

ul {
	padding-top:28px;
}

ul li {
	margin:0;
	padding:0;
	list-style-type:none;
	text-align:center;
}

ul.navmenu {
	display:inline-block;
	width:60px;
	height:64px;
	background:url(../images/link_arrow_hover.gif) -63px 11px no-repeat;
}

ul.navmenu:hover {
	background:url(../images/link_arrow_hover.gif) 0px 11px no-repeat;
}

ul.here {
	background:url(../images/link_arrow_hover.gif) 0px 11px no-repeat;
	display:inline-block;
	width:60px;
	height:64px;
}

ul li, ul li a {
	font-size:12px;
	color:#333;
	text-decoration:none;
}

ul li a:hover {
	color:#b5121b;
	border-left:1px solid #b5121b;
	border-right:1px solid #b5121b;
}

/* footer */

#footer {
	width:800px;
	height:40px;
	text-align:left;
	border-bottom:1px solid #666;
	background:url(../images/Chakra06.gif) top left no-repeat;
}

#footer p {
	font-size:9px;
	margin-left:48px;
	padding-top:12px;
}

/* Contact Form */

form {
	text-align:left;
}