/* Layout */

html {
	height:100%;
 	margin:0px;
 	padding:0px;
} 

body {
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
 	color: #000;
	padding:0px;
	margin:0px;
	background-color: #c0c0c0;
	font-size: 12px;
}

div {
 	margin:0px;
 	padding:0px;
}

br.clear {
 	margin:0px;
 	padding:0px;
 	clear: both;
}

#outer {
	width: 400px;
 	margin: 0px auto;
	background-image: url(../img/bg_outer.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;
	background-color: #ffffff;
	padding: 20px 50px;
}

/* Style */

p, h1, h2, h3, h4 {
	margin: 0px;
 	padding: 0px;
}

p {
	line-height: 1.6em;
	margin-bottom: 25px;
}


h1 {
	background-color: #144984;
	color: #ffffff;
	margin-left: -50px;
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 220px;
	padding-left: 50px;
	margin-top: -7px;
	margin-bottom: 18px;
}


h2 {
	font-size: 24px;
	color: #144984;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 70px;
}

h3 {
	clear: both;
	color: #2a6bb7;
	font-size: 16px;
	font-weight: normal;
}

a:active, a:focus, a:link, a:visited {
	color: #144984;
	text-decoration: none;
}

a:hover {
	color: #144984;
	text-decoration: underline;
}


ul {
 
}

li {
 
}

a img {
	border: none;
}

img.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

img.right {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}

img.logo {
	margin-bottom: 40px;
}

.highlight {
	font-weight: bold;
	color: #144984;
}

