﻿html, body, form
{
	margin: 0;
	padding: 0;
}

#mainbody 
{
	margin: 0;
	padding: 0;
	font-family: Sans-Serif, Arial, Verdana;
	font-size: small;
	color: black;
	background-color: white;
}

img
{
	border: 0;
}

h1, h2, h3, h4
{
	color: #c41130;
}

a, a:visited
{
	color: #990099;
	text-decoration: underline;
	font-weight: bold;
}

a:hover
{
	text-decoration: none;
}

#forumwrapper
{
	width: 95%;
	margin: 10px auto;
}

	#forumwrapper #forumheader
	{
		min-height: 110px;
	}
	
		#forumwrapper #forumheader #logo
		{
			float: left;
			width: 150px;
			background-color: #990099;
			padding: 30px 10px 15px 15px;
			min-height: 60px;
		}
		
			#forumwrapper #forumheader #logo h1
			{
				font-size: 26pt;
				margin: 0;
				padding: 0;
				color: White;
			}
			
			#forumwrapper #forumheader #logo .sml
			{
				font-size: 9pt;
			}
		
		#forumwrapper #forumheader #userbox
		{
			float: right;
			width: 280px;
			padding: 10px;
			border: solid 1px #990099;
			background-color: #e0e0e0;
		}
	
			#forumwrapper #forumheader #userbox .ltext
			{
				display: none;
			}
			
			#forumwrapper #forumheader #userbox .tbox
			{
				border: solid 1px #c0c0c0;
				width: 150px;
			}
				
				
			#forumwrapper #forumheader #userbox .un
			{
				padding-top: 5px;
				width: 260px;
			}
				#forumwrapper #forumheader #userbox .un .unl
				{
					color: black;
					float: left;
				}
				#forumwrapper #forumheader #userbox .un .unt
				{
					float: right;
				}
			
			#forumwrapper #forumheader #userbox .pw
			{
				padding-top: 5px;
				width: 260px;
				clear: both;
			}
				#forumwrapper #forumheader #userbox .pw .pwl
				{
					color: black;
					float: left;
				}
				#forumwrapper #forumheader #userbox .pw .pwt
				{
					float: right;
				}
			
			#forumwrapper #forumheader #userbox .lbtn
			{
				text-align: right;
				padding-bottom: 5px;
				clear: both;
				float: right;
			}
			
			#forumwrapper #forumheader #userbox .rem
			{
				color: black;
				padding-bottom: 5px;
				clear: both;
			}
			
			#forumwrapper #forumheader #userbox .for
			{
				color: White;
				margin: 10px 0 10px 0;
			}
			
			#forumwrapper #forumheader #userbox a
			{
				color: #990099;
			}
	
	#forumwrapper #forummenu
	{
		background-color: #99cc00;
		border-bottom: solid 7px #990099;
	}
		
		#forumwrapper #forummenu ul
		{
			list-style-type: none;
			padding: 10px;
			margin: 0;
			display: inline;
		}
	
		#forumwrapper #forummenu ul li
		{
			font-size: 8pt;
			margin-right: 15px;
			display: inline;
		}
		
		#forumwrapper #forummenu ul li a
		{
			color: White;	
			text-decoration: none;
		}
		
		#forumwrapper #forummenu ul li a:hover
		{
			text-decoration: underline;
		}
			
	#forumwrapper #forumcontent
	{

	}

		#forumwrapper #forumcontent .forumad
		{
			float: left;
			width: 130px;
		}
		
		#forumwrapper #forumcontent .forummain
		{
			margin-left: 140px;
		}
	
	#forumwrapper #forumfooter
	{
		padding: 22px 10px 2px 10px;
		font-size: 70%;
		height: 25px;
		color: #333333;
	}
		
#wrapper
{
	width: 790px;
	margin: 0 auto;
	position: relative;
}

#leftcol {
	/*position: absolute;
	left:10px;
	top:0px;*/
	float: left;
	width: 130px;
	/*border:1px solid #000;*/
	padding: 3px;
}

	#leftcol #logo
	{
		height: 55px;
		background-color: #990099;
		text-align: center;
		padding-top: 20px;
		margin-bottom: 5px;
	}
	
		#leftcol #logo h1
		{
			margin: 0;
			padding: 0;
			font-size: 20pt;
			color: White;
		}
		
		#leftcol #logo .sml
		{
			font-size: 9pt;
		}
	
	#leftcol #sidemenu
	{
		margin-bottom: 5px;
		background-color: #99cc00;
		padding: 5px 5px 0 5px;
		min-height: 200px;
		color: White;
	}
	
		#leftcol #sidemenu ul
		{
			list-style-type: none;
			padding: 10px;
			margin: 0;
		}
	
		#leftcol #sidemenu ul li
		{
			font-size: 10pt;
			margin-bottom: 8px;
		}
		
		#leftcol #sidemenu ul li a
		{
			color: White;	
			text-decoration: none;
		}
		
		#leftcol #sidemenu ul li a:hover
		{
			text-decoration: underline;
		}
		
	#leftcol #ab1
	{
		text-align: center;
	}
	
#maincol 
{
	margin-left: 135px;
	/*margin-right:195px;*/
	padding: 3px;
	width: 453px;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left: 136px;
	/*margin-right:196px;*/
	min-height: 700px;
}
	html>body #maincol {
		margin-left: 136px;
		/*margin-right:196px;*/
	}

	#maincol #ab2
	{
		height: 75px;
		margin-bottom: 5px;
	}
	
	
#rightcol {
	position: absolute;
	right:10px;
	top:0px;
	width:180px;
	padding: 3px;
}

	#rightcol #userbox
	{
		background-color: #990099;
		padding: 10px;
		margin-bottom: 5px;
		font-size: 8pt;
	}
		
		#rightcol #userbox .ltext
		{
			margin-bottom: 4px;
		}
		
		#rightcol #userbox .tbox
		{
			border: solid 1px #c0c0c0;
			width: 150px;
		}
			
			
		#rightcol #userbox .un
		{
			padding-bottom: 5px;
		}
			#rightcol #userbox .un .unl
			{
				color: White;
			}
			#rightcol #userbox .un .unt
			{
				
			}
		
		#rightcol #userbox .pw
		{
			padding-bottom: 5px;
		}
			#rightcol #userbox .pw .pwl
			{
				color: White;
			}
			#rightcol #userbox .pw .pwt
			{
				
			}
		
		#rightcol #userbox .lbtn
		{
			text-align: right;
			padding-bottom: 5px;
		}
		
		#rightcol #userbox .rem
		{
			color: White;
			padding-bottom: 5px;
		}
		
		#rightcol #userbox .for
		{
			color: White;
			margin: 10px 0 10px 0;
		}
		
		#rightcol #userbox a
		{
			color: White;
		}
		
	#rightcol .guidebox
	{
		margin-bottom: 5px;
		background-color: white;
		min-height: 100px;
		background-image: url(/images/sidebox-grd.gif);
		background-position: left bottom;
		background-repeat: repeat-x;
		padding: 10px;
	}
		
		#rightcol .guidebox .num
		{
			font-size: 36pt;
			color: #99cc00;
			margin-bottom: 17px;
		}
		
		#rightcol .guidebox .desc
		{
			font-size: 16pt;
			color: #990099;
		}
		
			#rightcol .guidebox .desc a
			{
				font-weight: normal;
				text-decoration: none;
			}
			
			#rightcol .guidebox .desc a:hover
			{
				font-weight: normal;
				text-decoration: underline;
			}
	
	#rightcol #ab3
	{
		text-align: center;
	}
#footer
{
	/*background-color: #c41130;
	color: White;*/
	width: 790px;
	padding: 22px 10px 2px 10px;
	font-size: 70%;
	height: 25px;
	color: #333333;
}

	#footer a
	{
		color: #333333;
		text-decoration: none;
	}
	
	#footer a:hover
	{
		text-decoration: underline;	
	}
	
	
	
/* General Classes */

.clear
{
	clear: both;
	line-height: 0px;
	font-size: 0px;
	height: 0px;
}

.frontpanels
{
	
}

	.frontpanels .frontleft
	{
		float: left;
		width: 217px;
	}
	
	.frontpanels .frontright
	{
		width: 217px;
		margin-left: 228px;
	}

.gradbox
{
	background-color: #f3f3f3;
	border: solid 1px #e9e9e9;
	padding: 3px;
	margin-bottom: 5px;
}

.purpbox
{
	background-color: #990099;
	padding: 3px;
	margin-bottom: 5px;
	color: White;
	text-align: center;
}

.gradientbox
{
	margin-bottom: 5px;
	background-color: white;
	background-image: url(/images/sidebox-grd.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	min-height: 200px;
}