﻿/* Error */
body{
	background:url("default/body-bg.gif") repeat-y scroll center center #F6F6F6;
	font-family:Arial;
	font-size:62.5%;
}

a { 
	color:#2996C4;
	font-size: 1.1em;
}
a:hover{color:#F21371;}


div#wrapper{
	background: #FFFFFF url("default/level-without-right-col-bg.gif") repeat-y scroll center center;
	margin:150px auto;
	overflow:hidden;
	padding:0 20px;
	position:relative;
	width:800px;
}
div#content{
	margin-left:185px;
	float:left;
	overflow:hidden;
	width:610px;	
}
div#error{padding:0px 95px 0 70px;}

h1{
	color:#3C81CE;
	font-size:2.4em;
	font-weight:bold;
	padding:5px 0;
}
h2,h3,h4{
	color:#333333;
	font-size:1.6em;
	font-weight:bold;
	padding:15px 0;
}
h4{
	font-size:1.4em;
	padding-top: 30px;
}
h5{
	font-size:1.1em;
	font-weight: bold;
	margin-bottom: 20px;
	
}

p{
	color:#333333;
	font-size:1.2em;
	line-height: 1.4em;	
	margin: 1em 0;
}

ul {
	margin: 1em 2em;
	list-style-type: disc;
}
ul li{
	font-size: 1.2em;
	margin: 0.5em 0;
}

div#footer {
	padding-top: 20px;
}
div#footer p {
	font-size: 1.1em;
	margin: 1em 0 0.7em 0;
}

/* OTHER MENU */
.other-menu{ margin: 0; }
.other-menu li{
	border-left:1px solid;
	color:#405A6A;
	display:inline;
	margin: 0;
	padding:0 3px 0 6px;
}
.other-menu li.first{
	border-left:none;
	padding-left:0px;
}
.other-menu a{
	color:#405A6A;
	font-size:0.9em;
	font-weight:bold;
	text-decoration:none;
}
.other-menu a:hover{text-decoration:underline;}

