html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
	background-color:#dfdfdf;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

ol, ul {
	list-style: square;
}
blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a{
	color:#074292;
	text-decoration: none;
}
a:visited, a:active{
	color: #074292;
}

a:hover{
	color:#64AE1D;
}

.T1{
	font-size: 19px;
	font-weight: bold;
	color: #616161;
	padding: 0em 0em 1.5em 0em;
}

.T4{
	font-size: 15px;
	font-weight: bold;
	color: #616161;
	padding: 0em 0em 1.5em 0em;
}

.T2{
	font-size: 13px;
	font-weight: bold;
	color: #6DB33F;
	padding: 0em 0em 1.5em 0em;
}

.T3{
	font-size: 13px;
	font-weight: bold;
	color: #0863AA;
	padding: 0em 0em 1.5em 0em;
}

.bodl{
	font-weight: bold;
}

#wrapper {
	width:100%;
	/*height: 100em;*/
	background:url(../images/bg_wrapper.png) repeat-y center;

}

#container {
	margin: 0 auto;
	width: 970px;
	/*background:url(../images/bg_gray.png) repeat-x;*/
	background: #fff;
}

#banner{
	width: 100%;
	height: 10.5em;
}

#leftnav{
	float: left;
	width: 160px;
	background: url(../images/bg_maincontent.png) no-repeat right;
	padding-top: 1em;
}

#maincontent{
	float: left;
	line-height: 1.5em;
	font-size: 1.4em;
	color: #616161;
	width: 635px;
	padding: 1em 0.5em 1em 0.5em;
}

#rightnav{
	float: left;
	width: 160px;
	background: url(../images/bg_maincontent.png) no-repeat left;	
	padding-top: 1em;	
}

#line{
	clear: both;
	height: 0.2em;
	background: #999;
}

#footer{
	height: 7em;
	text-align: center;
	background:url(../images/bg_footer.png) repeat-x;
}
#footer p{
	color: #333;
	text-align:center;
	padding: 2.5px 3px 3px 3px;
}


/* Menu */

#menu_top {
	width: 100%;
	height: 19px;
	margin: 0 auto;
	background-color: #0067B1;
	font-size: 1.2em;
}
#menu_top ul {
	list-style: none;
	line-height: normal;
}
#menu_top li {
	display: block;
	float: right;
	margin: 2px 10px 2px 10px;
}
#menu_top a:link {
	color: #fff;
	text-decoration: none;
	padding: 2.5px 3px 3px 3px;	
}
#menu_top a:visited {
	color: #fff;
	text-decoration: none;
	padding: 2.5px 3px 3px 3px;	
}
#menu_top a:hover {
	color: #0067B1;
	background-color: #fff;
	padding: 2.5px 3px 3px 3px;
	border: none;
}
#menu_top a:active {
	color: #fff;
	padding: 2.5px 3px 3px 3px;	
}
.clear	{ clear: both; }

/*Left Menu -----------------------------------------------------------------*/

#sidemenu {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1em;
width: 150px;
padding: 0px;
margin: 0px 5px 5px 5px;
min-height: 600px;
}

#sidemenu h1 {
display: block;
background-color:#6DB33F;
font-size: 1.2em;
padding: 3px 0 5px 3px;
/*border: 1px solid #000000;*/
color: #fff;
margin: 0px;
width:145px;
height: 30px;
}

#sidemenu h2 {
display: block;
background-color:#0067B1;
font-size: 1.2em;
padding: 3px 0 5px 3px;
/*border: 1px solid #000000;*/
color: #fff;
margin: 0px;
width:145px;
height: 30px;
}

h3 {
font-size: 1.2em;
padding: 5px 0 6px 3px;
color: #333;
font-weight: bold; 
margin: 0px;
width:150px;
}

#sidemenu ul {
list-style: none;
margin: 0px 0px 0px 5px;
padding: 0px;
border: none;
}

#sidemenu ul li {
margin: 0px;
padding: 0px;
}

#sidemenu ul li a {
font-size: 1em;
display: block;
/*border-bottom: 1px dashed #b4b4b4;*/
padding: 5px 0px 2px 4px;
text-decoration: none;
color: #666666;
width:144px;
}

#sidemenu ul li a:hover, #sidemenu ul li a:focus {
color: #000000;
background-color: #eeeeee;
}
