body
{
	background: #293035;
	color: #b9c4cc;
	font-family: Segoe UI,Arial,Helvetica,sans-serif;
	font-size: 70%;
	line-height: 2;
	margin: 0;
	text-align: center;
}

img,
form
{
	border: 0 none;
	margin: 0;
}

a
{
	outline: 0 none;
	color: #fff;
}

a:hover
{
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6
{
	font-weight: normal;
	line-height: 1.3;
	margin: 10px 0;
	color: #fff;
	text-align: left;
}

h1 {font-size: 250%; letter-spacing: -2px; font-weight: bold;}
h2 {font-size: 200%; letter-spacing: -1px; font-weight: bold;}
h3 {font-size: 150%;}
h4 {font-size: 135%;}

p, ol, ul
{
	margin-top: 10px;
	margin-bottom: 10px;
}

hr
{
	border: 0 none;
	background: transparent;
	color: #293035;
	border-top: 1px dashed #4f575d;
}

.text
{
	font-size: 100%;
	font-family: Segoe UI,Arial,Helvetica,sans-serif;
	color: #293035;
	padding: 3px;
	border: 1px solid #e4e8eb;
}

input.text,
textarea.text
{
	width: 220px;
}

.button
{
	border: 1px solid #000;
	background: #000;
	color: #fff;
	font-size: 100%;
	font-family: Segoe UI,Arial,Helvetica,sans-serif;
	padding: 3px 20px;
}

#header
{
	height: 134px;
	background: #fff;
	color: #636f77;
	border-bottom: 2px solid #6b7881;
}

#header .center
{
	width: 931px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#header .center h1
{
	width: 450px;
	font-size: 100%;
	font-weight: normal;
	margin: 0 0 0 220px;
	padding: 34px 0 0 0;
	color: #59707e;
	letter-spacing: 0;
}

#header .center .logo
{
	position: absolute;
	top: 0;
	left: 0;
}

#header .center .right
{
	font-size: 90%;
	font-family: arial;
	text-align: right;
	position: absolute;
	top: 15px;
	right: 0;
}

#header .center .right p
{
	margin: 2px 0;
}

#header .center .right p b
{
	color: #1c1f21;
	font-weight: normal;
	font-size: 130%;
	font-family: Segoe UI,Arial,Helvetica,sans-serif;
}

#header .center .right a
{
	color: #636f77;
	text-decoration: none;
}

#header .center .right form
{
	border: 1px solid #e4e8eb;
	padding-right: 2px;
}

#header .center .right form *
{
	vertical-align: middle;
}

#header .center .right form .text
{
	font-size: 120%;
	border: 0 none;
	font-family: arial;
}

#wrapper
{
	margin: 0 auto;
	width: 931px;
	text-align: left;
}

#left
{
	width: 190px;
	float: left;
	margin-right: 30px;
}

#left ul#menu
{
	margin: 76px 0 0 2px;
	padding: 0 0 0 28px;
	border-left: 1px dashed #4f575d;
	list-style: none;
	font-size: 120%;
	text-transform: uppercase;
}

#left ul#menu li
{
	display: block;
	min-height: 1px;
	border-bottom: 1px solid #32393e;
}

#left ul#menu li a
{
	display: block;
	min-height: 1px;
	color: #89ceff;
	text-decoration: none;
	padding: 2px 0;
}

#left ul#menu li a:hover
{
	color: #fff;
}

#left ul#menu li ul
{
	font-size: 80%;
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
}

#left ul#menu li ul li
{
	border: 0 none;
}

#left ul#menu li ul li a
{
	color: #c4d9e8;
}

#right
{
	float: left;
	width: 230px;
	color: #8b97a0;
}

#right #language
{
	padding: 20px;
	background: url(/media/images/language-bg.gif) repeat-x top;
}

#right #language div
{
	position: relative;
	line-height: 1.2;
	width: 183px;
	height: 22px;
	background: url(/media/images/lang-bg.gif) no-repeat;
	color: #fff;
	padding: 6px 0 0 7px;
}

#right #language div span
{
	background: url(/media/images/lang-span-bg.gif) no-repeat top left;
	display: block;
	position: absolute;
	left: 146px;
	top: 3px;
	width: 33px;
	padding: 5px 0 0 7px;
	height: 17px;
}

#right #language ul
{
	display: none;
	position: absolute;
	top: 28px;
	right: 0;;
	margin: 0;
	padding: 0;
	list-style: none;
	border: 1px solid #3c444b;
	border-top: 0 none;
	background: #262c30;
	line-height: 1;
}

#right #language ul li
{
	min-height: 1px;
	display: block;
	width: 42px;
	border-top: 1px solid #3c444b;
}

* html #right #language ul li,
* html #right #language ul li a
{
	height: 1px;
}

#right #language ul li a
{
	display: block;
	min-height: 1px;
	padding: 4px 0 5px 6px;
}

#right #language ul li img
{
	vertical-align: bottom;
}

#right #language ul li a:hover
{
	background: #32393e;
}

#right #news
{
	padding: 0 10px;
}

#right #news p span
{
	color: #616a71;
}

#right #news p a
{
	float: right;
}

#content
{
	float: left;
	width: 450px;
	/*text-align: justify;*/
	padding-right: 30px;
	border-right: 1px solid #30383d;
	border-bottom: 1px solid #30383d;
}

#footer
{
	padding: 40px 0 20px;
	clear: both;
	color: #4b5257;
}

#footer span
{
	color: #fff;
}

#footer span a
{
	color: #8b97a0;
}

/*STYLES AVAILABLE IN TINYMCE*/
/*---------------------------*/

.smallprint
{
	font-size: 90%;
	color: #6f7c85;
}

table tr th,
table tr td
{
	vertical-align: top;
	text-align: left;
	padding-right: 15px;
}

.fieldleft
{
	float: left;
	width: 180px;
}

.fieldasterix
{	
	float: left;
	width: 20px;
}

.fieldright
{
	margin: 0 0 3px 200px;
}

.fieldbuttons
{
	text-align: right;
	padding-right: 22px;
}

.error
{
	background: #500;
	color: #fff;
	padding: 10px;
	border: 1px solid #c00;
}

.error b
{
	display: block;
}