﻿body 
{
	background-color:#777;
	font-family: Verdana, Geneva, Sans-Serif;
	font-size:0.7em;
}

#pageWrapper
{
	width:790px;
	margin:auto;
	border:1px solid black;
	background-color:White;
}

#topRedBar
{
	height:20px;
	background-color:#bb002d;
}

#header
{
	height:141px;
}

#headerLeft
{
	width:205px;
	height:141px;
}

#headerRight
{
	width:583px;
	height:141px;
}

#navbar
{
	margin-bottom:0.5em;
	color:#a1a0a5;
	margin-top:6px;
}

#navbar span a
{
	color:#a1a0a5;
	text-decoration:none;
	font-size:1.05em;
	
}

#navbar span a:hover
{
	color:#bb002d;
}

.logos
{
	position:absolute;
	bottom:12px;
}

#contentWrapper
{
}

#contentTop
{
	height:21px;
	background-image:url('../gfx/misc/topstripes.png');
	background-repeat:repeat-x;
}


#content
{
}


h2
{
	font-family:Tahoma, Geneva, Sans-Serif;
	font-size:1.5em;
	text-align:right;
	margin-top:0;
	color:#bb002d;
	border-bottom:1px solid #bb002d;
	padding-bottom:8px;
	font-weight:normal;
	
}

.sidebar
{
	width:180px;
}

#sidebarInner
{
	width:164px;
}


.sidebarLinks
{
	padding:0;
	margin:0;
}
.sidebarLink
{
  list-style: none;
  margin: 0;
  border-bottom: 1px solid #c0baa6;
}

.sidebarLink a
{
	display:block;
  padding:10px 4px;
  color:#c0baa6;
  text-decoration:none;
  font-size:1.1em;
  
}
.sidebarLink a:hover
{
  color:#bb002d;
}

.AspNet-Login, .AspNet-PasswordRecovery, #detailsForm
{
	background-color:#c0baa6;
	color:White;
	text-align:left;
	padding:6px; 
}

#detailsForm
{
	width:65%;
}

.AspNet-Login h3, .AspNet-PasswordRecovery h3, #detailsForm h3
{
	margin:0;
	margin-bottom:10px;
	font-weight:bold;
}

input, select, textarea
{
	border:1px solid black;
}

.loginInput
{
	width:90%;
	margin-top:4px;
	margin-bottom:10px;
}


input:focus, select:focus, textarea:focus
{
	border:1px solid #bb002d;
}

.loginButton, .detailsButton
{
	font-family: Verdana, Geneva, Sans-Serif;
	margin-top:4px;
	background-color:#a5a5a5;
	color:White;
	border:1px solid black;
}

#content
{
	background-image:url('../gfx/misc/sidebarborder.png');
	background-repeat:repeat-y;
	background-position:left;

}

#pageContent
{
	width:586px;
	padding:0 11px 0 11px;
	text-align:justify;
}

#pageContent p a
{
	text-decoration:none;
	color:#bb002d;
}
#pageContent p a:hover
{
	text-decoration:underline;
}



#amazingWatermark, #amazingWatermark div
{
	height:39px;
}

#footer
{
	height:21px;
	background-image:url('../gfx/misc/bottombar.png');
 background-repeat :repeat-x;
	
}

fieldset
{
	border:1px solid #bb002d;
}

fieldset div
{
}


.clear
{
	clear:both;
}

.formrow
{
	margin-bottom:1em;
}

.formrow label
{
	display:block;
	width:40%;
}

.col1
{
	position:relative;
	float:left;
	
}

.col2
{
	position:relative;
	float:left;
}
