@charset "utf-8";
body {
	background-color: #FFFFFF;
	background-image: url(images/bodybg.gif);
	background-repeat: repeat-x;
	margin:0;
	color:#999999;
	font-size:12px;
	font-family:Tahoma;
}
a {
	color:#d63e86;
}
a:hover {
	color:#666666;
}
#wrap {
	width: 900px;
	margin:0 auto;
}

#header {
	height:430px;
	padding:20px 0 0 0;
	background:url(images/banner-bg.jpg) no-repeat 220px 0px;
}
#header-left {
	float:left;
	color:#7C7C7C;
	line-height:220%;
	margin:55px 0 0 20px;
	font-size:15px;
	font-family:Tahoma;
	_margin:55px 0 0 10px;
}
#header-right {
	float:right;
	width:150px;
	margin:100px 70px 0 0;
	_margin:100px 30px 0 0;
}
#header-right ul {
	margin:0 0 0 20px;
	padding:0;
}
#header-right li {
	list-style-image:url(images/list-check.gif);
	color:#0d4d60;
	font-size:16px;
	font-family:Arial;
	font-weight:bold;
	line-height:175%;
}
#main {
	float:left;
	width:630px;
	margin:0 10px 0 10px;
	_width:640px;
	_margin:0;
}
#main h2 {
	font-size:15px;
	color:#9C9C9C;
	font-family:Arial;
	margin-top:0;
}
#main h3 {
	font-size:12px;
	color:#004376;
	font-weight:normal;
	line-height:150%;
}
#main h3 a{
	color:#004376;
	text-decoration:none;
}
#main-left {
	border-right:1px solid #DEDEDE;
	float:left;
	padding-right:15px;
	width:300px;
	_width:300px;
}
#main-right {
	width:300px;
	float:right;
	_width:310px;
	_padding-left:5px;
}
#main-body {
	color:#999999;
	font-size:12px;
	line-height:150%;
	font-family:Tahoma;
}
.main-body {
	color:#999999;
	font-size:12px;
	line-height:150%;
	font-family:Tahoma;
}
a.readmore  {
	background:#3ba9cc;
	display:block;
	width:70px;
	height:23px;
	line-height:24px;
	color:#FFFFFF;
	text-align:center;
	text-decoration:none;
}
a.readmore:hover {
	background:#d63e86;
	color:#FFFFFF;
}
#sidebar {
	float:right;
	width:250px;
}
#login {
	background:url(images/login-bg.gif) no-repeat;
	width:244px;
	height:200px;
	font-size:12px;
	color:#999999;
	padding:50px 0 0 45px;
	line-height:200%;
	_padding:50px 0 0 40px;	
	_height:200px;
	_width:auto;
}
#login input .txt {
	width:150px;
}
#btn-addto {
	background:url(images/btn-addto.gif) no-repeat;
	border:none;
	height:36px;
	width:87px;
	margin-top:10px;
}
#btn-login {
	background:url(images/btn-login.gif) no-repeat;
	border:none;
	height:36px;
	width:61px;
}
#menu {
	background:url(images/menu-bg.gif) no-repeat;
	width:244px;
	height:258px;
	font-size:12px;
	color:#999999;
	line-height:250%;
	padding:50px 0 0 45px;
	_padding:50px 0 0 40px;	
	_height:200px;
	_width:auto;
}
#menu ul {
	margin:0 0 0 20px;
	padding:0;
}
#menu li {
	list-style-image:url(images/list-check.gif);
}
#menu a {
	color:#7c7c7c;
}
#menu a:hover {
	color:#d63e86;
	text-decoration:none;
}
#footer {
	border-top:#DEDEDE 1px solid;
	padding-top:10px;
	margin:30px 0 10px 0;
	text-align:center;
}

/* Font-Sizer Specific Styling */

.fsizer { float:right;clear:both;} /* Container element */

.fsizer a { display: block; float: left; width: 20px; margin-right: 5px; text-align: center; border: 1px solid #ccc; color: #5761a0; text-decoration: none; cursor: pointer; letter-spacing: 0; line-height: 100%; }
.fsizer a:hover { text-decoration: none; background: #ebebeb;  }

/* Three 'A' links used to control size */

.fsizer a#fs_sml { font-size: 9px; height: 15px; padding-top: 5px; }
.fsizer a#fs_med { font-size: 13px; height: 17px; padding-top: 3px; }
.fsizer a#fs_lrg { font-size: 16px; height: 18px; padding-top: 2px; }

.fsizer a.fsactive { color: #000; background: #ebebeb; cursor: default; } /* When mode is active */

