body {
	font-weight : normal; 
	font-size : 12px; 
	color : #ffffff; 
	font-style : normal; 
	font-family : Arial, Helvetica, Verdana, sans-serif; 
	background-color : #EEEEEE; 
	padding : 0; 
	margin : 10px 0 0 0; 
	text-align : center; 
} 

img {
	border-width : 0; 
} 

h1, h2 {
	text-align : left;
	font-weight : bold; 
	font-size : 16px; 
	color : #00449e; 
	margin : 20px; 
	padding : 0 20px; 
} 

h3 {
	text-align : left;
	font-weight : bold; 
	font-size : 12px; 
	color : #00449e; 
	margin : 0 0 10px 40px;
	padding : 0; 
}

ol, ul {
	text-align : left; 
	margin-left : 30px; 
	padding-left : 40px; 
	color : #333333; 
	margin-right : 30px; 
} 

span {
	font-size : 11px;
	font-weight : bold;
	text-align : right;
}

.align {
	position: relative;
	width: 780px;
	margin: 0 auto;
	padding: 1px 0 0 0;
	background: #FFFFFF;
	text-align: center;
}

.wrapper {
	zposition: absolute;
	width: 780px;
	margin: 160px 0 0 0;
	padding: 0;
	z-index: 10;
	text-align: center;
}

div.header {
	position : absolute; 
	top : 0; 
	left : 0; 
	padding : 0; 
	width : 780px; 
	height : 140px; 
	background : #00449e url(./images/right_top.jpg) no-repeat 100% 0; 
} 

div.call {
	position : absolute; 
	top : 140px; 
	left : 0; 
	padding : 0 0 0 234px; 
	width : 546px; 
	height : 20px; 
	background : #FFFFFF ; 
} 

div.call p {
	font-weight : bold; 
	font-size : 15px; 
	color : #FFFFFF; 
	background-color : #8c9695; 
	margin : 0; 
	padding: 3px 20px; 
} 


/* Menu */

div.left_menu {
	position : relative; 
	float: left;
	width : 234px; 
	margin: 0;
	padding : 0; 
	text-align : left; 
	font-weight : bold; 
	background-color : #ffffff; 
} 

.left_menu a, .left_menu a:hover {
	display: block;
	text-align : right; 
	text-decoration : none; 
	font-weight : bold; 
	font-size : 12px; 
	color : #003F87; 
	padding : 5px 30px 5px 5px; 
	margin : 0; 
	border-bottom : 1px solid #dddddd; 
} 

.left_menu a:hover {
	color : #646464; 
} 

.left_menu a.static {
	color : #5b5e6f; 
	font-weight : bold; 
	text-decoration : none; 
	font-size : 12px; 
} 

/* Content */

div.main {
	position : relative; 
	width : 545px; 
	float: right;
	text-align : left; 
	margin: 0;
	padding: 0;
	background-color : #FFFFFF; 
	border-left : 1px solid #dddddd; 
} 

div.clear {
	clear: both;
}

a {
	font-weight : bold; 
	font-size : 12px; 
	font-style : normal; 
	color : #00449e; 
	text-decoration : none; 
} 

a:hover {
	font-weight : bold; 
	font-size : 12px; 
	font-style : normal; 
	color : #646464; 
	text-decoration : none; 
} 

a.link_static {
	color : #00449e; 
	font-weight : bold; 
	text-decoration : none; 
	font-size : 12px; 
} 

p {
	text-align : left; 
	margin : 0 10px 10px 20px; 
	padding : 0 20px ; 
	color : #333333; 
} 

p.border {
	font-size : 12px; 
	color : #333333; 
	border : 1px solid #908888; 
	text-align : left; 
	text-decoration : none; 
	font-weight : normal; 
	margin : 0 40px 10px 40px; 
	background-color : #f5f5f5; 
	padding : 10px; 
} 

div.copy {
	position: relative;
	width: 780px;
	color : #706666; 
	font-size : 11px; 
	text-align : center; 
	margin : 0;
	padding : 10px 0; 
	background-color : #EEEEEE; 
} 

div.copy p {
	text-align : center; 
} 

div.footer {
	position: relative;
	color : #ffffff; 
	font-size : 11px; 
	text-align : center; 
	margin : 0; 
	padding : 3px 0; 
	background-color : #8c9695; 
} 
 
a.link_top{
	font-size:11px;
	color:#00449e;
	font-weight : normal; 
	text-decoration:none;
}

a.link_top:hover{
	font-size:11px;
	color:#646464;
	font-weight : normal; 
	text-decoration:none;
}


