/* CSS Document */

#EM_manager_main_div {
	width: 720px;
}

body {
	background-color:#ffffff;
	background-image: url(images/grays2.gif);
	background-repeat: repeat;
	margin: 0px;
}
#banner {
	background-color:#ffffff;
	background-image: url(images/banner-background.jpg);
	background-repeat:repeat-x;
	width: 100%;
	text-align: center;
}
#container {
	position: relative;
	width:760px;
	margin-right: auto;
	margin-left: auto;
	background-color:#ffffff;
}
#content {
	width:760px;
	min-height: 500px;
	position: relative;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#manager {
	position: relative;
	width: 700px;
	padding-left: 0px;
	padding-right: 0px;
}
#left_column {
	position: relative;
	width: 120px;
	min-height: 500px;
	float: left;
	background-color: #e4e9ed;
	padding-right: 20px;
}
#center_column {
	position: relative;
	width: 510px;
	float: left;
}
#right_column {
	position: relative;
	width: 560px;
	float: right;
	padding-right: 40px;

}
#one_column {
	position: relative;
	width: 700px;
	float: left;
	background-image: url(images/sidebar-background.jpg);
	background-repeat: repeat;
	padding-left: 30px;
}
#subpage_column {
	position: relative;
	width: 650px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
}
#footer {
	background-color:#333333;
	width: 680px;
	height: 151px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px 40px 20px 40px;
}
#footer p {
	color: #dddddd;
	font-size: 10px;
}
#flashlogin {
	text-align: center;
}

/* MAIN NAVIGATION */

#nav {
	position: relative;
	text-align: center;
	width: 760px;
}
#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav li {
	float: left;
	margin: 0;
}
#nav li a {
	height: 25px;
	width: 108.5px;
	display: block;
	color: #ffffff;
	background-color: #666666;
	font: "Arial Narrow";
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 12px;
	line-height: 25px;
	text-decoration: none;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
#nav li a:hover, .selected {
	color: #ffffff;
	background-color: #333333;
	text-decoration: none;
}
#nav li a:active {
}

p, li {
	font-family:'Myriad Pro', 'Myriad Roman', 'Myriad', Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
}
a {
	color: #993333;
}
.lowercaps {
	font-size: Smaller;
	text-transform: uppercase;
}
.right_aligned {
	text-align: right;
}
h1, h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #155a83;
	font-size: 24px;
}
h1 {
	border-bottom: 1px solid #aaaaaa;
}
h3 {
	font-family:'Myriad Pro', 'Myriad Roman', 'Myriad', Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #155a83;
}
.bullets {
	font-size: 14px;
	font-weight:bold;
	line-height: 24px;
}
.white {
	color:#CCCCCC;
}
.blue {
	color: #6086a8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:right;
}
.bold {
	font-weight: bold;
	font-size: 16px;
}
.pipe {
	margin-left: 10px;
	margin-right: 10px;	
}
.title {
	margin-top: 12px;
}
.icon {
	padding: 15px;
}
.quote {
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
}
#footer_text2 {
	font-size: 11px;
}
#Folders ul {
	margin: 10px 0px 10px 0px;
	padding: 0;
	list-style: none;
	position: relative;
	width: 236;
}
#Folders li a {
	display: block;
	text-decoration: none;
	margin: 0px;
	height: 28px;
	padding-left: 30px;
	background-image: url(images/folder.png);
	background-repeat: no-repeat;
	vertical-align: top;
}
#Folders {
}
