﻿
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTENT CONTAINER - TWO COLUMN

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#content-container-two-column 
{
	font-family: sans-serif, Helvetica, Arial;
	font-size:0.8em;
	margin-top:1px;
	margin-left:auto;
	margin-right:auto;
	padding:5px;
	width:728px;
	border:0px solid #818181;
	position: relative;
	}

#content-main-two-column {
	width:540px;
	float:left;
	background:url('images/bg-content-side.gif');
	background-repeat: repeat-y;
	}

#content-side-two-column {
	float:right;
	width:160px;
	background:url('images/bg-content-side.gif');
	background-repeat: repeat-y;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#content-container-one-section 
{
	font-family: sans-serif, Helvetica, Arial;
	font-size:0.8em;
	margin-top:3px;
	margin-left:auto;
	margin-right:auto;
	padding:15px;
	width:500px;
	float:left;
	position: relative;
	background:url('images/bg-content-side.gif');
	background-repeat: repeat-y;
	}

body 
{
}

h1	{	
	font-family: Geneva, Arial, Helvetica, san-serif;
	color: #cc0000;
	font-size:	1.5em;
	font-weight:700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
h2	{	
	font-family: Geneva, Arial, Helvetica, san-serif;
	color: #006699;
	font-size: 1.3em;
	font-weight:700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	

h3	{	
	font-family: Geneva, Arial, Helvetica, san-serif;
	color: #cc0000;
	font-size:	1.2em;
	font-weight:700;
	font-style:	normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
h4	{	
	font-family: Geneva, Arial, Helvetica, san-serif;
	color: #006699;
	font-size:	1em;
	font-weight:700;
	font-style:	normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	

h5	{	
	font-family: Geneva, Arial, Helvetica, san-serif;
	color: Black;
	font-size:	1em;
	font-weight:700;
	font-style:	normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing:	normal;
	text-transform:	none;
	}		

.error {
	color: #cc0000;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;
}

.bigerror {
	color: #cc0000;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;
}

.smallerror {
	color: #cc0000;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;
}

.smallnote {
	color:inherit;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight:normal;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;
}

.alignmiddle 
{
	text-align:center
	
}

.rightmenulinks
{
	line-height:20px;
}

.hr
{
	height: 0.5px;
	color: #CCCCCC;
}

.PleaseWait
{
	height: 42px;
	background-image: url('images/ajax-loader.gif');
	background-repeat: no-repeat;
	padding-left: 40px;
	line-height: 32px;
}
