﻿html, body, form
{
	margin: 0;
	padding: 0;
}

#mainbody 
{
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana;
	font-size: small;
	color: #6d6f71;
	background-color: #dddddd;
}

img
{
	border: 0;
}

h1, h2, h3, h4
{
	color: #c41130;
}

a, a:visited
{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	text-decoration: underline;
}

#wrapper
{
	width: 790px;
	margin: 0 auto;
	background-color: White;
}

#header
{
	height: 187px;
	background-image: url(../images/header.gif);
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: -5000px;
}

#menu
{
	background-color: #c41230;
	margin: 0;
	padding: 0 0 0 15px;
}

	#menu #reg
	{
		float: right;
		padding-right: 10px;
	}
	
	#menu ul
	{
		display: inline;
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	#menu ul li
	{
		float: left;
		margin: 0;
		padding: 4px 6px 4px 6px;
	}
	
	#menu ul li.current
	{
		background-color: #232020;
	}
	
	#menu ul li a
	{
		color: White;
		font-weight: bold;
		text-decoration: none;
		text-transform: uppercase;
	}
	
	#menu ul li a:hover
	{
		text-decoration: underline;
	}
	
	
#content
{
	padding: 0;	
}

	#content #rightcol
	{
		float: right;
		width: 190px;
		padding: 0;
		background-color: #231f20;
		margin: 8px 0 8px 0;
		padding: 10px;
		color: White;
	}
		
		#content #rightcol hr
		{
			background-color: #918f8f;
			height: 1px;
			width: 100%;
			border: 0;
		}
	
		#content #rightcol img
		{
			margin-bottom: 2px;
		}
		
		#content #rightcol a
		{
			color: White;
		}
	
	#content #leftcol
	{
		width: 552px;
		padding: 8px 10px 20px 14px;
		margin-bottom: 8px;
	}
	
	#content #admin
	{
		padding: 10px;
	}
	
	#content .contactpanel
	{
		width: 350px;
		padding-top: 10px;
	}
	
#footer
{
	background-color: #c41130;
	color: White;
	padding: 2px 15px 2px 15px;
	font-size: 70%;
	height: 25px;
}

	#footer a
	{
		color: White;
		text-decoration: none;
	}
	
	#footer a:hover
	{
		text-decoration: underline;	
	}

#trail
{
	background-color: white;
	color: #bdbfc0;
	padding: 5px 15px 3px 15px;
	font-size: 70%;
	text-align: right;
}
	
	#trail .ftmenu
	{
		float: left;
	}

	#trail a
	{
		color: #bdbfc0;
		text-decoration: none;
	}
	
	#trail a:hover
	{
		text-decoration: underline;	
	}

#popwrapper
{
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana;
	font-size: small;
	color: #6d6f71;
	background-color: #dddddd;
	width: 598px;
	margin: 0 auto;
	background-color: White;
}

#popheader
{
	width: 598px;
	height: 187px;
	background-image: url(../images/Profile_header.gif);
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: -5000px;
}

#popcontent
{
}
#popcontent #rightcol
	{
		float: right;
		width: 250px;
		padding: 0;
		margin: 8px 0 8px 0;
	}
		
		#popcontent #rightcol img
		{
			margin-bottom: 2px;
		}
	
	#popcontent #leftcol
	{
		width: 340px;
		padding: 8px 2px 20px 0px;
		margin-bottom: 8px;
		float: left;
	}
	
	#popcontent #leftcol .contactname
	{
		font-size: 36px;
		color: Black;
	}
	
	#popcontent #leftcol .contactposition
	{
		font-size: 30px;
		color: #c41130;
		padding-bottom: 10px;
	}
	
	
#popfooter
{
	background-color: #c41130;
	color: White;
	padding: 0;
	font-size: 70%;
	height: 25px;
	width: 598px;
}

/* Custom Class */

.right
{ 
	float: right;
}

.left
{
	float: left;
}

.clear
{
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 0;
}

.textright
{
	text-align: right;
}

/* Form classes */

.formline
{
	clear: left;
	padding: 10px 0 10px 0;
}

	.formline .formleft
	{
		float: left;
		width: 130px;
	}
	
	.formline .formright
	{
		float: left;	
	}
	
.thinbox
{
	border: solid 1px #757575;
}

.w400
{
	width: 400px;
}

.w330
{
	width: 330px;
}

.w340
{
	width: 340px;
}

.w200
{
	width: 200px;
}

.h150
{
	height: 150px;
}

.s80
{
	font-size: 90%;
}

.red
{
	color: #c41230;
	font-weight: bold;
}

.bluetitle
{
	font-weight: bold;
	color: #0053a0;
}