/***** Global styles *****/

* {
margin: 0px;
padding:0px;
}

html {
font-size: 62.5%;
}

body {
font-family: arial, "trebuchet MS", verdana, sans-serif;
background-color: #86A8D3;
}

img {
border: none;
}

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

/*********************************/

h1 {
color: #7099CC;
background-color: inherit;
font-weight: bold;
font-size: 2.2em;
margin-bottom: 0.5em;
}

h2 {
color: #7099CC;
background-color: inherit;
font-weight: bold;
font-size: 14px;
line-height: 18px;
margin-bottom: 0.7em;
}

h3 {
color: #7099CC;
background-color: inherit;
font-weight: bold;
font-size: 12px;
line-height: 18px;
margin-bottom: 0.2em;
}

p {
font-size: 1.2em;
line-height: 1.5em;
margin-bottom: 1em;
}

/***** Page container that holds everything *****/

#horizontalcenteredwrapper {
padding-top: 30px;
width: 760px;
margin: 0 auto;
}

/**********************************/

.maincontainer {
margin-top: 10px;
background-color: #FFFFFF;
width: 100%;
}

.maincontent {
padding: 10px;
}

/*********************/

.floatleft {
float: left;
}

.floatright {
float: right;
}

/**********************/

.urlexample {
font-weight: bold;
font-style: italic;
}

/***********************/

/* Link styles */

.footerlink:link {
color: #FFFFFF;
text-decoration: none;
}

.footerlink:visited {
color: #FFFFFF;
text-decoration: none;
}

.footerlink:hover {
color: #FFFFFF;
text-decoration: none;
}

.footerlink:active {
color: #FFFFFF;
text-decoration: none;
}

/****************************/

#footerlinks {
margin-top: 10px;
padding-left: 5px;
color: #FFFFFF;
}

#footerlinksul {
float: left;
color: #FFFFFF;
font-size: 1.2em;
list-style-type: none;
}

#footerlinks li {
display: inline;
}

/*******************************/

#submitbutton {
margin-top: 10px;
margin-bottom: 10px;
}

.successtext {
color: #71A50B;
}

.errortext {
color: #CC0000;
}

.createdurltext {
color: #333333;
font-size: 1.4em;
}

