body
{
    font-size: 12px;
    text-align: center;
    margin: 0 0 0 0;
    margin-bottom: 20px;
    color: #333333;
    font-family: Tahoma;
    overflow-y: scroll;
}
.leftDiv
{
    float: left;
}
.rightDiv
{
    float: right;
    margin-right: 10px;
}
.menuleft
{
    background-image: url(images/menu_left.gif);
    background-repeat: no-repeat;
    width: 7px;
    height: 33px;
}
.menuright
{
    background-image: url(images/menu_right.gif);
    background-repeat: no-repeat;
    width: 7px;
    height: 33px;
}
.menucontent
{
    background-image: url(images/menu_bg.gif);
    background-repeat: repeat-x;
    height: 33px;
    color: White;
    padding-left: 10px;
    width: 949px;
}
.menuTable td:hover
{
    vertical-align: middle;
    width: 102px;
    background-image: url(images/menu_hover.gif);
    background-repeat: no-repeat;
    color: #fff;
    cursor: pointer;
}
.menuTable td
{
    background-image: url(images/menu.gif);
    background-repeat: no-repeat;
    width: 102px;
    text-align: center;
    color: White;
    cursor: pointer;
    height: 33px;
}
.menuTable .current
{
    width: 102px;
    text-align: center;
    background-image: url(images/menu_hover.gif);
    background-repeat: no-repeat;
    color: #fff;
    cursor: pointer;
    height: 33px;
}
.navleft
{
    background-image: url(images/nav_left.gif);
    background-repeat: no-repeat;
    width: 7px;
    height: 35px;
}
.navright
{
    background-image: url(images/nav_right.gif);
    background-repeat: no-repeat;
    width: 7px;
    height: 35px;
}
.navcontent
{
    background-image: url(images/nav_bg.gif);
    background-repeat: repeat-x;
    height: 35px;
    color: White;
}
.navTable .current
{
    color: #a90d12;
}
.navTable td
{
    padding-left: 40px;
}
.mainDiv
{
    width: 963px;
    margin: 0 auto ;
    padding: 0 0 0 0;
    text-align: left;
}
.contentTable
{
    width: 993px;
}
a
{
    color: #333333;
    text-decoration: none;
}
a:hover
{
    color: #a90d12;
    text-decoration: underline;
}
.link
{
    color: green;
    text-decoration: none;
}
.link:hover
{
    color: #a90d12;
    text-decoration: underline;
}
.titleTd
{
    background-image: url(images/title_bg.gif);
    background-repeat: repeat-x;
    height: 32px;
    text-align: left;
    padding-left: 12px;
}
.boxTop
{
    background-image: url(images/box_top.gif);
    background-repeat: no-repeat;
    height: 6px;
    width: 243px;
}
.boxBg
{
    background-image: url(images/box_bg.gif);
    background-repeat: repeat-y;
    width: 243px;
    padding-right: 5px;
    text-align: left;
}
.boxBottom
{
    background-image: url(images/box_bottom.gif);
    background-repeat: no-repeat;
    height: 10px;
    width: 243px;
}
.boxTop_all
{
    background-image: url(images/box_top_all.gif);
    background-repeat: no-repeat;
    height: 6px;
    width: 963px;
}
.boxBg_all
{
    background-image: url(images/box_bg_all.gif);
    background-repeat: repeat-y;
    width: 963px;
    padding-left: 13px;
    padding-right: 5px;
    text-align: left;
}
.boxBottom_all
{
    background-image: url(images/box_bottom_all.gif);
    background-repeat: no-repeat;
    height: 10px;
    width: 963px;
}
.boxTop_Record
{
    background-image: url(images/box_top_record.gif);
    background-repeat: no-repeat;
    height: 6px;
    width: 584px;
}
.boxBg_Record
{
    background-image: url(images/box_bg_record.gif);
    background-repeat: repeat-y;
    width: 584px;
    padding-left: 13px;
    padding-right: 5px;
    text-align: left;
}
.boxBottom_Record
{
    background-image: url(images/box_bottom_record.gif);
    background-repeat: no-repeat;
    height: 10px;
    width: 584px;
}
.newsDate
{
    color: #48a682;
}
.newsTitle
{
    padding-left: 12px;
}

.boxTop_big
{
    background-image: url(images/box_top_big.gif);
    background-repeat: no-repeat;
    height: 6px;
    width: 720px;
}
.boxBg_big
{
    background-image: url(images/box_bg_big.gif);
    background-repeat: repeat-y;
    width: 720px;
    padding-left: 5px;
    padding-right: 5px;
}
.boxBottom_big
{
    background-image: url(images/box_bottom_big.gif);
    background-repeat: no-repeat;
    height: 10px;
    width: 720px;
}
div#MainPromotionBanner
{
    width: 963px;
    height: 289px;
}
#MainPromotionBanner #SlidePlayer
{
    position: relative;
    margin: 0 auto;
}
#MainPromotionBanner .Slides
{
    padding: 0;
    margin: 0;
    list-style: none;
    height: 289px;
    overflow: hidden;
}
#MainPromotionBanner .Slides li
{
    float: left;
}

#MainPromotionBanner .Slides img
{
    border: 0;
    display: block;
}

#MainPromotionBanner .SlideTriggers
{
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 260px;
    right: 10px;
    z-index: 10;
    height: 25px;
}
#MainPromotionBanner .SlideTriggers li
{
    float: left;
    display: inline;
    color: #74a8ed;
    text-align: center;
    line-height: 16px;
    width: 16px;
    height: 16px;
    font-family: Arial;
    font-size: .9em;
    cursor: pointer;
    overflow: hidden;
    margin: 3px 6px;
    background: url(images/slide_off.gif) no-repeat center center;
}
#MainPromotionBanner .SlideTriggers li.Current
{
    background: url(images/slide_on.gif) no-repeat center center;
    color: #FFF;
    text-align: center;
    line-height: 16px;
    width: 16px;
    height: 16px;
    font-family: Arial;
    font-size: .9em;
    cursor: pointer;
    overflow: hidden;
    margin: 3px 6px;
}
.divYear
{
    height: 28px;
    text-align: center;
    margin-left: 10px;
    margin-right: 17px;
    line-height: 28px;
    cursor: pointer;
}
.divYearSelected
{
    height: 28px;
    text-align: center;
    margin-left: 10px;
    margin-right: 17px;
    line-height: 28px;
    background-color: #e25e1d;
    color: White;
    cursor: pointer;
}
.divYear:hover
{
    background-color: #e25e1d;
    color: White;
}
.ViewTable
{
    font-size: 12px;
}
.ViewTable td
{
    border-bottom-color: #eeeeee;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-left: 5px;
}
.ViewTd
{
    border-bottom-color: #eeeeee;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-left: 5px;
}
div.post-body img.thumb
{
    float: left;
    margin: 4px 4px 4px 4px;
    padding: 0px;
    border: 0px;
    padding: 0px;
    max-width: 500px;
    max-height: 500px;
    overflow: hidden;
    clear: both;
}
div.post-body .thumb
{
    float: left;
    margin: 4px 4px 4px 4px;
    padding: 0px;
    border: 0px;
    padding: 0px;
    max-width: 500px;
    max-height: 500px;
    overflow: hidden;
    clear: both;
    vertical-align: top;
}
select
{
    width: 200px;
    font-size: 12px;
}
input[type="text"]
{
    font-size: 12px;
    width: 400px;
}
input[type="password"]
{
    font-size: 12px;
    width: 400px;
}
.noborder
{
}
.noborder td
{
    border-bottom-width: 0px;
}
.requireField
{
    color: #a90d12;
}
.tab1
{
    background-image: url(images/tab.gif);
    width: 100px;
    height: 28px;
    text-align: center;
    cursor: pointer;
    color: #707070;
    background-repeat: no-repeat;
}
.tab2
{
    background-image: url(images/tab.gif);
    background-repeat: no-repeat;
    width: 100px;
    cursor: pointer;
    text-align: center;
    height: 28px;
    color: #f15e34;
}
.downloadBtn
{
    width: 374px;
    height: 68px;
    background: url(Images/button.gif) no-repeat center bottom;
    border: none;
}


.templatemo_post {
	width:	700px;
	margin: 0 0 10px 0 ;
}

.templatemo_post_title {
	width: 680px;
	height: 30px;
	background:  url(images/templatemo_post_title.jpg) no-repeat;
	font-size: 18px;
	padding: 10px 0 0 20px;
	margin: 0;
}
.templatemo_post_text {
	width: 658px;
	border-left: 1px #cccccc solid;
	border-right: 1px #cccccc solid;
	padding: 20px 20px 10px 20px;
}

.templatemo_post_text img {
	float:left;
	margin: 0 10px 10px 0;
	border: 1px solid #ccc;
	padding: 5px;
}

.templatemo_post_bottom {
	width: 680px;
	height: 30px;
	background: url(images/templatemo_post_bottom.jpg) no-repeat;
	font-size: 12px;
	text-align: right;
	padding: 10px 20px 0 0;
	margin: 0;
}

