a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}


a         {text-decoration: underline}
a:link    {
	color: #8DCDA0
}
a:visited {
	color: #8DCDA0
}
a:active  {
	color: #8DCDA0
}
a:hover   {
	color: #8DCDA0
}

body {
	font: 13px/18px Arial, Helvetica, sans-serif;
	text-align: center;
	color: #424242;
	background: #e4e4e4;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin-top: 0px;
	margin-bottom: 0px;
}
#main {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #f6f6f6;

}
#header-null {
	width: 100%;
	padding: 0;
	border: 0;
}
#header {
	padding: 0px;
	background: #4c7ff4;
	height: 100px;
	background:url(header.png) no-repeat;
}



#left-null {
	width: 225px;
	float: left;
	padding: 0;
	border: 0;
	background: #f6f6f6;
}
#left {
	padding-top: 1px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 35px;

}
#right-null {
	width: 675px;
	float: right;
	padding: 0;
	border: 0;
	background: #fff;
}
#right {
	padding-top: 1px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 5px;

}
#footer-null {
	clear: both;
	width: 100%;
	padding: 0;
	border: 0;
	height: 58px;
}
#footer {
	text-align: right;
	color: #fff;
	height:65px;
	padding-right: 25px;
	background: #4c7ff4;
	background:url(footer.gif) no-repeat;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 8px;
}
.noscreen { 
     display: none
}

/* header */
#header h1 {
	color: #fff;
	font-size: 180%;
	padding-top: 45px;
	padding-left: 40px;
}
#header span {
      color: #fff;
      font-size: 100%;
      padding-left: 40px;
}

.copyright {
	color: #fff;
}

#right img {
	padding: 7px;
}

h2  {
      margin-top: 35px;
}
#right li {
    background:url(arrow.png) 0 50% no-repeat;
    margin-left: -20px;
    padding-left: 25px;
    display:block;
    list-style-type: none;
}

#left li {
	display: block;
	list-style-type: none;
	margin-left: -30px;
	padding-left: 15px;
	border-left: 10px solid #ececec;
	text-decoration: none;
	background: #f6f6f6;
	border-top: 1px solid #fff;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
#left ul {
      margin-left: -20px; 
}
#left li a {
      text-decoration: none;
      color: #4b4b4b; 
}

#left li a:hover {
      color: #272727; 
}

#left li:hover {
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #8DCDA0;
}
#left h2 {
      color: #235cdc;
      margin-left: 10px;
}
#footer a {
      color: #fff;
}
