html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/*Defined html elements *
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

html {
background-color: #ccc;
}

body {
background-color: #fff;
color:black;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
line-height: 1.25; 
width:760px;
margin:10px auto;
text-align:left;
position:relative;
}

ol, ul {
list-style: none;
}

p {
padding:10px 0;
}

caption, th, td {
text-align: left;  
font-weight: normal; 
vertical-align:top;
}

label { 
cursor: pointer; 
display:block;
width:80px;
position:relative;
float:left; 
margin:5px 0 0 0;
clear:both;
}

label.checkLabel {
clear: none;
float: left;
margin: 0 0 0 5px;
width: 400px;
}

input.check {
float: left;
}

a:link, a:visited, a:active {
	color: #138a9a;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {font-size:1.6em; color:#c31f3a; font-weight:bold;}
h2 {font-size:1.1em; font-weight:bold; line-height:2em;}
h3 {font-size:1.6em; font-weight:bold; line-height:2em;}

input, select {margin-top:3px; }

radio {width:1em;}

strong {font-weight:700;}

.banner {width:100%; height:173px; background-color:#CCCCCC; background-image: url(../images/masthead.gif);background-repeat:no-repeat; margin:0 0 10px 0; clear:both;}

p.textRight {text-align: right; margin-right: 20px; margin-top: -40px;}

.FooterContainer {  
border-top: 1px solid #ccc;
padding: 0 10px;
margin-top: 20px;
width: 750px;
clear:both;
text-align: center;
}

.FooterContainer p {
	line-height: 16px;
}

#LeftColumn{
background-color:#54b6c3;
width:220px;
padding: 10px;
position:relative;
float:left;
}

#RightColumn{
background-color:transparent;
width:480px;
padding: 0 20px;
position:relative;
float:right;
}

#ShiftLeft{
background-color:transparent;
width:480px;
padding: 0 20px;
position:relative;
float:left;
}

.MainContainer{
min-height:280px;
}

.logout{ text-align:right; padding:10px 40px;}

#submit{
text-align:center;
margin:5px 0;
}

#LeftColumn ul {
	background-color: #fff;
	font-weight: bold;
}

#LeftColumn ul li a:link, #LeftColumn ul li a:visited, #LeftColumn ul li a:active {
	border-bottom: 1px solid #ccc;
	color: #138a9a;
	padding: 10px;
	display: block;
	text-decoration: none;
	width: 200px;
}

#LeftColumn ul li a:hover {
	color: #c31f3a;
}

.PartnerForm {width: 250px; margin-top: 20px;}