﻿
*
{
	margin: 0;
}
html
{
	height: 100%;
}
.wrapper
{
	background-position: center;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px; /* the bottom margin is the negative value of the footer's height */
	background-image: url('graphics/ContentBackground.png');
	background-repeat: repeat-y;
}
.push
{
	height: 90px;
	clear: both;
}




body
{
	padding: 0px;
	background-image: url(graphics/BlueGradient.png);
	background-repeat: repeat;
	font-size: medium;
	line-height: 150%;
	font-family: Tahoma;
	letter-spacing: 1px;
	height: 100%;
}



#TopBackground
{
	background-color: #000000;
	width: auto;
	padding: 0px;
	height: 135px;
}
#MainMenu
{
	width: 840px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	font-size: large;
}
#MainMenu a
{
	text-decoration: none;
	color: #FFFFFF;
}
#MainMenu a:active
{
	text-decoration: none;
	color: #FFFFFF;
}


#MainMenu a:visited
{
	text-decoration: none;
	color: #FFFFFF;
}

#MainMenu a:hover
{
	text-decoration: underline;
	color: #FFFFFF;
}

#MainContent
{
	padding: 10px 30px 10px 30px;
	width: 840px;
	min-height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}





#FooterBackground
{
	width: auto;
	background-color: #000000;
	height: 100px;
	color: #C0C0C0;
	text-align: center;
	font-size: x-small;
	line-height: 20px;
}



#FooterBackground a
{
	text-decoration: none;
	color: #C0C0C0;
}
#FooterBackground a:active
{
	text-decoration: none;
	color: #C0C0C0;
}


#FooterBackground a:visited
{
	text-decoration: none;
	color: #C0C0C0;
}

#FooterBackground a:hover
{
	text-decoration: underline;
	color: #C0C0C0;
}


#Header
{
	background-image: url('graphics/PaladinInfoTechGhost.png');
	background-repeat: no-repeat;
	background-position: right top;
	margin-right: auto;
	margin-left: auto;
	width: 910px;
}
#TopLoginMenu
{
	width: 500px;
	height: 20px;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: auto;
	top: -60px;
	font-weight: bold;
	font-size: large;
	font-variant: normal;
	text-align: right;
	color: #FFFFFF;
}
#TopLoginMenu a:link
{
	color: #FFFFFF;
	text-decoration: none;
}
#TopLoginMenu a:visited
{
	text-decoration: none;
	color: #FFFFFF;
}
#TopLoginMenu a:active
{
	text-decoration: none;
	color: #FFFFFF;
}
#RightColumn
{
	width: 200px;
	height: auto;
	float: right;
}
#MainColumn
{
	width: 625px;
	height: auto;
}
#BlogPosts
{
	border-left-style: solid;
	border-width: thin;
	border-color: #000000;
	padding-top: 3px;
	padding-left: 10px;
}
hr
{
	border: thin solid #000000;
}

#LoginView
{
	font-size: small;
	padding-right: 2em;
}

fieldset
{
	margin: 1.5em 0 0 0;
	padding: 0;
}
legend
{
	margin-left: 1em;
	color: #000000;
	font-weight: bold;
}
fieldset ol
{
	padding: 1em 1em 0 1em;
	list-style: none;
}
fieldset li
{
	padding-bottom: 1em;
}

fieldset label
{
	float: left;
	width: 11em;
	margin-right: 1em;
}

.submitButton
{
	margin-left: 13.5em;
}

h3
{
	text-align: center;
}

.checkBox
{
	float: none;
}
