﻿@charset "UTF-8";

body {
	margin : 0px;
	text-align : center;
}

img {
	border : none;
}

.clear {
	clear : both;
}

.t_left {
	text-align : left;
}

.t_center {
	text-align : center;
}

.t_right {
	text-align : right;
}

#wrapper {
	margin : auto;
	width : 800px;
}

.f_left {
	float : left;
}

.f_right {
	float : right;
}

.red {
	color : red;
}

.v_middle {
vertical-align : middle;
}

a:link
{ color: #183894; text-decoration: none; }
a:visited
{ color: #183894; text-decoration: none; }
a:hover
{ color: #e70010; text-decoration: underline; }

h1 {
	text-align : left;
	padding : 3px 0px;
	text-indent : 10px;
	position : relative;
	z-index : 2;
}

#imgHeader {
	position : relative;
	z-index : 1;
	top : -40px;
}

#container {
	margin-top : -42px;
}

div.headerMenu {
	background-color : #525252;
	text-align : left;
	height : 30px;
}


#leftColumn {
	width : 200px;
	float : left;
	margin-top : 20px;
}

#rightColumn {
	width : 580px;
	float : left;
	margin-left : 10px;
	margin-top : 20px;
}

#rightColumn p {
	text-align : left;
	line-height : 130%;
	margin : 10px 0px;
}

#rightColumn p.t_right {
	text-align : right;
}

#rightColumn p.t_center {
	text-align : center;
}

#footer {
	clear : both;
	background-image : url("../img/bg_footer.gif");
	background-repeat : repeat-x;
	background-color : #f6f6f4;
	padding-bottom : 10px;
	margin-top : 50px;
}


div.copy {
	margin-top : 30px;
}


