body {
	background-color:#0e3871;
	background-image:url(images/background.jpg);
	background-position:top;
	background-repeat:repeat-x;
	margin:0px;
}

.tablemax {
	height: 100%;
	width: 770px;
	border-left: 3px solid #c7cfdd;
	border-right: 3px solid #c7cfdd;
}

#content {
	padding: 0 10px 0 10px;
}

.main_left {
	background-image:url(images/main_left.jpg);
	background-position:right;
	background-repeat: no-repeat;
	}

.main_right {
	background-image:url(images/main_right.jpg);
	background-position:left;
	background-repeat: no-repeat;
	}

.main{
	background-image:url(images/main.jpg);
	background-position:center;
	background-repeat: no-repeat;
	}

.content_top {
	background-image:url(images/content_top.gif);
	background-position:bottom;
	background-repeat: no-repeat;
	}

.content_bottom {
	background-image:url(images/content_bottom.gif);
	background-position:top;
	background-repeat: no-repeat;
	}

.content_background {
	border-left: 2px solid #d4d4d4;
	border-right: 2px solid #d4d4d4;
	}

.pictureborder {
	border: 1px solid #000000;
	margin: 5px;
}

.pictureright {
	float: right;
	margin: 5px;
	border: 1px solid #091C7F;
}

.pictureleft {
	float: left;
	margin: 5px;
	border: 1px solid #091C7F;
}

a:link {
	color: #2358a1;
	text-decoration: none;
}
a:visited {
	color: #2358a1;
	text-decoration: none;
}
a:hover {
	color: #2358a1;
	text-decoration: underline;
}
a:active {
	color: #2358a1;
	text-decoration: none;
}

p {	
	font-size: 14px;
    font-family: arial;
    line-height: 19px;
	color: #2358a1;
	}

li {	
	font-size: 14px;
    font-family: arial;
    line-height: 21px;
	color: #2358a1;
	margin-left:-20px;
	}

.stylesmall {	
	font-size: 12px;
    font-family: arial;
    line-height: 16px;
	color: #2358a1;
	}

h1 {	
	font-size: 18px;
    font-family: arial;
   	text-align: center;
    font-weight: bold;
    line-height: 22px;
    color: #2358a1;
	}

h2 {	
	font-size: 15px;
    font-family: arial;
   	text-align: left;
    font-weight: bold;
    line-height: 22px;
    color: #2358a1;
	}

#styletext {
	font-size: 0px;
	visibility: hidden;
	}