@charset "utf-8";

/* CSS for Tab Menu */
.glossymenu{
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 auto 0 auto;
	background: url(images/menur_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(images/menur_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(images/menur_hover_right.gif) no-repeat right top; /*right tab image path*/
}

/* CSS for MainPage*/
body{
margin:0;
padding:0;
line-height: 1.5em;
font-family:Verdana, Geneva, sans-serif;
font-size:12px;
}


b{font-size: 110%;}
#rightcolumn em{color:#FF0;}

#maincontainer{
width: 900px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
background: #EAEAEA url(images/banner1.gif);
height: 185px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
/*margin-right: 300px; /*Set right margin to RightColumnWidth*/
}

#rightcolumn{
float: left;
width: 300px; /*Width of right column*/
margin-left: -300px; /*Set left margin to -(RightColumnWidth) */
background: #d4340c;
color:#FFF;
}

#rightcolumn a{
	color:#FF0;
	text-decoration:none;
}

#rightcolumn a:hover{
	color:#3FF;
}

#rightcolumn a img{
	border:none;
}

#footer{
clear: left;
width: 100%;
background: black;
color: #FFF;
text-align: center;
font-size:90%;
}

#footer a{
color: #FFFF80;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
text-align:justify;
}

/* Note Box*/
.curlycontainer{
border: 1px solid #b8b8b8;
margin-bottom: 1em;
width: 300px;
}

.curlycontainer .innerdiv{
background: transparent url(images/brcorner.gif) bottom right no-repeat;
position: relative;
left: 2px;
top: 2px;
padding: 1px 4px 15px 5px;
}
.tieude {
	font-size: 14px;
	font-weight: bold;
	color: #900;
}

.title {
	font-size: 14px;
	font-weight: bold;
	color:#000;
}

.tableH1{
	font-size:14px;
	background-color:#333;
	color:#FFF;
	text-align:center;
}
.tableH2{
	font-size:13px;
	background-color:#CCC;
	text-align:center;
}
.required{
	color:#F00;
}

a img{
	border: double #C00;
}

a:link {
	color:#900;
	text-decoration: none;
}

a:active,a:visited {
	color:#900;
	text-decoration: none;
}

a:hover {
	color:#C60;
	text-decoration: none;
}

.resouce1{
	background:#900;
	color:#FFF;
	font-weight:bold;
	font-size:14px;
}
.resource2{
	background:#C93;
	font-weight:bold;
	font-size:13px;
}
.resource3{
	background:#CF9;
	font-weight:bold;
	font-size:13px;
}
.resource4{
	font-weight:bold;
	font-size:13px;
	color:#00F;
}
