/*____________________________________________________
  Tags
  ____________________________________________________
*/

body {
	margin: 0;
	padding: 0;
	height: 100%;
	min-height: 100%;
	font-size: 75%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-image: url(../../images/body_bg.gif);
	background-position: center;
	background-repeat: repeat-y;
	background-color: #DBD6C6;
	color: #000000;
	line-height: 130%;	
}

a:link, a:visited{
	color: #20518A;
	text-decoration: none;
}

a:hover{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #20418A;
}

/* fixes ie centering bug */
body{ margin-left: 1px; } 
html > body{ margin-left: 0; }

/*____________________________________________________
  Divs
  ____________________________________________________
*/

#wrapper {
	height: 100%;
	min-height: 100%;
}

#content {
	position: relative;
	margin: 0 auto;
	text-align:center;
	font-size: 95%;
	padding: 30px;
	width: 700px;
	text-align: left;
	color:#666666;
}

#content .column {
	position: relative;
	float: left;
}

#header {
	position: relative;
	margin: 0 auto;
    text-align: center;
	width: 750px;
	height: 190px;
	background-image: url(../../images/header_bg.jpg);
	background-position: center;
}

#headerLinks {
	height: 30px;
	background-color: #E1E1E1;
	text-align: left;
	padding-left: 20px;
	font-weight: light;
	padding-top: 7px;
	font-size: 105%;
}

#headerLinks a:link, #headerLinks a:visited { 
	color:#666666;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 10px;
	padding-left: 10px;
	margin-left: -4px;
	border-right-color:#999999;
	border-right-style: solid;
	border-right-width: 1px;
	text-transform: none;
}

#headerLinks a:hover{ 
	color:#99CC00;
	background: none;
}

#contentLeft{
	width: 480px;
	padding-left: 10px;
	padding-bottom: 20px;
}

#contentRight{
	width: 170px;
	padding-left: 40px;
	padding-top: 40px;
	padding-bottom: 20px;
}

#pageTitle{
	right: auto;
	left: auto;
	width: 860px;
	border-bottom: #999999 dashed 1px;
	font-weight: bold;
	color: #20518A;
	font-size: 190%;
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 10px;
	padding-top: 35px;
}
	

#footer {
	position: relative;
	margin: 0 auto;
    text-align: center;
	width: 700px;
	padding-top: 40px;
	clear: left;
	bottom: 0;
	color: #cccccc;
	font-size: 85%;
	text-align: center;
}

#footer a:link, #footer a:visited { 
	color:#cccccc;
	margin-right: 15px;
}

#footer a:hover{ 
	color:#FFFFFF;
	background-color:#999999;
}


/*____________________________________________________
  Classes
  ____________________________________________________
*/

.bottomDivider{
	border-bottom: 1px #cccccc solid;
	}
