@CHARSET "UTF-8";

table.pres_table{
    color: #00008B;
    font-size: 18px;
    font-weight: bold;
}

.top_slogan{
	background-color: #9CCBDB;
	height: 150px;
	padding: 5px;
	padding-left: 20px;
	font-size: 26px;
	border: 1px solid black;
	border-bottom: 0px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
    -webkit-border-radius-topleft: 10px;
    -webkit-border-radius-topright: 10px;
}

.top_slogan img {
	float: right;
}

.middle_slogan{
	
}
.middle_slogan ul{
	padding: 0px;
	margin-left: 370px;
	margin-top: 40px;
}

.middle_slogan li{
    list-style-position: outside;
    list-style-type: none;
    background: url(../img/li.gif) no-repeat;
    background-position: 0px 30px;
	padding-top: 30px;
	padding-left: 40px;
	margin-left: 350px;
	text-align: left;
}

.middle_slogan img{
	padding-top: 20px;
	float: left;
}
.header{
	background-color: #00008B;
	color: #fff;
	font-weight: bold;
	padding-left: 10px;
}

.btn{
	background-color: #00008B;
	color: white;
	margin: 10px 5px;
	height: 20px;
	font-size: 12px;
	cursor: pointer;
	vertical-align: middle;
	width: 150px;
}
div.btn:hover{
	background-color: #0000AD;
}
.title{
	color: #0080FF;
	font-weight: bold;
	font-size: 12px;
	padding-left: 20px;
	text-align: left;
}
.txt{
	width: 95%;
}
.green{
	color: #3CB371;
	font-weight: bold;
	font-size: 12px;
}
.left{
	border-left: 1px solid black;
}
.right{
	border-right: 1px solid black;
}

.ico{
        background: url(../img/mail_small.gif) no-repeat;
        height: 11px;
        width: 19px;
        background-color:#fff;
        display: block;
        float: left;
        text-decoration: none;
        margin-right: 5px;
}

.ico.contact{margin-top: 2px;background-position: 0px 0px;}
.ico.contact:hover{background-position: 0px -11px;}


#register_form{
    
        width: 500px;
        /*border: 2px solid #7A9593;*/
        margin: 0 auto;
}
#register_form .header{
        background-color: #7A9593;
        height: 21px;
        padding-left: 5px;
        padding-top: 4px;
        width: 495px;
        width: auto;
        text-align: left;
        color: white;
        font-size: 14px;
        font-weight: bold;
        font-family: arial;
}
#register_form table.reg{
        margin: 20px;
        width: 90%;
        _width: 455px;
}

#register_form input.txt, #register_form select, #register_form textarea{
    border:1px solid #7A9593;
    font-size:12px;
    margin:0 0 5px;
    padding:2px;
    width: 98%;
    _width: 95%;
    
}

input.button{
        -moz-border-radius:4px;
    -webkit-border-radius:4px;
    background-color:#709EA1 ;
    border:1px solid #3A6471;
    color:#fff;
    text-shadow:0 -1px 0 #39d;
    padding:4px 10px 5px;
    _padding:1px 10px 1px;
    font-size:11px;
    margin:3px 5px 3px 0;
    font-weight:bold;
    _width:auto;
    _overflow:visible;
}
input.button:hover{
        background-color:#68A0B2;
    border:1px solid #3A6471;
    cursor: pointer;
    cursor: hand;
}