/* CSS Document */

*{
	margin: 0;
	padding: 0;
}


body {
	background-color: #00122D;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0B2353;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #0B2353;
	text-align: center;
	line-height: 20px;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0B2353;
	text-align: center;
	padding: 12px;
	line-height: 14px
}

p {
	line-height: 16px;
}

table, table td{
	border-style: solid;
	border-width: 1px;
}


/************************************
***  Layout Divs   ***
*************************************/

#container{
	position:relative;
	width: 760px;
	margin: 0 auto;
}

#header{
	position:relative;
	width:100%;
	height:231px;
	overflow:hidden;
}

#header-left{
	float: left;
}

#header-right{
	float: right;
}

#content{
	position:relative;
	width:100%;
	line-height: 100%;
	background: white url(images/blue_white.gif);
}

#content-left{
	width:236px;
	float: left;
	height: 100%;
}

#content-right{
	min-height: 544px;
	margin-left: 236px;
	line-height: 100%;
	background: white url(images/homepage_07.gif) no-repeat bottom;
}

#content-right td {
	padding: 4px;
}

#content-inside {
	margin-left: 20px;
	margin-right: 20px;
}

.img {
	border: 0px;
	margin: 0px;
}

.border {
	border: 2px;
	border-color: #00122D;
	border-style: solid;
	margin: 10px;
}

#list-padding {
	padding-left: 20px;
	padding-right: 20px;
	line-height: 14px;
	list-style-image: url(images/snowflake.gif);
}

#list-padding2 {
	padding-left: 20px;
	padding-right: 20px;
	line-height: 14px;
}

#home-footer {
	color:#316BE3;
	font-size: 11px;
	padding: 10px;
}

#home-footer a {
	color:#89AAEF;
}

.td {
	padding: 3px;
}

.form {
	margin-top: 0px;
}
