*html .someclassname /* IE specific CSS */
{
	
}

html
	{
  	/*  Causes scrollbars to appear even on short pages for majority of browsers */
		height: 100%;
		margin-bottom: 1px;
		/*overflow: -moz-scrollbars-vertical;*/  /* Firefox specific...not needed with above 2 rules */
	}

body 
	{
		border:none;
		background-color: #998f77;
		color:#503B38;
		font-size:14px;
	}

p
	{
	line-height:130%;
	margin-bottom:5px;
	}

h1
	{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:700;
	margin-top:10px;
	margin-bottom:10px;
	}

h2
	{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:700;
	margin-top:10px;
	margin-bottom:10px;
	}

* 
	{
  	padding:0;
   	margin:0;
	 	border:0;
	}

a:link
	{
	color:#53413A;
	}

a:visited
	{
	color:#503B38;
	}

a:hover
	{
	color:#998f77;
	}

a:active
	{
	color:#53413A;
	}

#outside_perimeter 
	{
		/*height:100%; This centers the window horizontal and vertical in IE */
		width:100%;
	}

#main_container 
	{
		background-color:#d2c499;
		position:relative;
		margin:auto;
	}

#left_side_menu
	{
		background-image: url(images/iwdn_website_draft_08_02.jpg);
		background-repeat: no-repeat;
		background-color:#d2c499;
		color:#faf9b9;
		text-align:right;
		width:194px;
		height:379px;
	}

#left_menu
	{
	margin-right:25px;
	width:169px;
	border:none;
	}

#left_menu ul
	{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	width:145px;
	text-align:right;
	font-size:21px;
	line-height:115%;
	color:#fefed8;
	-margin-right:13px; /* This only affects IE for some reason */
	}

#left_menu li.lgt
	{
	font-weight:700;
	}

#left_menu li.lgt a:link
	{
	color:#f1f1cc;
	text-decoration:none;
	}

#left_menu li.lgt a:visited
	{
	color:#f1f1cc;
	text-decoration:none;
	}

#left_menu li.lgt a:hover
	{
	color:#a9a187;
	}

#left_menu li.lgt a:active
	{
	color:#a9a187;
	}

#left_menu li.drk
	{
	font-weight:bold;
	}

#left_menu li.drk a:link
	{
	color:#53413a;
	text-decoration:none;
	}

#left_menu li.drk a:visited
	{
	color:#53413a;
	text-decoration:none;
	}

#left_menu li.drk a:hover
	{
	color:#a9a187;
	}

#left_menu li.drk a:active
	{
	color:#a9a187;
	}

#header
	{
		background-color:#d2c499;
		color:#faf9b9;
	}


#content
	{
		background-color:#d2c499;
		color:#503B38;
		padding-left:10px;
	}
	
.right_col
	{
		background-color:#d2c499;
	}
.main 
	{
		background-color: #d2c499;
		text-align:center;
	}

.module_title
	{
	text-align:right;
	color:#fefed8;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	background-color:#53413a;
	}

.module_subtitle
	{
	text-align:center;
	font-size:10px;
	font-weight:bold;
	margin-top:2px;
	}

.left_module
	{
	height:auto;
	width:100px;
	margin-bottom:10px;
	}

.right_module 
	{
	height:auto;
	width:135px;
	text-align:right;
	float:right;
	margin-right:13px; 
	-margin-right:6px; /* This only affects IE for some reason */
	margin-bottom:10px;
	}

.right_module p
	{
	height:auto;
	text-align:right;
	}

.module_content
	{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	height:auto;
	text-align:left;
	font-size:11px;
	margin-left:15px;
	list-style:none;
	margin-top:3px;
	}

ul
	{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	height:auto;
	text-align:left;
	font-size:11px;
	margin-left:10px;
	margin-top:5px;
	margin-bottom:5px;
	list-style:none;
	line-height:150%;
	}

form input
	{
	background-color:#CCB589;
	color:#533F36;
	margin-bottom:2px;
	}

.copyright
	{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	height:auto;
	text-align:left;
	font-size:11px;
	list-style:none;
	margin-top:5px;
	font-weight:bold;
	margin-bottom:5px;
	margin-right:59px;
	margin-left:10px;
	}

.footer_content
	{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	height:auto;
	text-align:left;
	font-size:11px;
	list-style:none;
	margin-top:3px;
	margin-right:59px;
	margin-left:10px;
	}
