﻿/* tagy */
* {margin: 0; padding: 0;}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-align: center;
	background-color: #FFFFFF;
}
a {color: #000080; text-decoration: underline;}
h1 {font-size: 26px;}
h2 {font-size: 19px; color: #000000;}
h3 {font-size: 15px; color: #0066ff;}
h4 {font-size: 13px;}

blockquote, pre, .pre {
	border: 1px solid #FFFFFF;
	border-left: 600px solid #FFFFFF;
	padding: 50px;
	overflow: auto;
	width: 90%;
	line-height: 120%;
	color: #FFFFFF;
}
p, pre, blockquote, table {margin: 5px 0 15px 0;}
p, pre, blockquote, table td, ul li, ol li {line-height: 170%;}
ul, ol {margin: 0px 0 0px 30px;}
h2, h3, h4 {margin: 1px 0 0px 0;}
h1 {
	font-size: 26px;
	margin: 0 0 0 0px 0;
	left: 10px;
}
h2 {font-size: 19px;}
h3 {font-size: 15px;}
h4 {font-size: 13px;}

/* layout */
#outer {background: transparent url("../images/outer-new.png") repeat-y scroll left top; width: 1003px; margin: 0 auto;}
#page {background: transparent url("../images/head-new.png") no-repeat scroll left top; width: 1003px; margin: 0 auto; margin-left: 1px; text-align: left;}

  /* head */
  #head {height: 245px;}
  #head a {
	display: block;
	width: 950px;
	height: 200px;
	text-decoration: none;
	color: #000080;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
  #head span {
	position: inherit;
	top: 200px;
	left: 5px;
	//border-bottom: 3px dashed #000000;
	color: #FFFFFF;
}
   

/* menu */
  #menu {
	height: 24px;
	background-position: center;
	padding: 12px 30px 0px 35px;
	background-image: url('../images/a4-new.png');
	background-repeat: no-repeat;
	margin-left: 7px;
}
  #menu ul {
	margin: 0; 
	padding: 0px 0px 0px 0px;
}
  #menu li {display: inline;line-height: 100%; margin-left: 30px; }
  #menu li.first a {
	margin-left: 0px;
	padding-left: 25px;
	padding-right: 15px;
}    
  #menu a {
	font-family: Arial, Helvetica, sans-serif;
	color: #000080;
	text-decoration: none;
	font-weight: bold;
	padding-left: 25px;
	padding-right: 20px;
	font-size: 120%;}
  
  /* content */
  #content {
	width: 680px;
	float: left;
	overflow: hidden;
	background-repeat: no-repeat;
	background-image: url('../images/podtext-new.png');

}
  #content-pad {padding: 16px 10px 60px 16px;}
  #content h1 {margin-bottom: 8px;}
  #content p {line-height: 160%; margin: 5px 0 15px 0;}
  #content ul, #content ol {padding: 2px 0 15px 18px;}
  
  /* column */
  #column {
	background-position: left;
	width: 190px;
	float: left;
	overflow: hidden;
	padding-left: 5px;
	padding-right: 10px;
	margin-left: 61px;
	background-image: url('../images/a8.png');

}
  #column-pad {padding: 0 10px 200px 0;}  

  #column h3 {
	width: 185px;
	height: 27px;
	font-size: 1.0em;
	font-weight: bold;
	margin-top: 0px;
	margin-left: -4px;
	padding-left: 35px;
	padding-top: 9px;
	/*text-transform: lowercase;*/
	color: #000080;
	background-image: url('../images/a1.png');
	background-repeat: no-repeat;
}
  #column li {
	padding: 0px 0;
	margin-left: -15px;
	//background-image: url('../images/a6.png');
}
  
  /* footer */
  #footer {
	padding: 150px 0;
	background: transparent url("../images/outer-bottom-new.png") no-repeat scroll left top; 
	width: 1003px; 
	margin: 0 auto; 
	text-align: center;
  	color: #000000; 
	font-size: 13px;
}