* {
	margin: 0;
	padding: 0;
}

html {
} 

body {
    color: #636363;
    text-align: center;
    background: #F8F8F8 url(images/bg.gif) top left repeat-x;
    font: 83%/1.4 arial, helvetica, sans-serif;
}

/*---------------------------------------
/* globals
/*--------------------------------------*/

a {
	outline: none;
}

a:link,
a:visited,
a:active{
	color: #67a2bb;
	text-decoration: none;
}

a:hover{
	color: #67a2bb;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	margin: 8px 0 8px 0;
    font: 83%/1.4 arial, helvetica, sans-serif;
}

li h1, li h2, li h3, li h4, li h5, li h6 {
	border: none;
}

h1 { font-size: 180%; font-weight: bold; }
h2 { font-size: 150%; font-weight: normal; }
h3 { font-size: 130%; }
h4 { font-size: 100%; }
h5 { font-size: 90%; }
h6 { font-size: 90%; border: 0; }

img {border: 0;}
.xsmall{font-size: 9px ;}

img.right {float: right; padding: 8px 0 8px 8px;}

.right {float: right; padding: 8px 0 8px 0px;}

h2 {
	border-bottom: 1px dashed #d1d1d1;
	padding: 5px 0;
}

span {
	font-size: 130%;
	font-weight:bold;
}


/*---------------------------------------
/* Wraps
/*--------------------------------------*/

#container {
    text-align: left;
    margin: 15px auto;
	width: 967px;
}

#cont-wrap{
	background: url(images/cont-main.png) top left repeat-y;
	float: left;
	width: 967px;
}

#cont-top{
	width: 967px;
	height: 5px;
	background: url(images/cont-head.png) top left no-repeat;
	font-size: 0;
}

#cont-bottom{
	width: 967px;
	height: 20px;
	background: url(images/cont-foot.png) top left no-repeat;
	font-size: 0;
}

#cont-mid{
	margin-right: -734px;
	float: left;
	width: 967px;
	height: auto;
}

#cont-mid-left {
	margin-right: 734px;
}

#cont-mid-right {
	width: 734px;
	background: url(images/div-mid.gif) repeat-y 2px 0;
	float: right;
}

.rt-pad{padding: 0 18px 0 0;}
.lt-pad{padding: 0 11px 0 18px;}

/*---------------------------------------
/* header
/*--------------------------------------*/

#header {
	float: left;
	height: 129px;
	margin: 0;
	padding: 0;
	width: 915px;
}

#header img {
	float: right;
	height: 129px;
	width: 581px;
}

#header h1 {
	font-size: 1.5em;
	margin: 0;
	padding: 0;
	margin: 20px 0 0 5px;
	text-indent: -3000px;
}

#header h1 a {
	background: transparent url(images/logo.jpg) no-repeat scroll left top;
	color: #4590e9;
	display: block;
	font-weight: bold;
	height: 90px;
	margin: 3px 0 21px 15px;
	text-align:center;
	width:260px;
}

#header h1 span {
	display: block;
	height: 0;
	overflow: hidden;
	width: 0;
}


/***********************************-**/

#info {
	margin: 0 0 15px 0;
}

.green-grad {
	background: #cbf8c7 url(images/grad-green.gif) repeat-x;
	padding: 8px;
	border: 1px solid #dae3e8;
	margin: 1px;
	font-size: 120%;
	font-weight:bold;
}

.blue-grad {
	background: #d7f0fb url(images/grad-blue.gif) repeat-x;
	padding: 8px;
	border: 1px solid #dae3e8;
	margin: 1px;
	font-size: 120%;
	font-weight:bold;
}

#blue-box {
	width: 200px;
	border: 1px solid #d9d9d9;
	background: #f0faff;
}


/* menu list */

.menu-list {
	padding: 0px;
	margin:0px 0px 5px 10px;
	list-style:none;
	width: 170px;
}

.menu-list li{
	background: url(images/blue-arrow.gif) no-repeat left center;
	padding: 8px 0px 8px 15px;
	margin:0px;
	line-height: 130%;
	list-style:none;
	border-bottom: 1px dashed #cbd3d6;
}

.menu-list li.last{
	border-bottom: 0;
}

.menu-list li a{
	color:#626262;
	text-decoration:none;
	list-style:none;
}

.menu-list li a:visited{
	color:#626262;
	text-decoration:none;
}

.menu-list li a:hover{
	color:#669900;
	text-decoration:none;
}

/* article list */

.article-list {
	padding: 0px;
	margin:0px 0px 5px 10px;
	list-style:none;
	width: 170px;
}

.article-list li{
	padding: 8px 0px 8px 0px;
	margin:0px;
	line-height: 130%;
	list-style:none;
	border-bottom: 1px dashed #cbd3d6;
}

.article-list li.last{
	border-bottom: 0;
}

.article-list li a{
	color:#626262;
	text-decoration:none;
	list-style:none;
}

.article-list li a:visited{
	color:#626262;
	text-decoration:none;
}

.article-list li a:hover{
	color:#669900;
	text-decoration:none;
}

/* ad */

#ad {
	margin:8px 0px 5px 10px;
	list-style:none;
	width: 170px;
}

/* table */ 

#tab {
	border: 1px solid #d9d9d9;
	background: #fff;
}

table.tab{
	width: 100%;
	margin: 1px;
	border: 1px solid #DcDcDc;
	background: #EAEAEA;
}

td{
	background: #fff;
	color: #636363;
	font-size: 12px;
	text-align: center;
}

table.tab a {color: #636363;}

td#left {
	text-align: left;
}

.row1 {
	background: #f2f2f2;
	padding: 3px 8px 3px 8px;
}

.row2 {
	background: #fff;
	padding: 3px 8px 3px 8px;
}

.row3 {
	background: #f2e7c9 url(images/orange-grad.gif) repeat-x;
	padding: 3px 8px 3px 8px;
}

.row4 {
	background: #e9f5d5 url(images/l-green-grad.gif) repeat-x;
	padding: 3px 8px 3px 8px;
	font-size: 10px;
}

.row5 {
	background: #d7f0fb url(images/grad-blue.gif) repeat-x;
	padding: 8px;
}

/*article */

.article-wrap{
	background: url(images/article-main.gif) top left repeat-y;
	float: left;
	width: 716px;
}

.article-top{
	width: 716px;
	height: 4px;
	margin: 15px 0 0 0;
	font-size: 0;
	background: url(images/article-head.gif) top left no-repeat;
}

.article-bottom{
	width: 716px;
	height: 4px;
	font-size: 0;
	background: url(images/article-foot.gif) top left no-repeat;
}

h2.no-pad {
	border-bottom: 1px dashed #d1d1d1;
	margin: 0;
	padding: 0;
}

.article-procon{
	width: 650px;
	margin: 5px auto;
}

.article-procon .p-left{
	float: left;
	margin: 0 5px 0 0;
}

.article-procon .p-right{
	float: right;
}


.article-procon ul {
	padding: 0;
	margin:0;
	list-style:none;
	width: 315px;
}

.article-procon li{
	background: url(images/green-arrow.gif) no-repeat left center;
	padding: 8px 0px 8px 20px;
	margin:0px;
	line-height: 100%;
	list-style:none;
}

.content {
	border: solid #d1d1d1;
	border-width: 0 1px;
	background: #FFFFFF;
}

.c-pad{padding: 0 15px;}

/*---------------------------------------
/* footer
/*--------------------------------------*/

#footer{
	width: 960px;
	font-size: 12px;
}

#ft-right{
	padding: 4px 0 5px 0;
	float: right;
}

#ft-right ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#ft-right li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	background: url(images/blue-bullit.gif) right no-repeat;
}

#ft-right li.last {
	background: transparent ;
}

#ft-right a {
	display: block;
	padding: 1px 9px;
	margin: 0 1px 0 0;
	color: #565656;
	text-decoration: none;
}

#ft-right a:link, 
#ft-right a:active {
	color: #565656;
}

#ft-right a:hover {
	color: #565656;
	text-decoration: underline;
}

#ft-left{
	padding: 4px 0 5px 0;
}


/*---------------------------------------
/* clear
/*--------------------------------------*/

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
    font-size: 0; /* for IE6- */ 
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}







