/* CSS */

body {
	background: #000000 url(flamebg3.jpg) repeat-y center top;
	margin: 0px;
	padding: 0px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	
}
#container {
	width: 756px;
	margin: 0px auto;
}

/* Header and Navigation */

#header {
	padding: 0px 8px 0px 16px;
	background: url(bgheader.jpg) no-repeat center top;
}

#navcontainer {
	float: right;
	width: 720px;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	clear: both;
}

#nav a {
	display: block;
	width: 90px;
	height: 21px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 10px;
	text-transform: uppercase;
	padding: 9px 5px 0px;
	background: #C4C4C4 url(navoff.gif) no-repeat;
	font-weight: bold;
}

#nav a:hover, #nav a.current {
	background: #38c url(navon.gif) no-repeat;
}

#nav li { 
	float: left;
	width: 100px; 
}

#nav li ul {
	position: absolute;
	width: 100px;
	left: -999em;
	height: 83px;

}

#nav ul a {
	font-size: 11px;
	text-transform: none;
	height: auto;
	padding: 3px 5px;
	width: 90px;
	border-top: 1px solid #666;
	text-align: left;
	background: #444 url(none);
	font-weight: normal;
}
#nav ul a:hover {
	background: #C32D31 url(none);
}

#nav li:hover ul, #nav li.sfhover ul { 
	left: auto;
}

.clear {
	clear: both;
}
.clear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Home Page */

#maingrahome {
	background: url(bgmaingrahome.jpg) no-repeat;
	clear: both;
	height: 218px;
}


#main {
	background: url(bgmain.gif) repeat-y;
	padding: 0px 18px 10px;
}
#bigcolumn {
	float: right;
	width: 500px;
	margin: 0px;
	padding: 0px;
}


#smallcolumn {
	float: left;
	width: 220px;
	margin: 0px;
	padding: 0px;
}

/* Big Column */

#homenews {
	background: url(bgbox.gif) repeat-y;
}
#homenews h2 {
	text-transform: uppercase;
	font-size: 14px;
	margin: 0px;
	padding: 10px 10px 0px;
	background: url(bgtitlenews.gif) no-repeat;
}
#homenews h2 a {
	height: 25px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding: 10px 12px 0px;
	margin: 0px;
}
#homenews .boxcontent {
	background: url(bgboxfade.jpg) no-repeat center bottom;
	padding: 5px 22px 22px;
}
.newslist {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 11px;
	line-height: normal;
}
.newslist li {
	padding: 3px;
	clear: both;
	border-bottom: 1px solid #CCCCCC;
}
.newslist .date {
	color: #0066CC;
	width: 60px;
	height: 15px;
	float: left;
}
.newslist a.title {
	color: #666666;
	text-decoration: none;
}
.newslist a.title:hover {
	text-decoration: underline;
}

.more {
	text-align: right;
	margin: 8px 0px 0px;
}
.more a {
	text-transform: uppercase;
	font-size: 8px;
	text-decoration: none;
	background: url(more.gif);
	height: 14px;
	width: 42px;
	padding-top: 4px;
	text-align: center;
	color: #666666;
	display: block;
}
.more a:hover {
	font-weight: bold;
	color: #333333;
}

/* Small Column */

.sidebox h3, #smallcolumn #sidenav h3 {

	text-transform: uppercase;
	font-size: 12px;
	margin: 0px;
	padding: 10px 10px 0px;
	background: url(bgtitleside.gif) no-repeat 10px 10px;
}
.sidebox h3 a, #smallcolumn #sidenav h3 a {

	height: 20px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px 8px 0px;
	margin: 0px;
}
.sidebox .boxcontent, #smallcolumn #sidenav .boxcontent {
	background: url(bgsidefade.jpg) no-repeat center bottom;
	padding: 5px 22px 12px;
}
#faq ul, #smallcolumn #sidenav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#faq li, #smallcolumn #sidenav li {
	padding: 3px 0px 3px 10px;
	border-bottom: 1px solid #bbb;
	background: url(bulleton.gif) no-repeat 0px 6px;
}
#faq ul a, #smallcolumn #sidenav ul a {
	color: #666666;
	text-decoration: none;
}
#faq ul a:hover, #smallcolumn #sidenav ul a:hover {
	color: #0066CC;
	text-decoration: underline;
}


#footer {
	background: url(bgfooter.jpg);
	padding: 0px 18px;
	height: 100px;
}




/* Content Pages */

#maingra {

	background: url(bgmaingra.jpg) no-repeat;
	clear: both;
	height: 168px;
}
#titlegra {
	margin: 16px;
}
#content {

	float: right;
	width: 550px;
	margin: 0px;
	padding: 0px;
}
#sidebar {

	float: left;
	width: 170px;
	margin: 0px;
	padding: 0px;
}
#article {
	background: url(bgarticle.gif) repeat-y;
}
#article h1 {
	margin: 0px;
	font-size: 18px;
	letter-spacing: -1px;
	color: #345;
	background: url(bgtitlearticlebot.gif) no-repeat center bottom;
}
#article h1 span {
	display: block;
	padding: 25px 30px 10px;
	background: url(bgtitlearticletop.gif) no-repeat center top;
}
#article h2 {
	padding: 0px 30px;
	font-weight: normal;
	font-size: 24px;
	letter-spacing: -2px;
}
#bodytext {
	padding: 0px 30px 30px;
	background: url(bgarticlefade.jpg) no-repeat center bottom;
	font-size: 12px;
	line-height: 17px;
	position: relative;
}
#bodytext .date {
	color: #666666;
	font-size: 10px;
	line-height: normal;
}

/*ud*/
#bodytext li{
	margin-left: 1.5em;
	list-style-position: outside;
}
/**/
#bodytext a {
	color: #0066CC;
}
#bodytext a:visited {
	color: #663366;
}
#bodytext a:hover {
	color: #003399;
	text-decoration: none;
}
#sidebar #sidenav {
	background: url(bgsidenav.gif) repeat-y;
}
#sidebar #sidenav h3 {
	text-transform: uppercase;
	font-size: 12px;
	margin: 0px;
	padding: 10px 10px 0px;
	background: url(bgtitlesidenav.gif) no-repeat;
}
#sidebar #sidenav h3 a {
	height: 20px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px 5px 0px 10px;
	margin: 0px;
}
#sidebar #sidenav .boxcontent {
	background: url(bgsidenavfade.jpg) no-repeat center bottom;
	padding: 5px 22px 25px;
}

#sidebar #sidenav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#sidebar #sidenav li {
	padding: 3px 0px 3px 10px;
	border-bottom: 1px solid #bbb;
	background: url(bulleton.gif) no-repeat 0px 6px;
}
#sidebar #sidenav ul a {
	color: #666666;
	text-decoration: none;
}
#sidebar #sidenav ul a:hover {
	color: #0066CC;
	text-decoration: underline;
}
#sidebar #sidenav ul a.current {
	color: #0066CC;
	font-weight: bold;
}

/* Sub Section Page */

#bodytext .artlist {
	margin: 10px 0px 0px;
	padding: 0px;
	list-style: none;
	line-height: 16px;
}
#bodytext .artlist li {
	padding: 3px 3px 3px 10px;
	border-bottom: 1px solid #CCCCCC;
	background: url(bulletoff.gif) no-repeat 0px 5px;
}
#bodytext .artlist .date {
	color: #0066CC;
	height: 15px;
	display: block;
}
#bodytext .artlist a.title {
	color: #333333;
	text-decoration: none;
}
#bodytext .artlist a.title:hover {
	text-decoration: underline;
}
#bodytext .paging {
	font-size: 11px;
	text-align: center;
}

/*image arramgements*/
#ud {
	padding: 0px 30px 30px;
	background: url(bgarticlefade.jpg) no-repeat center bottom;
	font-size: 12px;
	line-height: 17px;
}

#ud img {
	margin: 1.3em;
}

#ud1 img {
	float: right;
	margin-left: 1em;
}