﻿body 
{
    background-color:#5A005C;
    margin: auto;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
}

.tblMain
{
    background-image: url('../images/Background.jpg');
    background-repeat: repeat;
}

.entryTable1
{
    background-color: #FFA8FF;
    width: 100%;
}
.entryTable2
{
    background-color: #FFFFAA;
    width: 100%;
}

.searchTable
{
    background-color: #FF9933;
    width: 100%;
}

.tblWhite {
    border: 1px solid white;
    border-collapse: collapse;
    background-color: White;
}


h1{
font-size:15px;
color:#6C0008;
padding:5px;
margin:3px;
font-weight:normal;
}
h2{
font-size:13px;
color:#666666;
margin:0px;
padding:3px;
}
h3
{
    font-size: 14px;
    color: #FFFFFF;
    margin: 0px;
    padding: 3px;
}
h4{
font-size:12px;
color: #CE6700;
margin:0px;
padding:3px;
font-weight:normal;
}
.clear {
clear:both;
overflow:hidden;
height:4px;
}
/*------top menu---------*/
ul.menu
{
    list-style-type: none;
    float: left;
    display: list-item;
    width: 100%;
    height: 18px;
    padding-bottom: 10px;
}

ul.menu li {
display:inline;}

a.nav:link, a.nav:visited
{
    display: block;
    float: left;
    padding: 0px 11px 4px 11px;
    margin: 0;
    width: auto;
    height: 17px;
    text-align: center;
    line-height: 15px;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
    color: #6600CC;
}

a.nav:hover {
display:block; float:left; padding:4px 11px 0 11px; margin:0;width: auto; height:18px; text-align:center; line-height:20px;
text-decoration:none;  color:#562231; border-bottom:1px #562231 dashed;}
/*------left section-----*/
#left_section{
width:300px;
float:left;
padding:0 0 10px 30px;
}
.left_box_border{
width:250px;
height:auto;
border:1px #CCCCCC solid;
padding:2px;
margin-top:15px;
}
.left_box{
width:250px;
height:auto;
background:url(../images/box.jpg) no-repeat top;
padding-top:10px;
}
#login{
padding:10px;
}
.input{
width:140px;
height:12px;
font-size:10px;
}
.tbl
{
    background-color: #FFA8FF;
    border: thin solid #000000;
}
.submit{
float:right;
margin-right:30px;
margin-top:5px;
}
.button
{
    border: 1px solid #990033;
    height: 27px;
}
img.pic{
float:left;
padding:10px;
}
.title{
font-size:14px;
font-weight:bold;
color:#000000;
}
.title a
{
    text-decoration: none;
    font-weight: bold;
    color: #000000;
}
.content{
padding:5px;
text-align:justify;
}
/*------right section-----*/
#right_section{
width:100%;
height:auto;
float:left;
}
.right_box{
margin:20px 10px 10px 0;
}
img.pic_border{
float:left;
padding:2px;
margin-right:15px;
border:1px solid #CCCCCC;
}
.title_small{
font-size:12px;
font-weight:bold;
color: #000000;
}
#right_box_1{
width:100%;
height:280px;
float:left;
margin:10px 1px 10px 10px;
border-right:3px #B3B5B8 solid;
}
#right_box_2{
width:100%;
height:280px;
float:left;
margin:10px 5px 10px 1px;
padding-left:12px;
border-left:1px  #CCCCCC solid;
}
.news_box{
padding:10px 0 0 0;
clear:both;
}
img.pic_news{
float:left;
padding:0px 10px 10px 10px;
}
.news_submenu{
clear:both;
float:left;
padding-top:5px;
margin-left:10px;
border-bottom:1px #CCCCCC solid;
}
.news_link{
float:left;
padding-right:30px;
}
.news_link a{
text-decoration:none;
color:#999999;
}
.news_link a:hover{
text-decoration:none;
color:#000;
}

.heading1
{
    font-family: Tahoma;
    font-size: 18px;
    font-weight: bolder;
    text-decoration: underline;
    color: #000000;
    background-color: #FFFFFF;
}
.heading2
{
    font-family: Tahoma;
    font-size: 16px;
    font-weight: bolder;
    text-decoration: underline;
    color: #000000;
    background-color: #FFFFFF;
}
.heading3
{
    font-family: Tahoma;
    font-size: 14px;
    font-weight: bolder;
    text-decoration: underline;
    color: #000000;
    background-color: #FFFFFF;
}
.link
{
    font-family: Tahoma;
    font-size: 16px;
    font-weight: bolder;
    text-decoration: underline;
}