*{
	margin:0;
	padding:0;
}/*global reset*/
h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address{
	margin: 5px 0;
}
li,dd{
	margin-left:1em;
}
fieldset{
padding:.5em;
}
select {
	min-width:1.5em;
	font-size: 12px;
}/* hiding the drop-down arrow of a select form widget in Firefox*/
img {
	BORDER-TOP-WIDTH: 0px;
	BORDER-LEFT-WIDTH: 0px;
	BORDER-BOTTOM-WIDTH: 0px;
	MARGIN: 0px;
	BORDER-RIGHT-WIDTH: 0px;
	padding: 0px;
}
UL {
	LIST-STYLE-TYPE: none
}

/* links */
A {
	font : 13px Verdana;
	color :#58575c;
	text-decoration : none;
	text-align : left;
}
A:hover {
	font : 13px Verdana;
	color :#C4161D;
	text-decoration : none;
	text-align : left;
}
A.b:link {
	font : 13px Verdana;
	color :#EEEEEE;
	text-decoration : none;
	text-align : left;
	font-weight: normal;
}
A.b:hover {
	font : 13px Verdana;
	color: #FF0000;
	text-decoration : none;
	text-align : left;
	font-weight: normal;
}
A.b:visited {
	font : 13px Verdana;
	color: #EEEEEE;
	text-decoration : none;
	text-align : left;
	font-weight: normal;
}
A.c:link {
	font : 10px Verdana;
	color :#D1D1D1;
	text-decoration : underline;
	text-align : center;
}
A.c:hover {
	font : 10px Verdana;
	color :#F5F5F5;
	text-decoration : underline;
	text-align : center;
}
A.c:visited {
	font : 10px Verdana;
	color :#D1D1D1;
	text-decoration : underline;
	text-align : center;
}
A.d:link {
	font : 14px Verdana;
	color : #336699;
	text-decoration : none;
	text-align : left;
	font-weight: bold;
}
A.d:hover {
	font : 14px Verdana;
	color: #c4151c;
	text-decoration : none;
	text-align : left;
	font-weight: bold;
}
A.d:visited {
	font : 14px Verdana;
	text-decoration : none;
	text-align : center;
	font-weight: bold;
}
A.g {
	font : 12px Verdana;
	color : #333333;
	text-decoration : none;
	text-align : left;
}
A.g:link {
	font : 12px Verdana;
	color : #333333;
	text-decoration : none;
	text-align : left;
}
A.g:hover {
	font : 12px Verdana;
	color: #c4151c;
	text-decoration : none;
	text-align : left;
}
A.f {
	font : 12px Verdana;
	color : #333333;
	text-decoration : none;
	text-align : left;
	line-height: 1.5em;
}
A.f:link {
	font : 12px Verdana;
	color : #333333;
	text-decoration : none;
	text-align : left;
}
A.f:hover {
	font : 12px Verdana;
	color: #c4151c;
	text-decoration : none;
	text-align : left;
}
a.noline {
	font-size: 12px;
	line-height: 1.5em;
	text-decoration: none;
	color: #006CA4;
}
a.noline:link {
	font-size: 12px;
	line-height: 1.5em;
	text-decoration: none;
	color: #006CA4;
}
a.noline:hover {
	font-size: 12px;
	color: #006CA4;
	line-height: 1.5em;
	text-decoration: underline;
}
a.th {
	font-size: 18px;
	line-height: 1.5em;
	text-decoration: none;
	color: #006CA4;
}
a.th:link {
	font-size: 18px;
	line-height: 1.5em;
	text-decoration: none;
	color: #006CA4;
}
a.th:hover {
	font-size: 18px;
	color: #006CA4;
	line-height: 1.5em;
	text-decoration: underline;
}

A.orange {
	font : 14px Verdana;
	color :#FF9900;
	text-decoration : none;
	line-height: 1.3em;
	font-weight: bold;
}
A.orange:link {
	font : 14px Verdana;
	color :#FF9900;
	text-decoration : none;
	line-height: 1.3em;
	font-weight: bold;
}
A.orange:hover {
	font : 14px Verdana;
	color: #FF9900;
	text-decoration : none;
	line-height: 1.3em;
	font-weight: bold;
}

/* form */
INPUT,TEXTAREA,SELECT {
	font : 12px Verdana;
	color :#333333;
	border: 1px solid #D1D1D1;
	background-color: #FFFFFF;
}
form {
display : inline; 
} 


.title {
	font :15px Verdana;
	color :#CC0000;
	font-weight: bold;
}
.bg {
	background: url(images/body_bg.jpg);
	background-position: bottom left;
	background-repeat: no-repeat 
}
td {
	color :#333333;

}


/* layout */
BODY {
	margin: 0px;
	BACKGROUND-COLOR: #FFFFFF;
	background: url(images/new_background.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:76%;
	font-style: normal;
	font-weight: normal;
	line-height:1em;
	text-align: center;
	padding: 0;
}
#wrap{
	min-width:px;
	max-width:px;
	margin: 0 auto;
	width: 990px;
	text-align: left;
}
#main	{
	background: url(images/main_bg.jpg) repeat-y;
	width: 990px;
	text-align: left;
}
#top {
	background: url(images/main_bg.jpg) repeat-y;
	padding-top: 5px;
	float: left;
}
#top_1 {
	background: url(images/mid_top_line_1.jpg) no-repeat center top;
	padding-top: 12px;
}
#top_2 {
	background: url(images/mid_top_line_3.jpg) repeat-y center top;
	width: 990px;
	float: left;
	padding: 0;
	margin: 0;
}
#top_3 {
	background: url(images/mid_top_line_2.jpg) no-repeat center bottom;
	float: left;
	height: 17px;
	width: 990px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#photo_news {
	float: left;
	width: 299px;
	height: 300px;
}
#top2_padding {
	padding: 4px 20px;
}
#headlines {
	height: 299px;
	width: 378px;
	float: left;
	margin-left: 5px;
}
#headlines_1 {
	background: url(images/top_headlines_1.jpg) no-repeat center top;
	height: 26px;
	padding-right: 150px;
}
#headlines_2 {
	background: url(images/top_headlines_2.jpg) repeat-y;
	height: 273px;
}
#headlines_3 {
	background: url(images/top_headlines_3.jpg) no-repeat center bottom;
	padding-bottom: 1px;
}
#top_right {
	float: left;
	margin-left: 5px;
	text-align: center;
}
.clearfix {
	clear: both;
}
#ad_title {
	line-height: 1.5em;
	color: #FFFFFF;
	background: #006CA4;
	display: block;
	text-align: center;
	font-size: 1em;
	padding: 0;
	margin: 0;
}
#ad_menu {
	margin-top: 0px;
	padding-top: 0px;
}
#middle {
	float: left;
	width: 990px;
	background: url(images/main_bg.jpg) repeat-y;
}
#left {
	float: left;
	width: 181px;
}
#center {
	float: left;
	width: 467px;
	margin-left: 5px;
}
#right {
	width: 279px;
	margin-left: 5px;
}

.box_left {
	background: url(images/box_left.gif) no-repeat left top;
	height: 33px;
	padding-left: 5px;
}
.box_middle {
	background: url(images/box_center.gif) repeat-x center top;
	height: 33px;
}
.box_right {
	background: url(images/box_right.gif) no-repeat right top;
	height: 33px;
	padding-right: 1px;
}
.box_middle h2 {
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0;
	margin: 4px 0 0 6px;
	letter-spacing: 1px;
	float: left;
}
.box_header {
	float: left;
	width: 100%;
	height: 33px;
}
.left_box {
	width: 181px;
	margin-bottom: 6px;
}
.box_content {
	border: 1px solid #9BA1A1;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
	background: url(images/box_bg.jpg) repeat-x left top;
}
.box_content_nobk {
	border: 1px solid #9BA1A1;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
}
.box_padding {
	padding: 0px 7px 5px 9px;
}
#top_padding {
	margin: 1px 32px 0 32px;
}
#center {
	float: left;
	width: 469px;
	margin-left: 9px;
}
.center_box_1 {
	width: 193px;
	margin-bottom: 6px;
}
.center_box_2 {
	width: 269px;
	margin-left: 7px;
	margin-bottom: 6px;
}
.float_left {
	float: left;
}
.margin_bottom {
	margin-bottom: 8px;
}
.center_box {
	margin-bottom: 8px;
}
.center_box_3 {
	width: 465px;
	margin-bottom: 6px;
	margin-left: 5px;
}
#right {
	float: left;
	width: 280px;
	margin-left: 9px;
}
.right_box {
	width: 280px;
	margin-bottom: 6px;
}
.ad2 {
	text-align: center;
	margin: 9px 0;
}
.ad2 img {
	border: 1px solid #999999;
}
#footer_1 {
	width: 975px;
	color: #FFFFFF;
	background-color: #1257a4;
	text-align: center;
	margin: 0 auto 7px auto;
	padding: 0;
	height: 39px;
}
#footer1_padding {
	padding: 12px 0;
}
.footer_link {
	margin-right: 15px;
	margin-left: 15px;
}
#footer {
	text-align: center;
	background: url(images/main_bg.jpg) repeat-y;
	padding: 0;
	margin: 0 auto;
	width: 990px;
}
A.t {
	font : 13px Verdana;
	color :#EEEEEE;
	text-decoration : none;
	line-height: 1.1em;
}
A.t:link {
	font : 13px Verdana;
	color :#EEEEEE;
	text-decoration : none;
	line-height: 1.1em;
}
A.t:hover {
	font : 13px Verdana;
	color: #FF0000;
	text-decoration : none;
}
.small {
	font-size: 1em;
}
#footer_2 {
	line-height: 1.5em;
	margin: 0;
}
#footer_1 table {
	text-align: center;
	margin: 0px auto;
}
#ad3 {
	text-align: left;
	float: left;
	width: 940px;
	height: 95px;
}
#ad3 img {
	border: 1px solid #999999;
	margin: 0;
	padding: 0;
}
#newsletter {
	float: right;
	margin-left: 7px;
	margin-top: 5px;
	width: 185px;
	margin-bottom: 0px;
	margin-right: 0px;
}
#big_banner {
	float: left;
	margin-bottom: 7px;
	width: 730px;
}
#video_ad {
	margin-bottom: 0px;
	margin-top: 0px;
}
.more_link {
	float: right;
	margin: 6px 7px 0 3px;
	line-height: 1.5em;
}
.more_link a {
	font-size: 1em;
	line-height: 1.5em;
	text-decoration: none;
	color: #000000;
}
.more_link a:link {
	font-size: 1em;
	line-height: 1.5em;
	text-decoration: none;
	color: #000000;
}
.more_link a:hover {
	font-size: 1em;
	color: #ffffff;
	line-height: 1.5em;
	text-decoration: underline;
}
.5_margin {
	margin: 5px 0px;
}
a.blue {
	font-size: 12px;
	line-height: 1.5em;
	text-decoration: underline;
	color: #3245BB;
}
a.blue:link {
	font-size: 12px;
	line-height: 1.5em;
	text-decoration: underline;
	color: #3245BB;
}
a.blue:hover {
	font-size: 12px;
	color: #3245BB;
	line-height: 1.5em;
	text-decoration: none;
}
#coupon{
	margin:10px auto;
	height:240px;
	overflow:hidden;
	text-align:left;		
}
#coupon ul{
	text-align:center;
	list-style:none;
	margin:5px 0px;
	padding:0px;
}
#coupon li{
	text-align:center;
	list-style:none;
	margin-bottom:5px;
	padding:0px;
	margin-left: 2px;
}
.emag_ul {
}
ul.emag_ul li {
	list-style-type: disc;
	margin-left: 2em;
	padding-left: 0.5em;
}
#ad_title a {
	color: #FFFFFF;
	line-height: 1.5em;
}
#float_ad {
	float: left;
	margin: 10px 0px 0px 5px;
	padding: 0px;
	position: absolute;
	height: 300px;
	width: 100px;
	left: 10px;
	top: 10px;
}
ul#menu {
	margin: 0px;
	padding: 0px;
}
#menu li {
	margin: 0px 10px;
	padding: 0px;
	float: left;
}
#menu li A {
	font : 15px Verdana;
	color :#FFFFFF;
	text-decoration : none;
	line-height: 1.3em;
	font-weight: bold;
}
#menu li A:link {
	font : 15px Verdana;
	color :#FFFFFF;
	text-decoration : none;
	line-height: 1.3em;
	font-weight: bold;
}
#menu li A:hover {
	font : 15px Verdana;
	color: #E7F1FA;
	text-decoration : none;
	line-height: 1.3em;
	font-weight: bold;
}
ul#sub_menu {
	margin: 0px;
	padding: 0px;
}
#sub_menu li {
	margin: 0px 10px;
	padding: 0px;
	float: right;
}
A.bl {
	font : 14px Verdana;
	color :#127EE1;
	text-decoration : none;
	line-height: 1.3em;
	font-weight: bold;
}
A.bl:link {
	font : 14px Verdana;
	color :#0E7FDF;
	text-decoration : none;
	line-height: 1.3em;
	font-weight: bold;
}
A.bl:hover {
	font : 14px Verdana;
	color: #4D9DE4;
	text-decoration : none;
	line-height: 1.3em;
	font-weight: bold;
}
ul#smenu1{
	width: 140px;
	font-size: 12px;
	text-align: left;
	position: absolute;
	left: 320px;
	top: 150px;
	margin: 0;
	padding: 15px 0 0 0;
	list-style-type: none;
	color: #0E7FDF;
	display: none;
	/*display: none;*/
}
#smenu1 li{
	text-decoration: none;
	margin: 0px 7px;
	list-style-type: none;
}
ul#smenu1 li A {
	font : 14px Verdana;
	color :#127EE1;
	text-decoration : none;
	line-height: 1.3em;
	font-weight: bold;
	display: block;
	padding: 5px 0;
}
ul#smenu1 li A:link {
	font : 14px Verdana;
	color :#0E7FDF;
	text-decoration : none;
	line-height: 1.3em;
	font-weight: bold;
}
ul#smenu1 li A:hover {
	font : 14px Verdana;
	color: #4D9DE4;
	text-decoration : none;
	line-height: 1.3em;
	font-weight: bold;
}
ul#smenu2{
	width: 140px;
	font-size: 12px;
	text-align: left;
	position: absolute;
	left: 385px;
	top: 150px;
	margin: 0;
	padding: 15px 0 0 0;
	list-style-type: none;
	color: #0E7FDF;
	display: none;
	/*display: none;*/
}
#smenu2 li{
	text-decoration: none;
	margin: 0px 7px;
	list-style-type: none;
}
ul#smenu2 li A {
	font : 14px Verdana;
	color :#127EE1;
	text-decoration : none;
	line-height: 1.3em;
	font-weight: bold;
	display: block;
	padding: 5px 0;
}
ul#smenu2 li A:link {
	font : 14px Verdana;
	color :#0E7FDF;
	text-decoration : none;
	line-height: 1.3em;
	font-weight: bold;
}
ul#smenu2 li A:hover {
	font : 14px Verdana;
	color: #4D9DE4;
	text-decoration : none;
	line-height: 1.3em;
	font-weight: bold;
}
#top p {
	margin: 2px 0;
	line-height: 1.5em;
}
#top li {
	line-height: 1.7em;
}
.words {
	font-size:13px;
	line-height:1.5em;
	margin-top:5px;
}
.poll_title{
font-size:13px;
border-bottom: 1px solid #CCCCCC;
margin: 5px 0;
padding: 5px 0;
}
.blog_photo {
	margin: 3px;
	border: 1px solid #FFFFFF;
}
A.p {
	font : 12px Verdana;
	color :#8C8C8C;
	text-decoration : underline;
	text-align : center;
}
A.p:link {
	font : 12px Verdana;
	color :#8C8C8C;
	text-decoration : underline;
	text-align : center;
}
A.p:hover {
	font : 12px Verdana;
	color :#3245BB;
	text-decoration : underline;
	text-align : center;
}
.block h3 {
	font-size: 13px;
	line-height: 1.5em;
	margin: 5px 0px;
}
.block	{
	margin-bottom: 10px;
}

.block h4 {
	font-size: 1em;
	line-height: 1.5em;
	border-bottom: 1px solid #CCCCCC;
	color: #336699;
}
.headline_padding {
	padding: 8px 10px;
}
#top_headline h2 {
	font-size: 20px;
	line-height: 2em;
	color: #006CA4;
	margin-left:10px;
}
span.detail{
	line-height: 1.5em;
	color: #006CA4;
	background: #FFFFFF;
	text-align: center;
	float: right;
	height: 20px;
	width: 50px;
	border: 1px solid #D3D8DB;
	font-size: 12px;
}
.headline_padding p {
	font-size: 12px;
}
.headline {
	width: 355px;
	border-bottom: 1px solid #fff;
	margin: 0 auto;
}
#headlines_1 h3 {
	font-size: 16px;
	line-height: 1.1em;
	padding: 1px 10px;
	letter-spacing: 2px;
	float: left;
	color: #027BEC;
}
.more_link_headline {
	float: right;
	margin: 6px 7px 0 3px;
	line-height: 1.5em;
}
.more_link_headline a {
	font-size: 1em;
	line-height: 1.2em;
	text-decoration: none;
	color: #000000;
}
.more_link_headline a:link {
	font-size: 1em;
	line-height: 1.2em;
	text-decoration: none;
	color: #000000;
}
.more_link_headline a:hover {
	font-size: 1em;
	color: #4F9DE5;
	line-height: 1.2em;
	text-decoration: underline;
}
.list li {
	border-bottom: 1px solid #D4DFF1;
	padding-top: 5px;
	padding-bottom: 3px;
	margin-left: 5px;
}
option {
	font-size: 12px;
}
#ad3 {
margin-left:1px; margin-bottom:2px}
