
/* Structure <-------------------------------------------------------------- */


* {
	margin: 0;
	padding: 0;
}

body {
	width: 100%;	
	color: #2d2d2f;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background: #fff;
}

#content li {
	margin-left: 40px;
}

.bold {
	font-weight: normal;
	color: #000;
}

.note {
	color: #666;
	text-decoration: underline;	
}

h1 {
	color: #1e117b;
	font-weight: bold;
	font-size: 1.4em;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 2px solid #ff8001;
}

.clear {
	clear: both;
}

p {
	margin-bottom: 20px;
}

.name {
	color: #666;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ccc;
}

.name a, .name a:visited, .name a:active {
	color: #1e117b;
	text-decoration: none;
}

.name a:hover {
	color: #1e117b;
	text-decoration: underline;
}

.tables {
	font-size: .8em;
}

.underline {
	text-decoration: underline;
}


/* Header <-------------------------------------------------------------- */


#header {
	margin-left: 26px;
	background: #fff;
}


/* Global Links <-------------------------------------------------------------- */


a, a:visited, a:active {
	color: #1e117b;
	text-decoration: underline;
}

a:hover {
	color: #ff8001;
	text-decoration: underline;
}


/* Images <-------------------------------------------------------------- */


.border {
	border: 1px solid #ff8001;
}

.right {
	float: right;
	margin-left: 20px;
	margin-bottom: 6px;
}

img.md { 
	vertical-align: -5px;
} 


/* Toolbar <-------------------------------------------------------------- */


#toolbar * {
	display: none;
}


/* Sidebar <-------------------------------------------------------------- */


#sidebar {
	display: none;	
}


/* Share <-------------------------------------------------------------- */


#share {
	display: none;	
}


/* Content <-------------------------------------------------------------- */


#content {
	float: left;
	position: relative;
	text-align: left;
	width: 90%;
	margin: 0;
	padding: 25px 0px 20px 30px;
	color: #2d2d2f;
	font-size: 14px;
	line-height: 1.5em;
	background: #fff;
}


/* Footer <-------------------------------------------------------------- */


#footer {
	display: none;
}
