/* ----------reset all css-------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote/*,th,td*/ {margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,/*em,strong,*/th,var {font-style:normal;font-weight:normal;}
/*ol,ul {list-style:none;}*/
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym { border:0;}
form {margin-top: 0 ;margin-bottom: 0 ;}
html {overflow: scroll;}
object {outline:none;}
#purge {
	clear: both;
}

/* ---------- start css -------------- */
body {
	background: #003366 url(../x_gfx_layout/bg_main.jpg) repeat-x;
	margin: 20px 0px 30px 0px;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #333333;
	font-size: 11px;
	line-height: 135%;
}
/* ---------- container to center the layout -------------- */
#container {
	width: 780px;
	padding: 0;
	margin: 0 auto;
}

/* ---------- header -------------- */
#header {
	height: 150px;
	background: url(../x_gfx_layout/mast.jpg) no-repeat;
}
/*#flashheader {
	width: 780px;
	height: 150px;
}*/

/* ---------- nav -------------- */
#navbar {
	height: 34px;
	background: url(../x_gfx_layout/bg_nav.gif) no-repeat;
}
#navholder {
	float: left;
	width: 740px;
	height: 34px;
	padding-left: 40px;
}
ul.navmenu {
    list-style-type: none;
    height: 34px;
	margin: 0px;
}
ul.navmenu li {
    display: inline;
	line-height: 34px;
	padding: 0px 15px 0px 0px;
    font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
    font-size:11px;
    color:#FFFFFF;
	margin: 0px;
}
ul.navmenu li a:visited, ul.navmenu li a:link {
	color: #FFFFFF;
	font-weight: bold;
    text-decoration: none;
}

ul.navmenu li a:hover, ul.navmenu li a:active {
	color: #003366;
	font-weight: bold;
    text-decoration: none;
}

/* ----------------- content --------------------- */
#content {
	float: left;
	width: 780px;
	background: #FFFFFF url(../x_gfx_layout/bg_menu.gif) repeat-y;
}
#leftcol {
	float: left;
	width: 230px;
	height: 350px;
	margin: 0;
	padding: 0;
}

#rightcol {
	float: right;
	width: 550px;
	background: url(../x_gfx_layout/shadow.jpg) no-repeat;
	margin: 0;
	padding: 0;
}

#rightcontent {
	padding: 20px 145px 20px 30px;
}

/* ------------------ menu ----------------------- */
ul#leftmenu {
	padding: 10px 0px 25px 40px;
	width: 190px;
	font-size: 12px;
	margin: 0;
}

ul#leftmenu li {
	list-style: none;
	margin: 0;
}

ul#leftmenu li a {
	display: block;
	width: 190px;
	padding: 10px 0px 0px 0px;
	font-weight: bold;
	text-decoration: none;
}

ul#leftmenu li a:visited, ul#leftmenu li a:link {
	color: #003366;
}

ul#leftmenu li a:hover, ul#leftmenu li a:active {
	color: #ffffff;
}

/* ----------- footer --------------------------- */
#footer {
	clear: both;
	background: url(../x_gfx_layout/bg_footer.jpg) no-repeat;
	height: 70px;
	margin: 0px;
}
#footerholder {
	float: left;
	width: 600px;
	height: 40px;
	padding-left: 40px;
}
ul.footermenu {
    list-style-type: none;
    height: 40px;
	margin: 0;
}
ul.footermenu li {
    display: inline;
	line-height: 40px;
	padding: 0px 15px 0px 0px;
    font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
    font-size:10px;
    color:#FFFFFF;
	margin: 0;
}
ul.footermenu li a:visited, ul.footermenu li a:link {
	color: #FFFFFF;
	font-weight: bold;
    text-decoration: none;
}

ul.footermenu li a:hover, ul.footermenu li a:active {
	color: #003366;
	font-weight: bold;
    text-decoration: none;
}
#footerright {
	float: right;
	width: 130px;
	height: 40px;
	padding-right: 10px;
	background: url(../x_gfx_layout/bg_sponsor.jpg) no-repeat 0 0;
}
#footerright a:visited, #footerright a:link {
	display: block;
	background: url(../x_gfx_layout/bg_sponsor.jpg) no-repeat 0 0;
}
#footerright a:hover, #footerright a:active {
	display: block;
	background: url(../x_gfx_layout/bg_sponsor_o.jpg) no-repeat 0 0;
}

/* ---------- text styles -------------- */
p {
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 5px;
	padding-left: 0pt;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 5px;
	margin-left: 0pt;
}

a {
	outline-style:none;
	font-weight: bold;
	text-decoration: none;
}
a:visited, a:link {
	color: #2E96E2;
}
a:hover, a:active {
	color: #003366;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #CCCCCC;
	padding: 8px 0px 17px 0px;
	border-bottom: 1px solid #CCCCCC;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #003366;
	padding: 10px 0px 5px 0px;
}
.subHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #2E96E2;
}
ul {
	margin: -8px 0px 10px 20px;
	padding-left: 0px;
}

li {
	margin-left: 0px;
	padding-left: 0px;
}


/* -----------------content--------------------- */

.tablepad td{padding:0px 0px 4px 0px;}







