﻿/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #73C5E5 url('../images/img01.gif') repeat-y center top;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #444444;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #60B7DE;
	font-weight: bold;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #60B7DE;
	font-weight: bold;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #60B7DE;
	font-weight: bold;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #60B7DE;
	font-weight: bold;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #60B7DE;
	font-weight: bold;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #60B7DE;
	font-weight: bold;
}

a {
	font-weight: bold;
	color: #4773C1;
}

a:hover {
	text-decoration: none;
	color: #73C5E5;
}


.msplogo {
	display:block;
	margin: 15pt auto;
}

.mainheader {
    
}
    
.tagline {
	font-family: Arial, Helvetica, sans-serif;
	color: #60B7DE;
	font-size: 18px;
}

.companyname 
{
	font-family: Arial, Helvetica, sans-serif;
	color: #60B7DE;
	font-weight: bold;
	font-size: 36px;
	margin: 0px;
	padding: 20px;
}

.whitetext {
    color: #FFFFFF;
}

/** HEADER */

#header {
	width: 800px;
	margin: 0px auto;
	background: #FFFBFD url('../images/img02.gif') repeat-x left top;
	padding: 0px;
}

/** MENU */

#menu {
	width: 800px;
	margin: 0px auto;
	padding: 5px 0px 6px 0px;
	background-color: #60B7DE;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
/*	padding: 5px 10px; 
	text-transform: uppercase; */
	text-decoration: none;
	font-size: 0.75em;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
/*	background-color: #73C5E5; */
}

/** CONTENT */

#content {
	width: 800px;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
}

/*
#content h6 {
	font-weight: normal;
}
*/

#content h5 {
	font-weight: normal;
}

#content h4 {
	font-weight: normal;
}

#content h3 {
	font-weight: normal;
}

#content h2 {
	font-weight: normal;
}

/*
#content ol {
	line-height: 140%;
}
*/

#content ul {
	line-height: 140%;
}

#content p {
	line-height: 140%;
}

#left {
	float: left;
	width: 510px;
	padding: 0px 20px 40px 20px;
}

#right {
	float: right;
	width: 210px;
	padding: 0px 20px 40px 20px;
}

/*
#colA {
	float: left;
	width: 230px;
	padding: 0px 20px 0px 0px;
}
*/

/*
#colB {
	float: right;
	width: 230px;
	padding: 0px 0px 0px 0px;
}
*/

/** FOOTER */

#footer {
	clear: both;
	width: 800px;
	margin: 0px auto;
	border-top: 5px solid #60B7DE;
    height: 106px;
}

#footer p {
	margin: 0px;
	padding: 20px 10px 0px 125px;
	color: #4773C1;
}

#border-top {
	border-top: 5px solid #60B7DE;
}

/*
.w3cIconStyle {
	float: left;
	border-width: 0;
	margin: 5px;
}
*/

#csspicture {
	position:relative;
	top:10px;
	left:30px;
	width:100px;
	height:35px
}

#xhtmlpicture {
	position:relative;
	top:15px;
	left:30px;
	width:100px;
	height:35px
}

#copyright {
	position:relative;
	top:-75px;
	left:100px;
	width:600px
}
