/* tagy */

body
{
	color: #333;
	background-color: #ddd;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: center;
	border: 0;
	margin: 0;
	padding: 20px 0;
}

h1
{
	margin: 0;
	height: 140px;
}

h2, h3
{
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
}

h2
{
	color: #142B74;
	font-size: 200%;
	margin-bottom: 10px;
}

h3
{
	color: #333;
	font-size: 110%;
	margin-bottom: 5px;
}

h4
{
	font-size: 100%;
	margin-bottom: 3px;
}

p
{
	line-height: 1.4em;
	margin-top: 0;
}

/* tridy */

.clnr
{
	font-size: 0;
	clear: both;
	width: 100%;
}

.br
{
	background: url(../graphics/hr.gif) bottom left repeat-x;
	overflow: visible;
	margin-bottom: 15px;
	padding-bottom: 1px;
}

/* boxy */

#main
{
	background-color: #fff;
	text-align: left;
	overflow: visible;
	border: 5px solid #ccc;
	margin: 0 auto;
	width: 750px;
}

#header
{
	background: url(../graphics/bg-header.jpg) top left no-repeat;
	border-bottom: 1px solid #fff;
	height: 190px;
}

#content
{
	background: url(../graphics/bg-content.gif) top right repeat-y;
}

#left
{
	float: left;
	padding: 15px 20px 12px 20px;
	width: 486px;
}

#right
{
	float: right;
	padding: 15px 20px;
	width: 182px;
}

#footer
{
	color: #142B74;
	background-color: #eaeaea;
	font-size: 80%;
	clear: both;
	border-top: 1px solid #ccc;
	padding: 5px 20px;
	width: 710px;
}

/* header */

#logo, h1 a
{
	background: url(../graphics/logo.jpg) top left no-repeat;
	display: block;
	width: 130px;
	height: 172px;
}

h1 a span
{
	display: none;
}

#logo
{
	float: left;
	margin-left: 14px;
}

#header ul
{
	color: #fff;
	background-color: #142B74;
	font-size: 95%;
	font-weight: bold;
	text-align: left;
	list-style: none;
	overflow: visible;
	float: left;
	margin: 131px 1px 0 50px;
	padding: 5px 0px;
	padding-bottom: 3px;
	min-height: 15px;
}

#header ul li
{
	display: inline;
	margin: 0 13px;
}

#header ul li a
{
	color: #fff;
	text-decoration: none;
}

#header ul li a:hover
{
	color: #C4CAEF;
}

#header p
{
	color: #142B74;
	font-weight: bold;
	float: right;
	margin: 7px 23px;
}

#header p a
{
	color: #142B74;
	text-decoration: none;
}

#header p a:hover
{
	text-decoration: underline;
}

/* content */

#content a
{
	color: #142B74;
	background: url(../graphics/a.gif) bottom left repeat-x;
	text-decoration: none;
	padding-bottom: 0;
}

#content a:hover
{
	background: url(../graphics/h.gif) bottom left repeat-x;
}

/* left */

#left h3
{
	text-transform: uppercase;
}

#left img
{
	float: left;
	margin: 4px 15px 5px 0;
}

table.hr
{
	font-size: 90%;
	border: 1px solid #ccc;
	border-top: 0;
	border-left: 0;
	margin-bottom: 8px;
}

.hr td, .hr th
{
	text-align: center;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	width: 42px;
}

.hr th
{
	color: #fff;
	background-color: #666;
}

.sh
{
	background-color: #eaeaea;
}

/* right */

#right p
{
	font-size: 85%;
}

.irt
{
	margin-left: 15px;
}

.btm
{
	margin-top: 20px;
}

label
{
	font-size: 85%;
	font-weight: bold;
}

p input
{
	width: 250px;
}

textarea
{
	width: 360px;
	height: 120px;
}

#left img.ls
{
	float: right;
	border: 1px solid #ccc;
	margin: 0 0 10px 15px;
}

#right img
{
	border: 0;
}

#right a, #right a:hover
{
	background: none;
}

/* footer */

#footer p
{
	float: left;
	margin: 0;
}

#footer a
{
	color: #142B74;
}

p#fx
{
	float: right;
}

