a, a:visited {
	color:#333399;
	font-weight:normal;
	text-decoration:none;
}

/* Multiple pseudo-classes are not allowed in a simple selector. Check...*/
/* 
a:visited:hover {
	background-color:#C4FFFF;
	background-image: none;
}
a:link:hover {
	background-color:#C4FFFF;
	background-image: none;
}
*/

#container {  /* The entire page below the logo and menu */
	width: 701px;
	background-position: center;
	text-align: left;
	height: 25px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#content { /* The box around the 2 columns */
	width:700px;
	text-align:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
}

input {
	background-color:#FBF9F2;
	font-family:Georgia, "Times New Roman", serif;
	font-size:10px;
	color:#666666;
	border:1px solid #728c40;
}

.item_title {  /* Heading for items in the left column */
	font-family:Georgia, "Times New Roman", serif;
	font-size: 1.2em;
	text-transform:uppercase;
	font-weight:bold;
	line-height: 1.2em;
}

#left_col {  
	margin-right: 240px;
	padding-right: 5px;
	padding-left: 15px;
	padding-top: 10px;
}

.left_col_section {
	color: #3777A5;
	padding: 1px;
	float: none;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #7C643F;
	border-left-color: #666666;
	font-size: 20px;
	font-weight: bold;
}

#left_col p {
	padding:10px;
	line-height:15px;
}

li {
	line-height:18px;
	text-align:left;
	list-style-type: none;
	list-style-image: url(images/shared/bullet.gif);
	padding: 2px;
	list-style-position: outside;
}

.right_col {
	width:200px;
	float:right;
	font-size:95%;
	color:#6C534A;
	padding-left: 9px;
	padding-right: 7px;
	margin-right: 10px;
	height: auto;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-color: #E1E1E1;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
	background-image: url(images/index/sidebar.png);  /* Creates a vertical line betw the 2 columns */
	background-repeat: repeat-y;
	padding-top: 10px;
}

.left_col_header { 
	width: auto;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 20px;
	font-weight: normal;
	color: #660000;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform: none;
	margin-bottom: 8px;
	text-align: center;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	margin-top: 8px;
}

.right_col_header { 
	width: auto;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 20px;
	font-weight: normal;
	color: #660000;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform: none;
	margin-bottom: 8px;
	text-align: center;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	margin-top: 8px;
}

.submit_button {
	background-color: #3777A5;
	border: 1px solid #000000;
	color: white;
	font-size: small;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	margin: 2px 2px 2px 2px;
}

#toprow {  /* Row above the 2 main columns on the homepage */
  padding:1ex 2ex;
  background:#FFFFFF;
  margin:0;
  text-align:center
}