* {
	margin: 0;
	padding: 0;
}

html, body {
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #2a2a2a;
	background: url('../images/layout/background.png') repeat-x;
	height: 100%;
}

a {
	color: #6a205f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;	
}

a:visited {
	color: #6a205f;
}

.error {
	color: #ba2424;
	font-weight: bold;
}

.success {
	color: #35802d;
	font-weight: bold;
}

#layout {
	width: 100%;
	height: 100%;
/*	text-align: center;*/
}

#layout_table {
	margin: 0 auto;
	height: 100%;
}

#header {
	background: #FFF;	
}

#menu {
	background: #FFF;
	background: url('../images/menu/menu_bg.png');
	height: 22px;
	width: 1000px;
}

#tickertape {
	padding: 10px;
	color: #757575;
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	background: #FFF;	
}

#content {
	padding: 10px;
	padding-top: 0;
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	background: #FFF;	
}

#layout .border_left {
	background: url('../images/layout/border_left-trans.png') repeat-y;
	background-position: 100%;
}

#layout .border_right {
	background: url('../images/layout/border_right-trans.png') repeat-y;
}

#layout .menu_left {
	background: url('../images/menu/border-trans.png') repeat-x;
	background-position: 100%;
}

#layout .menu_right {
	background: url('../images/menu/border-trans.png') repeat-x;
	background-position: 100%;
}


#footer {	
	text-transform: uppercase;
	padding: 15px;
	padding-top: 10px;
	width: 970px;
	background: #FFF;	
}

#footer_line {
	height: 15px;
	
}

#footer * {
	font-size: 10px;	
}

#footer_links {
	width: 600px;
	float: left;
}

#footer_copyright {
	width: 370px;
	text-align: right;
	float: left;
	clear: right;
}

.errordoc_frame {
	border: 1px solid #dbdbdb;
	padding: 20px;
}

.errordoc_heading {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

.errordoc_subheading {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 15px;
}

.heading {
	font-family: Georgia, serif;
	text-transform: uppercase;
	color: #84c6b7;
	font-size: 20px;
	line-height: 25px;
}

.subheading {
	color: #6a205f;
}
