@charset "utf-8";
/* CSS Document */

/*** CSS RESET ***/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	background:					url(/img/bg_main.jpg) repeat-x;
	font-family:				Arial, Helvetica, sans-serif;
	color:						#636363;
}

#wrapper {
	width:						950px;
	margin:						0 auto;
}

h1 {
	color:						#0e72b5;
	font-weight:				bold;
	font-size:					16px;
	padding:					20px 0px 10px 0px;
}

h3 {
	color:						#0e72b5;
	font-weight:				bold;
	font-size:					14px;
	padding:					20px 0px 10px 0px;
}

h1 img {
	vertical-align:				middle;
	padding-right:				15px;
}

a {
	color:						#0e72b5;
	text-decoration:			none;
	font-weight:				bold;
}

a:hover {
	text-decoration:			underline;
}

li {
	font-size:					13px;
	line-height:				20px;
}

/*** Navigation ***/

#navigation {
	width:						950px;
	margin:						70px auto;
	float:						left;
}

#navigation ul {
	list-style-type:			none;
	float:						right;
	margin-top:					30px;
}

#navigation li {
	display:					inline;
	font-size:					16px;
	font-weight:				bold;
	color:						#0e72b5;
	padding-left:				20px;
}

/*** Header ***/

#header {
	width:						950px;
	margin:						0 auto;
	font-size:					13px;
	color:						#636363;
	font-weight:				bold;
}

#partners {
	margin-top:					20px;
}

#partners img {
	vertical-align:				middle;
	padding-left:				30px;
}

.line {
	height:						15px;
	border-bottom:				dotted 1px #636363;
}


/*** Content ***/

p {
	margin-top:					15px;
	line-height:				20px;
	font-size:					13px;
	text-align:					justify;
}

#left_col {
	width:						450px;
	border-right:				dotted 1px #636363;
	padding-right:				20px;
	float:						left;	
}

#left_col_no_border {
	width:						455px;
	padding-right:				20px;
	float:						left;	
}

#right_col {
	width:						455px;
	padding-left:				20px;
	float:						left;
}

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

input {
	border:						solid 1px #999;
}

.but {
	padding:					5px;
	border:						0px;
	background:					#09F;
	color:						#fff;
}

/*** Listing ***/

table {
	font-size:					13px;
}

th {
	font-weight:				bold;
}

td {
	font-weight:				normal;
}

/*** Footer ***/

#footer {
	width:						950px;
	margin:						30px auto;
	float:						left;
	font-size:					11px;
	color:						#636363;
	border-top:					dashed 1px #cecece;
	padding-top:				10px;
}
