
/*HTML TAGS*/

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
}


body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #0093d0;
	color: #FFFFFF;
}
p {
	font-size: 15px;
	line-height: 25px;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #0093d0;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #0093d0;
	margin-bottom: 40px;
	margin-top: 0px;
	padding-top: 0px;
}
ul {
	font-size: 15px;
	line-height: 24px;
}
li {
	margin-top: 13px;
	margin-bottom: 13px;
}
h2 {
	font-size: 17px;
	color: #0093d0;
	font-weight: bold;
	margin-bottom: 25px;
}
h3 {
	font-size: 15px;
	color: #0093d0;
	font-weight: bold;
	margin-bottom: 25px;
}

/*GLOBAL ELEMENTS*/

.home-wrapper {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

/*FOOTER*/

#overview 
{
    font-size: 20px;
}
#overview p
{
    font-size: 20px;
}
#overview ul
{
    font-size: 20px;
}
#overview a, a:visited, a:active
{
    color: #FFFFFF;
}

#login
{
    font-size: 15px;
    padding-top: 50px;   
}
#login a, a:visited, a:active 
{
    color: #0093d0;
}

#footer {
	background-color: #0093d0;
	width: 100%;
	clear: both;
	height: 200px;
	display: block;
}
#footer-nav {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
}
#footer-nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}
#footer-nav li {
	display: inline;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #FFF;
	padding-right: 5px;
	padding-left: 8px;
}
#footer-nav li:first-child {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 0px;
}
#footer-nav li a {
	color: #FFFFFF;
}
#copyright {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	font-size: 12px;
	color: #93dcfb;
}
#copyright a 
{
    color: #93dcfb;
	text-decoration: none;
}

