﻿* { margin: 0; padding: 0; }
hr { display: none; }

body
{
	font-family: "Tahoma", "Helvetica", "Arial", sans-serif;
	text-align: center;
	font-size: 62.5%;
	background: #FFFFFF;
}

#Container
{
	position: relative;
	width: 780px;
	margin: 0 auto 0 auto;
	text-align: left;
}


/* Header
--------------------------------------------------------------------------------------- */

#Header
{
	float: right;
	display: inline;
	width: 83px;
	padding: 0 0 20px 0;
	text-align: right;
}

#Header h1 img
{
	border: none;
}

img#Defaqto
{
    position: absolute;
    top: 56px;
    left: 0;
    border: none;
}


/* Navigation
--------------------------------------------------------------------------------------- */

#Navigation
{
	float: right;
	display: inline;
	width: 510px;
	margin: 0 5px 0 0;
	padding: 0 0 10px 0;
}

#Navigation ul
{
	float: left;
	display: inline;
	margin: 10px 0 0 50px;
	list-style: none;
}

#Navigation ul li
{
	float: left;
	display: inline;
	margin: 0 30px 2px 0; 
	padding: 3px 0 3px 20px;
	background: url('/images/bg-navigation-item.gif') no-repeat center left;
	font-family: "Georgia";
	font-size: 1.1em;
	color: #4D2D6A;
	text-transform: uppercase;
}

#Navigation ul li a
{
	float: left;
	display: inline;
	width: 175px;
	padding: 0 0 2px 0;
	border: dotted #4B4B4B;
	border-width: 0 0 1px 0;
	color: #4D2D6A;
	text-decoration: none;
}

#Navigation ul li a:hover
{
	color: #633988;
}

#UrgentMessages
{
	float: left;
	display: inline;
	width: 420px;
	margin: 20px 0 0 50px;
}

#UrgentMessages p
{
	margin: 0 0 10px 70px;
	font-family: "Tahoma";
	font-size: 1.1em;
	color: #CC0000;
	line-height: 1.4em;
}


/* User Panel
--------------------------------------------------------------------------------------- */

#UserPanel
{
	float: left;
	display: inline;
	width: 780px;
	font-family: Georgia;
	font-size: 1.1em;
	color: #F0EDF4;
	font-weight: normal;
	text-transform: uppercase;
	text-align: right;
}

#UserPanel #UserInfo
{
	position: absolute;
	width: 245px;
	margin: 27px 0 0 0;
	right: 0;
	text-align: left;
}

#UserPanel small
{
	padding: 0 0 0 5px;
	font-family: "Tahoma";
	font-size: 0.8em;
}

#UserPanel small a
{
	color: #D7C1E8;
}

#UserPanel small a:hover
{
	text-decoration: none;
}


/* Content
--------------------------------------------------------------------------------------- */

#Content
{
	float: left;
	display: inline;
	width: 780px;
	border: solid #4D2E6A;
	border-width: 17px 0 0 0;
	background: url('/images/bg-content.png') no-repeat top left;
}

#Content h2
{
	margin: 7px 0 30px 30px;
	font-family: "Georgia";
	font-size: 1.4em;
	color: #F0EDF4;
	font-weight: normal;
	text-transform: uppercase;
}

#Content h3
{
	margin: 20px 0 5px 30px;
	padding: 5px;
	background: #F0EDF4;
	font-family: "Georgia";
	font-size: 1.4em;
	color: #4D2E6A;
	font-weight: normal;
	text-transform: uppercase;
}

#Content h4
{
	margin: 20px 0 0 30px;
	font-family: "Georgia";
	font-size: 1.2em;
	color: #4D2E6A;
	font-weight: normal;
}

#Content p
{
	margin: 5px 0 10px 30px;
	font-family: "Tahoma";
	font-size: 1.1em;
	color: #777779;
	line-height: 1.4em;
}

#Content p a, 
#Content li a
{
	color: #54326F;
}

#Content p a:hover, 
#Content li a:hover
{
	text-decoration: none;
}

#Content ul, 
#Content ol
{
	margin: 0 0 10px 50px;
}

#Content ul li ul, 
#Content ol li ol
{
	margin: 0 0 10px 20px;
}

#Content li
{
	margin: 5px 0 5px 0;
	font-size: 1.1em;
	color: #777779;
}

#Content li li
{
	font-size: 1em;
}

#Content input[type="text"], 
#Content input[type="password"], 
#Content textarea, 
#Content .Text
{
	padding: 2px;
	border: solid 1px;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-bottom-color: #DDDDDD;
	border-left-color: #DDDDDD;
	font-family: "Georgia";
	font-size: 1.2em;
	color: #4D2D6A;
}


/* Footer
--------------------------------------------------------------------------------------- */

#Clear
{
	clear: both;
}

#Footer, #Misc, #Slogan
{
	float: left;
	display: inline;
	width: 780px;
}

#Footer
{
	margin: 25px 0 0 0;
	text-align: center;
}

#Footer p
{
	padding: 5px;
	background: #DDDDE8;
	color: #B4B5BD;
	text-transform: lowercase;
}

#Footer p a
{
	color: #77797C;
	text-decoration: none;
}

#Footer p a:hover
{
	text-decoration: underline;
}

#Footer p#Copyright
{
	background: none;
	text-transform: none;
}

#Misc
{
	background: #4A2B67;
}

#Misc p
{
	padding: 5px;
	color: #725A86;
	text-align: center;
}

#Slogan
{
	margin: 30px 0 0 0;
}

#Slogan img
{
	float: left;
	display: inline;
	margin: 0 0 0 30px;
}