	/* MAIN STYLES */
@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, hr, 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: 0px;
	padding: 0px;
	border: 0px;
}
* {
	margin: 0px;
	padding: 0px;
}
img {
	border: 0px;
}
body {
	font-family: verdana;
	font-size: 12px;
	color: #505457;
	margin: 0px;
	line-height:18px;
	background: #FFF url(gfx/topHeader.png) repeat-x top left;
	text-align: left;
}
#top {
	height: 285px;
	width: 1000px;
	margin: auto;
	background-image: url(gfx/top.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}
#footer {
	background: white url(gfx/footerBg.png) repeat-x left top;
}
#footer div {
	width: 1000px;
	padding: 10px 0px;
	margin: auto;
	color: #AEAEAE;
	font-size: 11px;
}


#top .menu {
	position: absolute;
	width: 800px;
	top: 30px;
	left: 50px;
}
.menu li {
	float: left;
	list-style-type: none;
}
.arrow li {
	list-style-image: url(gfx/arrow.gif);
	list-style-type: none;
	padding: 2px 0px;
}
.arrow {
	margin-left: 20px;
}




p {
	padding-top: 10px;
	font-family: verdana;
}
.underline {
	background-image: url(gfx/pBorder.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 5px;
}

h1 {
	font-family: Tahoma;
	font-size: 17px;
	color: #333333;
	font-weight: bold;
	padding-bottom: 15px;
	padding-top: 15px;
}
h2 {
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 8px;
}
h3 {
	font-family: Verdana;
	font-size: 12px;
	color: #083089;
	font-weight: bold;
	padding: 10px 0px;
}
ul {
	margin-left:0px;
}
	/*	LINKS */

a {
	text-decoration: none;
	color:#6C6C76;
}
a:hover{
	text-decoration: none;
}
.menu a {
	color: #5F5F5F;
	display: block;
	padding: 0px 18px;
	height: 27px;
	padding-top: 8px;
	background: transparent url(gfx/menuTop.png) no-repeat center -35px;
	font-size: 14px;
	font-family: arial;
}
#main {
	margin: auto;
	width: 1000px;
	position: relative;
	background: #FFF url(gfx/wrapperBg.png) repeat-y center left;
}
#left {
	width: 270px;
	padding: 10px 15px;
	float: left;
}
#right {
	width: 670px;
	float: left;
	padding: 10px 15px;
}
.imgTxt {
	margin-right: 10px;
	margin-bottom: 10px;
	border: 2px solid white;
}

.form {
	background-color:#FFFFFF;
	border:1px solid #6292C2;
	color:#083089;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	padding:5px;
	float: left;
	margin-bottom: 10px;
}


.menu a:hover, .menu a.selected {
	background: transparent url(gfx/menuTop.png) no-repeat center 0px;
	color: #083089;
}

	/*	CLASS */

/* POPULAR SMALL CLASS */
.shadow		{background-color: #0E0F11;}
.padd20		{padding: 20px 20px 30px 20px;}
.pl10		{padding-left: 10px;}
.pr10		{padding-right: 10px;}
.pb20		{padding-bottom: 20px;}
.center		{text-align: center;}
.mediaImg	{margin: 15px 0px 5px 0px;}
.blue	{
	color: #006699;
}
.strong		{font-weight:bold;}
.clear		{clear: both;}
.imgBottom	{vertical-align: bottom;}
.imgTTop	{vertical-align: text-top;}
.br			{border-right: 1px solid #313437;}
.bl			{border-left: 1px solid #313437;}
.bt			{border-top: 1px solid #313437;}
.bb			{border-bottom: 1px solid #313437;}
.gold, a.gold {color: #EAD5A1;}
.fLeft		{float: left;}
.none		{display: none;}
.block		{display: block;}
.right		{text-align: right;}
.small		{font-size:10px;}	

/* OTHER CLASS */
fieldset {
	float: left;
	display: block;
	width: 100px;
	padding-left: 20px;
	font-size: 13px;
}
.formButton {
	background-color:#083089;
	border:0 none;
	color:white;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	padding:4px;
}
.port img {
	border:1px solid #ECECEC;
	padding:6px;
}