/* CSS */

body {
	width: 788px;
	margin: 0 auto 0;
	font-size: 0.8em;
	font-family: arial, verdana, helvetica, sans-serif;
	color: #333;
	background-color: #626F51;
	margin-top: 10px;
}

#container {
	width: 788px;
	background-image: url(../images/bg.jpg);
	background-color: #fff; /* If images are turned off */
}

hr {
	border: 1px solid #d9d9d9;
}

/****************************
	Headings
****************************/

h1 {
	font-weight: normal;
}

h2 {
	font-size: 1.2em;
	color: #006600;
	letter-spacing: 1px;
}

/****************************
	Header
****************************/

.logo {
	padding: 0 0 0 15px;
	vertical-align: bottom;	
}

.header_img {
	padding: 0 0 0 4px;	
}

#header {

}

/****************************
	Left Column
****************************/

#leftCol {
	width: 135px;
	padding: 0 10px 0 20px;
	float: left;
}

#leftCol ul {
	margin: 0;
	padding: 10px 0 0 15px;
}

#leftCol li {
	list-style-image: url(../images/bullet.jpg);
	/*list-style-position: inside;*/
	line-height: 2em;
	border-bottom: 1px solid #E6E6E6;
	background-color: #fff; /* If images are turned off */
}

#leftCol a {
	text-decoration: none;	
	color: #000;
	display: block;
}

#leftCol a:hover {
	background-color: #DEDFD6;
}

.loginform {
	border: 1px solid #ccc;	
	padding: 5px;
}

.login_error {
	color: red;
	padding: 1em;
	font-style: italic;
}

.welcome_msg {
	color: #003300;
	font-size: 1.2em; 
	letter-spacing: 1px;
}

.logout_msg {
	text-align: center;	
}

.error_msg {
	color: red;
	font-style: italic;
}
/****************************
	Content
****************************/

#content {
	padding: 1em;
	margin-left: 155px;
	margin-right: 160px;
	background-color: #fff; /* If images are turned off */
	text-align: justify;
	line-height: 1.5em;
}

.details_table {
	width: 400px;	
}

.details_table td {
	padding: 0.5em;	
}

.details_submit {
	float: right;
	background-color: #DEDFD6;
	border: 1px solid #ccc;
	margin-right: 10px;
}

.comment {
	font-size: 0.8em;
	font-weight: bold;

}

.comment hr {
	clear: both;
	border: 1px dashed #ccc;
}

.comment_heading {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	font-size: 20px;
	letter-spacing: 1px;
	padding: 10px 350px 10px 0;
	display: block;
}

.link_button a{
	color: #000;
	border: 1px solid #f9f9f9;
	background-color: #DEDFD6;
	display: block;
	text-align: center;
	text-decoration: none;
}

.submit {
	background-color: #DEDFD6;
	border: 1px solid #ccc;
}

.register {
	background-color: #fff;
	border: 1px solid #626F51;
	font-weight: bold;
	padding: 3px;
}

.c_highlight {
	color: red;
	font-style: italic;
}

.attendee_list {
	list-style: square;
}

.view_attendants {
	font-weight: bold;
}

.posts a{
	text-decoration: none;
}

/****************************
	Right Column
****************************/

#rightCol {
	width: 140px;
	margin: 5px 20px 0 5px;
	float: right;	
	background-color: #fff; /* If images are turned off */
}

.sponsors {
	text-align: center;
	font-weight: bold;
	border: 1px solid #ccc;	
}

.sponsors ul {
	margin: 0;
	padding: 0;	
}

.sponsors li {
	line-height: 3em;
	list-style-type: none;	
}

.weather {
	border: 1px solid #ccc;
	font-size: 0.8em;
	text-align: left;
	padding: 5px;
}

/****************************
	Footer
****************************/

#footer {
	text-align: center;
	font-size: 0.8em;
}

/****************************
	Links
****************************/

a:link {
	color: #000;
}

a:visited {
	color: #000;
}

a:hover {
	
}

a:active {
	
}