/* SMTI Section */

body {
	background-color: #6d2685;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #eeeeee;
	margin: 0px;
}

/* ----------------------------------------------------------------- HEADER */
	#header {
		width: 875px;
		padding-right: 45px;
		text-align: right;
		font-weight: bold;
		color: #CCCCCC;
	}
	#header a:link {
		color: #CCCCCC;
		text-decoration: none;
	}
	#header a:visited {
		text-decoration: none;
		color: #CCCCCC;
	}
	#header a:hover {
		text-decoration: underline;
		color: #FFCC00;
	}
	#header a:active {
		text-decoration: underline;
		color: #FFCC00;
	}
	#header ul {
		text-align:right;
		margin-left: 0;
		padding-left: 10px;
		padding-top: 2px;
		margin-bottom: 0px;
	}
	#header li {
		list-style-type:none;
		padding: 0px 5px 0px 9px;
		border-left: 1px groove;
		display: inline;
	}
	#header li:first-child {
		border: none;
		padding: 0px 5px 0px 4px;
	}
/* ----------------------------------------------------------------- CONTENT */
	#content {
		text-align: left;
		padding-left: 20px;
		padding-right: 20px;
		font-weight: normal;
	}
	h1 {
		font-size: 18px;
		color: #ffffff;
		text-decoration: none;
	}
	h2 {
		font-size: 13px;
		color: #ffffff;
		text-decoration: none;
	}
	a:link {
		color: #eeeeee;
		text-decoration: underline;
		font-weight: bold;
	}
	a:visited {
		text-decoration: underline;
		color: #eeeeee;
		font-weight: bold;
	}
	a:hover {
		text-decoration: underline;
		color: #ffff00;
		font-weight: bold;
	}
	a:active {
		text-decoration: underline;
		color: #ffff00;
		font-weight: bold;
	}
/* ----------------------------------------------------------------- SIDEBAR */
	#sidebar {
		text-align: left;
		padding-left: 25px;
		padding-right: 25px;
		color: #eeeeee;
	}
	.sidebar_title {
		font-size: 13px;
		color: #ffffff;
		font-weight: bold;
	}
	#sidebar a:link {
		color: #ffcc00;
		text-decoration: underline;
		font-weight: bold;
	}
	#sidebar a:visited {
		color: #ffcc00;
		text-decoration: underline;
		font-weight: bold;
	}
	#sidebar a:hover {
		color: #ffff00;
		text-decoration: underline;
		font-weight: bold;
	}
	#sidebar a:active {
		color: #ffff00;
		text-decoration: underline;
		font-weight: bold;
	}
/* ----------------------------------------------------------------- FOOTER */
	#footer {
		width: 850px;
		color: #cccccc;
		text-align: center;
		font-weight: normal;
	}
	#footer a:link {
		color: #cccccc;
		text-decoration: none;
	}
	#footer a:visited {
		text-decoration: none;
		color: #cccccc;
	}
	#footer a:hover {
		text-decoration: underline;
		color: #ffffff;
	}
	#footer a:active {
		text-decoration: underline;
		color: #ffffff;
	}
	#footer ul {
		text-align:center;
		margin-left: 0;
		padding-left: 10px;
		padding-top: 5px;
		margin-bottom: 0px;
		margin-top: 0px;
	}
	#footer li {
		display: inline;
		background-image: url(../_images/bullet.gif);
		background-repeat: no-repeat;
		padding-left: 13px;
	}
	#footer li:first-child {
		border: none;
		background-image: none;
	}
/* ----------------------------------------------------------------- LOGIN */
	#login
	{
		position: absolute;
		text-align: left;
		padding-top: 5px;
		width: 688px;
		height: 0px;
		top: 0px;
		left: 50%;
		margin-left: -419px;
		overflow: hidden;
	}
	#loginElements
	{
		padding-top: 5px;
		width: 686px;
		height: 28px;
		bottom: 0px;
		left: 0px;
		overflow: hidden;
		color: #cccccc;
	}
/* ----------------------------------------------------------------- MISC */
	.drawLeft {
		margin-left: -8px;
	}
	#flash_column {
		padding-left: 18px;
		padding-right: 18px;
	}
	.button_style {
		font-size: 11px;
	}