/*Links*/

a:link, a:visited {
	color: #000;
	text-decoration: none;
}

#navigation a:link, #navigation a:visited {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#navigation #current a:visited, #navigation #current a:link {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

/*Navigation*/

#navigation {
	float: left;
	width: 100%;
	background: #fff url("../images/layout/bg.gif") repeat-x bottom;
	font-size: 93%;
	line-height: normal;
}

#navigation ul {
	margin: 0;
	padding: 1.31em 10px 0;
	list-style: none;
}

#navigation li {
	float: left;
	background: url("../images/layout/left.gif") no-repeat left top;
	margin: 0;
	padding: 0 0 0 9px;
}

#navigation a {
	float: left;
	display: block;
	background: url("../images/layout/right.gif") no-repeat right top;
	padding: 5px 15px 4px 6px;
}
      
/* Commented Backslash Hack
hides rule from IE5-Mac \*/
#header a {float: none;}
/* End IE5-Mac hack */
  
#navigation #current {
	background-image: url("../images/layout/left_on.gif");
}

#navigation #current a {
	background-image: url("../images/layout/right_on.gif");
	padding-bottom: 5px;
}

/*Everything Else*/

* {
	font-family: Arial, Helvetica, sans-serif; 
}

body {
	background: white;
}

#container {
	min-width: 763px;
	max-width: 860px;
	margin: 0 auto;
}

h1 {
	font-size: 1.2em;
	text-align: center;
}

h2 {
	font-size: 1em;
	text-align: right;
	padding-right: 8px;
	display: none;
}

h3 {
	font-size: 0.9em;
}

h4 {
	font-size: 0.8em;
}

p {
	font-size: 0.8em;
}

ul {
	list-style: none;
	font-size: 0.8em;
	padding: 0;
}

#content1 {
	float: left;
	width: 150px;
	padding: 40px 0 0 25px;
	background: white;
}

#content1sub {
	width: 150px;
}

#content2 {
	float: left;
	width: 57.6%;
	padding: 40px 21px 0 14px;
	background: white;
}

#content2sub p {
	padding-bottom: 0.4em;
	border: dashed #666;
	border-width: 0 0 1px;
}

#content3 {
	float: left;
	width: 15.8%;
	padding: 40px 0 0 0;
	background: white;
	margin-left: -7px;
}

#content3 ul {
	margin: 0;
}

img {
	border: none;
}

.content1img {
	margin: 12.5px 0 0 3px;
}

#footer {
	background: white;
	display: block;
	margin-top: 1em;
	float: right;
	width: 100%;
}