﻿/*
    COMMON STYLES
*/

html { height: 100%; }

body {
	background-position: top;
	margin: 0px 0px;
	padding: 0px;
	background-color: #12151c;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 18px;
	color: #333333;
	background-image: url('../images/bg.jpg');
	background-repeat: repeat-x;
}
	
#Content {
	width:1000px;
	margin:0px auto;
	text-align:left;
	}

p {
	line-height: 150%;
	text-indent: 5px;
	margin: 5px 5px 08px 5px;
}

h1 {
	font-size: 24px;
	color: #12223a;
	margin-left: 15px;
}

h2 {
	font-size: 22px;
	color: #12223a;
	margin-left: 15px;
}


li {
	margin-bottom: 10px;
	list-style-type: circle;
}

img {
	border: 0px;
}

a:link	{
	color: #2b4c88;
	text-decoration: none;
	font-weight: bold;
}
a:visited	{
	color: #2b4c88;
	text-decoration: none;
	font-weight: bold;
}
a:hover	{
	color: #2b4c88;
	text-decoration: underline;
	font-weight: bold;
}

.footer {
	font-size: 14px;
	color: #ffffff;
	text-align: center;
}

.footer a:link{
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}

.footer a:hover{
	color: #ffffff;
	text-decoration: underline;
}

.footer a:visited{
	color: #ffffff;
	text-decoration: none;
}
.rightside {
	font-size: 14px;
	color: #ffffff;
	text-align: left;
	padding-left: 10px;
}

#counter {
	font-size: 19px;
	font-weight: bold;
	text-align: center;
}

.counterhead {
	padding-top: 10px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 22px;
}
