﻿*
{
    /*khởi đầu*/
	margin: 0;
	padding: 0;
}

a
{
    /*màu liên kết*/
	color: #000099;
	text-decoration: none;
	/*color: #FF9900;*/
}

a:hover
{
    /*để chuột lên*/
	text-decoration: none;
	color: #FF0000;
}

html 
{
    	/*màu nền văn bản html*/
	background: #CFD5DE top left repeat-x;
}

body {
	font-family: Helvetica;
	line-height: 1.75em;
	/*color: #6B7C93;*/
	color: Black;
	/*font-size: 12.5pt;*/
	font-size: 11pt;
}

body,input {
	font-family: Arial;
    height: 26px;
}

br.clearfix {
	clear: both;
}

strong {
	color: #333333;
}

#menu
{
    text-shadow: 0 1px 1px #000000;
    text-transform: uppercase;
	background: #FFFFFF top left no-repeat;
	border-top: solid 1px #99FFFF;
	border-bottom: solid 1px #006600;
	font-size: 1.25em;
	height: 29px;
	padding-left: 14px;
}

h1, h2
{
	text-transform: uppercase;
	text-shadow: 0 2px 2px #000000;
	/*text-shadow: 0 2px 2px #FFFFFF;*/
}

h2
{
	/*color: Black;*/
	color: #FFFFFF;
	text-align: center;
	background: #5AD386 top left no-repeat;
	border-top: solid 1px #99FFFF;
	border-bottom: solid 1px #006600;
	font-size: 1.25em;
	height: 29px;
}

h3
{
    color: Red;
}

img.alignleft {
	margin: 5px 20px 20px 0;
	float: left;
}

img.aligntop {
	margin: 5px 0 20px 0;
}

p {
	/*margin-left: 0.75em;*/
	margin-left: 10px;
    width: 145px;
}

.textTopRight {
    width: 156px;
    vertical-align: top;
    text-align: right;
}

.box {
	/*overflow: hidden;*/
	background-color: #FFFFFF;
	/*margin: 0 0 25px 0;*/
	padding: 10px;
	text-align: justify;
}

.paraText {
    padding: 0 10px;
    text-align: justify;
}

#footer {
    margin-top: 17px;
    color: #777777;
}

.footer_2 {
    background: none repeat scroll 0 0 #121212;
    border-top: 1px solid #333333;
    /*box-shadow: 0 0 4px #111111;*/
    text-align: center;
}

#header {
	position: relative;
	padding: 24px;
	border-bottom: solid 1px #666666;
    /*height: 29px;*/
    top: 0px;
    left: 0px;
}

#logo {
	background: url('images/banner_365.jpg') no-repeat left top;
	position: absolute;
    top: 0px;
    left: 0px;
    width: 1024px;
    height: 60px;
}

.cotDataTrai
{
    text-align: justify;
    padding: 0 5px;
}

#page {
	position: relative;
	margin: 10px 0;
	padding: 0;
	width: 1024px;
	height: auto;
}

#contentmain {
    float:left;
    background-color: White;
	width: 1024px;
	/*text-shadow: 0 1px 1px #777777;*/
}

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 1024px;
}