	body {
		margin: 0;
		padding: 0;
		border: none;	
		font-family: Times New Roman, Georgian, serif;	
		font-weight: bold;
		background: url(../images/background/body_background.gif) repeat scroll 0px 0px;		
	}
	
	
	#top {
		padding: 0;
		margin: 0;
		border: none;
		height: 153px;	
		width: 100%;
		text-align: center;	
	}
	
	
	#header {
		width: 948px;
		height: 151px;		
		padding: 0;
		margin: 0 auto;
		text-align: left;
		background: url(../images/background/double_line_background.gif) repeat-y scroll 0px 0px;		
	}
	
	
	#navigation {
		width: 640px;
		height: 28px;
		margin: -28px 0 0 260px;
		padding: 0;
	}
	
	*html #navigation {
		margin: -28px 0 -4px 250px;
	}
	
	
	#middle {
		background: #fff;
		min-height: 500px;
		width: 100%;
		margin: 0;
		padding: 0;
		text-align: center;
	}
	*html #middle {
		height: 500px;
	}
	
	
	#content {
		width: 748px;
		padding: 15px 0 25px 0;
		margin: 0 auto;
		text-align: left;
	}	
	#content:after { 
		content: ""; 
		display: block; 
		height: 0; 
		clear: both; 
	} 
	#content { 
		height: 100%; 
	}
	
	#content h2 {
		font-size: 36px;
		color: #bac444;
	}
	#content p {
		font-size: 16px;
		color: #8b8c7c;
		line-height: 26px;
	}	
	#content strong, #content b {
		font-size: 18px;
		color: #8b8c7c;
	}		
	
	
	#content div {
		padding: 0 20px 0 0;
		margin: 0;
		width: 330px;
		color: #8B8C7C;
		float: left;	
		font-size: 16px;	
	}
	#content div p a {
		color: #bac444; 
		text-decoration: underline;
	}
	#content div li {
		list-style-type : none;
		font-size: 16px;
		color: #8b8c7c;
		line-height: 26px;
	}
	#content div dt, #content div dt a {
		color: #134A76; 
		font-size: 18px;
		text-decoration: none;
	}	
	#content div dt a:hover {
		text-decoration: underline;
	}		
	#content div dd {
		margin-left: 0;
		color: #8B8C7C;
		font-size: 12px;
		font-weight: normal;
	}		
	#content div li:before {
		content: "-  "
	}
	#content div p strong {
		font-size: 16px;
		color: #134A76; 		
	}
	
	.hrule {
		color: #8B8C7C;
		font-weight: normal;
		padding: 0;
		border-top: 1px dashed #8B8C7C;
		margin-bottom: -10px;
	}
	

	#packet {
		width: 310px;
		padding: 0;
		margin: 0;
		float: left;
		clear: left;
		color: #8B8C7C; 	
	}
	#packet p {
		width: 150px;
		float: left;
		clear: left;
		padding: 20px 0 0 0;
		margin: 0;
	}
	#packet p a {
		color: #bac444; 
		text-decoration: underline;
	}	
		
	
	#bottom {
		padding: 0;
		margin: 0;
		border: none;
		height: 153px;	
		width: 100%;	
		text-align: center;
	}	
	
	
	#footer {
		width: 948px;
		min-height: 100%;	
		padding: 5px 0 0 0;
		margin: 0 auto;
		text-align: right;
		color: #fff;
		font-weight: bold;
		font-size: 12px;
		background: url(../images/background/double_line_background.gif) repeat-y scroll 0px 0px;	
		text-align: right;
	}		
	*html #footer {
		height: 100%
	}	
