﻿a:link,a:visited,a:active {text-decoration:none; font-weight: normal; color:#c82e2e }
a:hover{text-decoration: none; font-weight: normal; color:black }

body
{
	margin:0px;
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	line-height:1.4em;
	color:#666666;
}

p 
{
	margin:10px 0;
}

/*		Headers
----------------------------------------------------*/
h1, h2, h3, h4, h5, h6 
{
	color:#e63434;
	font-size:1.4em;
	font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif;
	line-height:1.1em;
	margin:5px 0 5px 0;
}

h1{ color:Black;}

h2 {
	font-size:1.3em;
}

h3 {
	font-size:1.1em;
}

h4 
{
	color: black;
	font-size:1.0em;
	margin-bottom:0px;
}

/*			Content container
/*---------------------------------------------*/

#content-container-two-column {
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	/*padding-right:15px;*/

	width:950px;
	/*border:1px solid #818181;*/
	background:url(../../images/bg-content-side.png) repeat-y right;
	position:inherit;
		
	min-height:300px;
	height:auto !important;
	height:300px;
}

#content-main-two-column {
	width:690px;
	float:left;
	padding-right:10px;
	}
	
#content-side-two-column 
{
	float:right;
	width:250px;
	}
	
	
#content-container-one-column {
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	width:950px;
	position:relative;
	
	min-height:300px;
	height:auto !important;
	height:300px;
	}
	
/*		Login Button
--------------------------------*/

.LoginButton
{
	Background-Color:#FFFBFF;
	Border-Color:Gray;
	Border-Style:Solid;
	Border-Width:1px;
	Font-Family:Verdana;
	Font-Size:0.9em;
	Color:#900010;
}
	



