
body {
	background: #999 url(images/bg_gradient.gif) scroll top left repeat-x;
	color: #000;
	text-align: center;
	}

/* Set the width of the container div */
#container {
	width: 640px;
	margin: 12px auto;
	text-align: left;
	}

/* control the vertical spacing of the header graphic */
#header {
	margin: 0;
	height: 81px;
	}

/* Set the horizontal navigation bar */
#nav {
	color: #eee;
	margin: 0;
	padding: 0 24px;
	background: #999;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	}

/* Navigation bar link appearances */
#nav a, a:visited {
	color: #eee;
	border-bottom: 1px dotted #ccc;
	text-decoration: none;
	}

#nav a:hover {
	color: #fff;
	border-bottom: 1px dotted #fff;
	text-decoration: none;
	}

/* Main content area */
#content {
	/*width: 592px;*/
	background: #fff;
	padding: 12px 24px 12px 24px;
	}

/* Create a left-hand column at the top of the content area */
#col1 {
	width: 48%;
	float: left;
	margin-right: 24px;
	}

/*#col2 {
	width: 48%;
	}*/

h2 {
	color: #677c9f;
	font-size: 120%;
	}

h3 {
	color: #690;
	font-size: 110%;
	}

.sep {
	border-bottom: 3px dotted #ccc;
	}

#footer {
	color: #eee;
	font-size: 80%;
	padding: 0 24px;
	background: #666;
	border-top: 1px solid #333;
	border-bottom: 3px solid #333;
	}

#footer a, a:visited {
	color: #eee;
	}

#footer a:hover {
	color: #fff;
	}

td {
	vertical-align: top;
	}

/* links */
a:link {
	color: #369;
	text-decoration: none;
	border-bottom: 1px dotted #39f;
	}

a:visited {
	color: #606;
	}

a:hover {
	color: #06c;
	text-decoration: none;
	border-bottom: 1px dotted #9f3;
	}

a.noborder {
	text-decoration: none;
	border: 0;
	}

.contact {
	border:1px dotted #fc6;
	background-color:#ffc;
	padding:0 8px 12px 8px;
	margin-bottom:24px;
	}

.feint {
	color: #ccc;
	}
	
.notice {
	color: #900;
	}