/* CSS RESET */
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:bold;
font-family:arial;
}
q:before,q:after {
content:"";
}
abbr,acronym { border:0;
}	

/* CSS DESC */
	body{
		background: #f4f4f4 url('tlo.gif') repeat-y center;
		font-family:arial;
	}
	a{
		color:#ee0000;
		text-decoration:none;
	}
	a:hover{
		text-decoration:underline;
	}
	#container{
		background-color: white;
		width:913px;
		margin: 0 auto;
		padding-bottom:7px;
	}
	#top{
		height:80px;
		background: white url('top-gr.jpg') repeat-x top;
		}
		#logo{
			margin:15px 0px 10px 15px;
			float:left;
			width:230px;
		}
		#page-title {
			padding:20px;
			float:left;
			width:300px;
		}
		#clock {
			font-weight:normal;
			color: #282828;
			padding:20px 10px;
			float:right;
			width:200px;
			text-align:right;
			font-size:15px;
			letter-spacing:-1px;
			line-height:15px;
			}
			#clock span{
				font-weight:bold;
			}
		#page-title h1{
			font-size:12px;
		}
	#header{
		clear:both;
		width:100%;
		height:198px;
		background: transparent url('banner.jpg') no-repeat center;
		}
		#menu-begin{
			margin-left:12px;
			margin-top:10px;
			padding:15px 0;
			width:5px;
			height:18px;
			background: transparent url('menu_corner_l.gif') no-repeat top left;
			float:left;		
		}
		#menu{
			padding:10px 0px 0px;
			float:left;
			width:600px;
			}
			#menu ul{
				float:left;
				background: transparent url('menu_corner_r.gif') top right;
				padding-right:5px;
			}
			#menu ul li{
				float:left;
				width:120px;
				padding: 0px;
				font-size:11px;
				font-weight:bold;
				
				}
				#menu ul li a{
					outline: none;
					text-align:center;
					display:block;
					color: black;
					padding: 17px 25px;
				}
				#menu ul li a:hover, #menu ul li a.current{
					background: black url('grad_menu.gif') repeat-x top;
					color:white;
					text-decoration:none;
				}
	#content{
		margin: 0 auto;
		width: 900px;
		}
		#content h1{
			font-size:20px;
			letter-spacing: -1px;
			border-bottom:1px solid #dd0000;
			color: #dd0000;
		}
		#content h2{
			font-size:16px;
			letter-spacing: -1px;
			color: #141414;
			margin-top:10px;
		}
		#content p{
			font-size:14px;
			margin-top:10px;
			letter-spacing:0px;
			font-family:arial;
			text-indent: 15px;
			line-height:20px;
			}
		#content ul.list{
			margin: 5px 0px 5px 15px ;
			font-size:15px;
			list-style-type: disc;
			}
			#content ul.list li{
				font-size: 12px;
				padding: 2px 0px;
				color:#990000;
				}
				#content ul.list li a{
					color:#990000;
				}
		#left-column{
			float:left;
			width:580px;
			}
			#left-column div{
				margin: 15px 20px;
			}
		#right-column{
			float:right;
			width:300px;
			background:#141414 url('right-box-top.jpg') repeat-x top left;
			height:100%;
			color:white;
			}
			#right-column #right-content{
				padding:20px;
				text-align:center;
				font-size:12px;
				}
				#right-column div h3{
					font-weight:bold;
					font-size:12px;
				}
				#right-column div span{
					font-size:10px;
				}
				#right-column a{
					color:white;
				}
				#right-column a:hover{
					color:#EE0000;	
				}
	#footer-container{
		clear:both;
		width:900px;
		margin: 7px auto 0;
		}
		#up-link{
			text-align:right;
			padding-right: 15px;
			padding-bottom: 10px;
			}
			#up-link a{
				text-decoration:none;
				color: #ad177f;
				font-weight:bold;
				font-size:11px;
			}
		#footer{
			color: #fff;
			font-size:11px;
			letter-spacing: 0px;
			padding:5px 0;
			text-align:center;
			height:50px;
			background-color: #141414;
			margin-top:5px;
			}
			#footer #footer-menu{
				text-transform: uppercase;
				letter-spacing: 2px;
			}
			#footer a{
				color:white;
			}
			#footer a:hover{
				color:#ee0000;
			}
		
.gray-box{
	background: #f2e6f1 url('contact-corner.jpg') no-repeat top right;

}
