body 
{
	border: 0px; 
	margin: 0px; 
	padding: 0px; 
	background-color: #C3C3C3;
	font: 80% "verdana",sans-serif; 
	color: #000000; 
	_text-align: center;
}

#small
{
	font-size:  10px;
}

a:link 
{
	color:#A00000;
	background-color: transparent;
	text-decoration: underline;
}

a:visited 
{
	color:#A00000;
	background-color: transparent;
	text-decoration: underline;
}

a:hover 
{
	color:#FFCC00;
	background-color: transparent;
	text-decoration: underline;
}

a:active
{
	color:#FF9900;
	background-color: transparent;
	text-decoration: underline;
}

h1, h2, h3, h4, h5 
{
	border: 0px; 
	margin: 15px 0px 10px 0px; 
	padding: 0px; 
	font-weight: bold;
}

h1 
{
	font-size: 260%; 
	line-height: 100%; 
	font-family: "georgia", serif; 
	font-weight: normal;
}

h2 
{
	font-size: 180%; 
	line-height: 100%; 
	font-family: "georgia", serif; 
	font-weight: normal;
}

h3 
{
	font-size: 120%; 
	line-height: 100%; 
	font-weight: bold;
}

h4 
{
	font-size: 120%;
}

h5 
{
	font-size: 100%;
}

hr 
{
	display: block; 
	height: 1px; 
	margin: 10px 0px; 
	padding: 0px; 
	background: #CCCCCC; 
	border: 0px solid #CCCCCC; 
	color: #CCC;
}

.box:after 
{
	content: ""; 
	display: block; 
	line-height: 0px; 
	font-size: 0px; 
	visibility: hidden; 
	clear: both;
}

#main 
{
	width: 830px; 
	margin: 0px auto 0 auto; 
	_text-align: left;
}

#header 
{
	width: 830px; 
	margin: 0px; 
	padding: 0px; 
	background-color: #C3C3C3;
	min-width:830px;
	width:expression(document.body.clientWidth < 830? "830px": "auto" );
}

#menu
{
	font-size:  16px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
}

.menu
{
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	width: 100%;
	overflow: hidden;
}

.menu ul
{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	border: 1px solid #564c66;
	border-width: 1px 0;
	text-decoration: none;
	background: #A00000 url(images/indentbg.gif) center center repeat-x;
}

.menu ul li
{
	display: inline;
}

.menu ul li a
{
	float: left;
	color: white;
	padding: 5px 11px;
	text-decoration: none;
	border-right: 1px solid #564c66;
}

.menu ul li a:visited
{
	color: white;
	text-decoration: none;
}

.menu ul li a:hover, .menu ul li .current
{
	color: yellow !important;
	padding-top: 6px;
	padding-bottom: 4px;
	text-decoration: none;
	background: #A00000 url(images/indentbg2.gif) center center repeat-x;
}

a.BlueButton
{
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a.BlueButton:link
{
	padding: 4px;
	text-decoration: none;
	text-align: center;
	width: 200px;
	display: block;
	color: #FFFFFF;
	background-color: #000099;
	border-top: 2px #0000FF solid;
	border-left: 2px #0000FF solid;
	border-bottom: 2px #000033 solid;
	border-right: 2px #000033 solid;
}

a.BlueButton:visited
{
	padding: 4px;
	text-decoration: none;
	text-align: center;
	width: 200px;
	display: block;
	color: #FFFFFF;
	background-color: #000099;
	border-top: 2px #0000FF solid;
	border-left: 2px #0000FF solid;
	border-bottom: 2px #000033 solid;
	border-right: 2px #000033 solid;
}

a.BlueButton:hover
{
	padding: 4px;
	text-decoration: none;
	text-align: center;
	width: 200px;
	display: block;
	color: #FFFFFF;
	background-color: #FFCC00;
	border-top: 2px #FFFF00 solid;
	border-left: 2px #FFFF00 solid;
	border-bottom: 2px #FF9900 solid;
	border-right: 2px #FF9900 solid;
}

a.BlueMenuButton:active
{
	padding: 4px;
	text-decoration: none;
	text-align: center;
	width: 200px;
	display: block;
	color: #FFFFFF;
	background-color: #FFCC00;
	border-top: 2px #FF9900 solid;
	border-left: 2px #FF9900 solid;
	border-bottom: 2px #FFFF00 solid;
	border-right: 2px #FFFF00 solid;
}

input.Button
{
	text-decoration: none;
	text-align: center;
	display: block;
	color: #FFFFFF;
	background-color: #A00000;
	border-top: 2px #D00000 solid;
	border-left: 2px #D00000 solid;
	border-bottom: 2px #400000 solid;
	border-right: 2px #400000 solid;
}

input.ButtonHover
{
	text-decoration: none;
	text-align: center;
	display: block;
	color: #FFFFFF;
	background-color: #FFCC00;
	border-top: 2px #FFFF00 solid;
	border-left: 2px #FFFF00 solid;
	border-bottom: 2px #FF9900 solid;
	border-right: 2px #FF9900 solid;
}

input.InnerButton
{
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
	background-color: #000099;
	border-top: 2px #0000FF solid;
	border-left: 2px #0000FF solid;
	border-bottom: 2px #000033 solid;
	border-right: 2px #000033 solid;
}

input.InnerButtonHover
{
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
	background-color: #FFCC00;
	border-top: 2px #FFFF00 solid;
	border-left: 2px #FFFF00 solid;
	border-bottom: 2px #FF9900 solid;
	border-right: 2px #FF9900 solid;
}

#page 
{
	width: 830px; 
	min-height: 1px; 
	background: #FFFFFF url("imsages/bg_page.gif") 0 0 repeat-y; 
	_height: 1px;
}

#page-in 
{
	min-height: 1px; 
	padding: 10px 0; 
	background: #FFFFFF url("imsages/bg_page_in.jpg") 0 0 no-repeat; 
	_height:1px;
}

#content 
{
	float: left; 
	width: 589px; 
	_width: 589px; 
	margin: 0px; 
	padding: 0px 0px 0px 20px;
}

#content .article 
{
	clear: both; 
	margin: 0px; 
	padding: 20px; 
	background: #FFFFFF url("imsages/content_article_bg.jpg") 0 0 no-repeat;
}

#content .article h2 
{
	margin: 0px -20px; 
	padding: 10px; 
	background: #808080 url("imsages/content_title_bg.gif") 0 0 repeat-y; 
	color: #FFFFFF;
}

#content .article h2 span 
{
	background: url("images/icso_list.gif") 0 50% no-repeat; 
	padding-left: 25px;
}
    
#col 
{
	float: left; 
	width: 199px; 
	margin: 0px; 
	padding: 0px; 
	background: #808080 url("imsages/col_bg.gif") 0 0 repeat-y;
}

#col-in 
{
	padding: 20px 10px; 
	background: #808080 url("imsages/col_top.gif") 0 0 no-repeat;
}

#col h3 
{
	padding: 13px 15px 14px 15px; 
	margin: 0px -10px 15px -10px; 
	background: #000000 url("ismages/col_title_bg.gif") 0 0 repeat-y; 
	color: #FFFFFF;
}

#col ul#category 
{
	margin: 15px 0px; 
	padding: 0px; 
	list-style: none;
	background: #808080;
	color: #FFFFFF;
}

#col ul#category li 
{
	margin: 0px; 
	padding: 0px; 
	border-bottom: 1px solid #CCCCCC;
	background: #808080;
}

#footer 
{
	position: relative; 
	clear: both; 
	width: 830px;
	height: 10px; 
	background: #FFFFFF url("ismages/footer.jpg") 0 0 no-repeat; 
}