* {
	font-family: Myriad, Arial;
}

body {
	padding: 0px;
	margin: 0px;
	background-color: white;
}

#header {
	width: 207px;
	height: 391px;
	background: url('images/header.jpg');
}

#logo {
	padding-top: 25px;
	text-align: left;
}


#title {
	font-size: 22px;
	color: white;
	font-weight: normal;
	text-transform: uppercase;
	padding-left: 59px;
	letter-spacing: -1px;
}


#linkswraper{
	padding-top: 10px;
	padding-right: 10px;
	border-top: 2px solid white;
}


#links {
}

#links ul{
	list-style-type: none;
	margin-top: 0px;
	margin-left: 10px;
	padding: 0px;
}

#links ul li{
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 14px;
	margin-bottom: 5px;
	text-align: left;
	border-bottom: 1px dashed #2c669b;
	background: url('images/arrow.gif') bottom right no-repeat;
	
}

#links a {
	font-size: 12px;
	color: #b3cadb;
	text-decoration: none;
	text-transform: lowercase;
}



#content {
	font-size: 12px;
	padding: 7px;
	color: #333;
	margin-top: 33px;
	border: 1px solid #0b406d;
	border-left: 0px solid;
	margin-bottom: 2px;
}

#content h1 {
	font-size: 20px;
	font-weight: normal;
	color: #0b406d;
}

#footer {
	height: 35px;

}

#footer table{
	font-family: Arial;
	font-size: 10px;
	color: #999;
	height: 100%;
}

#footer table td {
	padding-right: 20px;
}
