/* SETUP */ 

body {
	background-color: #DDD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
	outline: 0;
}

img	{
	border: 0;
}
					
#container {
	width: 1000px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../images/header.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
	
/* LINKS */ 
a {
	color:#0077CC;
	text-decoration: none;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
}

a:hover {
	color: #0077CC;
	text-decoration: underline;
}
	
/* TYPE */

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #444; 
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;

	}
	
.button {
	color: #FFFFFF; 
	background-color: #0077CC; 
	padding: 2px 2px 2px 2px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	border: 0;
}

h1 {
	font-family: arial, helvetica, sans-serif;
	font-size: 18px;
	color: #0077CC;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 12px;
	}
	
h2 {
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 12px;
	}

/* HEADER */ 

#header {
	width: 1000px;
	height: 200px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px;
}
					
#header_top {
	float: left;
	width: 1000px;
	height: 100px;
}

#header_bottom {
	float: left;
	width: 1000px;
	height: 200px;
	margin-top: 20px;
}
	
#navigation {
	float: left;
	line-height: 24px;
	width: 960px;
	padding: 0;
	background: #333333;
}

/* COLUMN 1 */ 

#column_l {
	float: left;
	width: 240px;
	margin: 20px 0 20px 20px;
	padding: 0 0 0 0;
	display: inline;
}

#leftcolumn {
	background-color: #FFFFFF;
	width: 218px;
	line-height: 44px;
	margin: 20px 0 0 0;
	border: #CCC 1px solid;
	padding: 0px 0 0 0px;
	color: #333333;
	font-weight: bold;
	text-indent: 10px;
	background-position: center;
}
		
#leftcolumn_nav	{
	width: 220px;
	margin: 0 0 0 0;
}

#leftcolumn_nav li {
	list-style : none;
	margin : 0 0 0 10px;
	background-color: #FFFFFF;
	width: 218px;
	line-height: 24px;
	margin: 0 0 0 0;
	padding: 5px 0;
	border-bottom: #CCC 1px solid;
	border-left: #CCCCCC 1px solid;
	border-right: #CCCCCC 1px solid;
	}

#leftcolumn_nav a {
	margin: 0 0 0 10px;
}
	
/* COLUMN 2 */ 

/* LAYOUT */ 

table 			{
  background-color:#FFF;
  border:none;
}

td 			{
  background-color:#FFF;
  border:1px dotted #CCC;
  padding:5px;
}

td.header 			{
  background-color:#CCCCCC;
  font-weight: bold;
}
	
#main {
	float: right;
	width: 720px;
	margin: 20px 20px 20px 0;
	padding: 0 0 0 0;
	display: inline;
}

/* FOOTER */

#footer {
	clear: both;
	margin: 0 20px;
	padding: 0px 0;
	height: 115px;
	width: 960px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
					}

.copyright 			{
	clear: both;
	float: left;
	margin: 50px 0 0 20px;
	color : #FFF;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	width: 400px;
}
