/* Start of CMSMS style sheet 'MC Training' */
/* CSS Document */
body {
	font-family: trebuchet ms, arial, sans-serif;
	font-size: 13px;
        line-height: 18px;
	text-align: center;
	color: black;
	margin: 0px;
}

/* basic divs */

#seo {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	font-size: 8px;
}

#header {
   position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 1;
	height: 151px;
	background-image: url(uploads/look/header_bac.gif);
}

#topnav {
  	position: absolute;
	top:0px;
	left: 0px;
	z-index: 30;
	font-size: 14px;
	font-weight: bold;
}

#topnav ul {
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
}

#topnav li {
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-right: 20px;
}

#topnav a:link, #topnav a:visited {
	color: white;
	text-decoration: none;
}

#topnav a:hover {
	color: #C2D8FF;
}

#logo {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 3;
}


#mainpage {
   margin-top: 151px;
	position: relative;
	text-align: left;
}

#navigation {
	position: absolute;
	left: 10px;
	top: 0px;
	width: 220px;
}

/* within the navigation div - these control how links will look */

#navigation ul {
	margin: 0px;
	padding: 0px;
}

#navigation li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#navigation a:link, #navigation a:visited {
	display: block;
	width: 184px;
	height: 26px;
	padding-top: 4px;
	padding-right: 20px;
	color: #001743;
	background-image: url(uploads/look/button_off.gif);
	text-align: right;
	margin-bottom: 6px;
	text-decoration: none;
}

#navigation a:hover {
   background-image: url(uploads/look/button_on.gif);
	color: #0940A3;
	width: 194px;
	height: 22px;
	padding-top: 8px;
	padding-right: 10px;
}

#navigation li ul {
	margin-bottom: 6px;
}

#navigation li li a:link, #navigation li li a:visited {
	display: block;
	width: 184px;
	height: 20px;
	padding-top: 4px;
	padding-right: 4px;
	color: #0940A3;
	background-image: none;
	text-align: right;
	margin-bottom: 3px;
	text-decoration: none;
        line-height: 10px;
font-size: 12px;
}

#navigation li li a:hover {
   background-image: none;
	color: #0940A3;
	width: 190px;
	height: 18px;
	padding-top: 6px;
	padding-right: 6px;
}

#maincontent {
	padding: 0px 20px 0px 240px;
}

#titlediv {
        font-size: 1.6em;
	border-bottom: 1px solid #001743;
	color: #0940A3;
	margin-right: 50px;
padding-bottom: 6px;
margin-bottom: 10px;
}

#footer{
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: 20px;
	background-color: gray;
}

#info {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	font-size: 8px;
	text-align: right;
}

/* mail form elements */

.error {
	color: red;
}

.mailustab {
	width: 400px;
	background-color:  #F5F5F5;
}

.mailusq {
	padding: 4px;
	text-align: right;
}

.mailusa {
	padding: 4px;
}

/* html standard tags as needed*/

h1 {
	color: #3967BF;
        font-size: 1.2em;
}

h2 {
	color: #3967BF;
        font-size: 1.1em;
}

h3 {
	color: #3967BF;
        font-size: 1.0em;
}

h4 {
	color: #3967BF;
        font-size: 1.0em;
}

h5 {
	color: #3967BF;
        font-size: 1.0em;
}

h6 {
	color: #3967BF;
        font-size: 1.0em;
}

p {
	margin: 0px 0px 0px 0px;
}

a:link, a:visited {
	color: #3F6EBE;
}

a:hover {
	color: #0044B8;
}

a:active {
	
}

input {
	border: 1px solid black;
	background-color: white;
}

dfn {
       display: none;

}

/* End of 'MC Training' */

