body {
	margin:0px;
	background-image:url(../images/shadow_top.gif);
	background-position:top center;
	background-repeat:no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
}

/****************************** Top section ***/
.top {
	height:114px;
	background-image:url(../images/background_top.gif);
	padding-top:35px;
}

.top h1 {
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
	margin:0 auto;
	width:300px;
	line-height:70px;
}

/****************************** Navigation ***/

/*

.nav {
	margin-top:20px;
	text-align:center;
}

.nav img {
	border:0px;
	margin:0px 15px 0px 15px;
}

.nav a:hover {
	border-bottom:solid 1px #0fa0c6;
	padding-bottom:2px;
}

*/

.nav {
	margin-top:20px;
	text-align:center;
	padding-bottom:10px;
}

.nav img {
	border:0px;
	margin:0px 15px 0px 15px;
}

.nav a:hover {
	border-bottom:solid 1px #0fa0c6;
	padding-bottom:2px;
}

.nav ul {
	margin:0 auto;
	width:970px;
	padding:0px 0px 0px 10px;
	display:block;
	height:35px;
}

.nav li {
	float:left;
	list-style:none;
}

.middle {
	margin:0 auto;
	width:820px;
	height:10px;
	background-image:url(../images/shadow_middle.gif);
	background-repeat:no-repeat;
	background-position:center;
	padding-top:15px;
}

/****************************** Main content ***/
.main {
	width:930px;
	margin:0 auto;
	padding:50px 10px 30px 10px;
	min-height:450px;
	color:#666;
}

.main h1 {
	font-size:28px;
	font-weight:normal;
	color:#dbd056;
	margin:0px 0px 20px 0px;
}

.main h2 {
	font-size:28px;
	font-weight:normal;
	color:#dbd056;
	margin:0px 0px 0px 10px;
}

.main img {
	border:0px;
	margin:0px;
}

.main p {
	margin:15px 0px 15px 0px;
	line-height:22px;
}

.main a {
	color:#3da4d3;
}

.main a:hover {
	color:#dbd056;
}

.main li {
	list-style-image:url(../images/li.gif);
	line-height:25px;
}

.login {
	float:right;
	margin-right:25px;
}

.datetime {
	float:left;
	margin:10px 0px 0px 25px;
	color:#999;
	font-size:12px;
}

.login img {
	border:0px;
}

hr {
	line-height:1px;
	height:1px;
	border:solid 1px #e5e5e5;
	margin:5px 0px 5px 0px;
}

.leftcolumn {
	position:absolute;
	width:435px;
	height:465px;
	padding-right:15px;
}

.leftcolumn div {
	border:solid 4px #e5e5e5;
	width:425px;
	height:233px;
}

.leftcolumn div:hover {
	border:solid 4px #dbd056;
}

.rightcolumn {
	float:right;
	width:450px;
	height:465px;
}

.rightcolumn div {
	border:solid 1px #fff;
	padding:0px 15px 0px 15px;
	margin-bottom:20px;
}

.rightcolumn div:hover {
	border:solid 1px #e5e5e5;
	background-color:#f9f9f9;
}

.date {
	background-image:url(../images/date.gif);
	background-repeat:no-repeat;
	padding:0px 7px 7px 7px;
	margin:5px 12px 20px 0px;
	font-size:36px;
	color:#1b83bd;
	width:46px;
	height:63px;
	display:block;
	float:left;
	border:solid 3px #e5e5e5;
	text-align:center;
}

.date strong {
	font-size:9px;
	font-weight:normal;
	display:block;
	color:#fff;
	text-align:left;
	margin:-2px 0px 10px 0px;
}

form {
	margin:15px 0px 15px 0px;
}

#mydiv {
	background-image:url(../images/background_login.gif);
	background-repeat:repeat-x;
	text-align:center;
	color:#929292;
}

#mydiv img {
	border:0px;
}

#mydiv a {
	color:#929292;
	text-decoration:underline;
	color:#3da4d3;
	line-height:16px;
}

#mydiv a:hover {
	color:#dbd056;
	text-decoration:underline;
	line-height:16px;
}

#mydiv p {
	margin:10px 0px 10px 0px;
	padding:5px 0px 0px 0px;
}

.fields {
	font-size:22px;
	height:26px;
	width:150px;
	padding:4px;
	margin-right:20px;
	color:#1985c1;
	border:solid 1px #d4d4d4;
}

.smalltxt {
	font-size:11px;
	line-height:16px;
}

/****************************** Footer ***/

.footershadow {
	background-image:url(../images/shadow_bottom.gif);
	background-position:center;
	background-repeat:no-repeat;
	height:19px;
}

.footerwidth {
	margin:0 auto;
	width:900px;
}

.footer {
	height:160px;
	background-color:#f6f6f6;
	padding:15px 0px 20px 0px;
	color:#666;
}

.footer a {
	color:#3da4d3;
}

.footer a:hover {
	color:#dbd056;
}

.footer h2 {
	font-size:24px;
	font-weight:normal;
	margin:0px;
}

.migrate {
	width:305px;
	float:left;
	background-image:url(../images/icon_globe.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding:15px 0px 0px 125px;
}

.invest {
	width:305px;
	float:right;
	background-image:url(../images/icon_home.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding:15px 0px 0px 125px;
}

/****************************** Credits ***/
.credit {
	height:22px;
	background:#f0f0f0;
	margin:0 auto;
	text-align:center;
	font-size:10px;
	line-height:22px;
	color:#a6a6a6;
	border-top:solid 1px #fff;
}

.credit a {
	color:#a6a6a6;
	text-decoration:none;
	margin-right:10px;
}

.credit a:hover {
	color:#7a7a7a;
}