/* CSS Document */

* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #F2F2F2;
}

#container {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	background-color: #FFFFFF;
}

#header {
	width: 970px;
	height: 337px;
	background-image: url(../images/portal/header_bg.jpg);
	background-repeat: no-repeat;	
}

#header_logo {
	width: 469px;
	height: 62px;
	margin-left: 15px;
	margin-top: 15px;
	float: left;
}

#header_right {
	width: 330px;
	height: 337px;
	float: right;
	background-image: url(../images/portal/lady.jpg);
	background-repeat: no-repeat;	
}

#navigation {
	width: 970px;
	height: 28px;	
}

#navigation_items {
	width: 640px;
	float: left;
	background-color: #FFF;
}

#navigation_promo {
	width: 330px;
	float: right;
	height: 35px;	
	background-color: #FF3366;
	padding-top: 7px;
}

#content {
	width: 970px;
	margin-top: 35px;
	clear: both;
}

#content_left {
	width: 620px;
	background-color: #FFFFFF;
	float: left;
	padding: 10px;
}

#content_right {
	float: right;
	width: 330px;
	background-color: #FFFFFF;
	height: 100%;
	text-align: center;
}

#footer {
	width: 970px;
	background-color: #F5F5F5;
	clear: both;
}

a:link, a:hover, a:visited, a:active {
	color: #FF3366;
	text-decoration: underline;	
}


h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
	margin-left: 5px;
	font-size: 22px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 145%;
	color: #333333;
	padding: 10px;
}
p.remark {
	background-color: #FFFFE8;
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFCC33;
	border-bottom-color: #FFCC33;
}


li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 145%;
	color: #333333;
	padding: 5px;
	margin-left: 35px;
}

td {
	text-align: left;
	vertical-align: top;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding: 10px;

}

td.middle {
	text-align: center;
}

tr.one {
	background-color: #F0F0F0;	
}

td.green {
	background-color: #B4D540;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;

}

