body 
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 75%;
	color: #2a3845;
	margin: 0px;
	padding: 0px;
	background: url(../../images/css/bg2.gif) repeat #a3afba;
}

/* main layout */

#idContainer 
{
	margin: 0 auto 0 auto;
	width: 776px;
	padding: 5px;
	border-left: 1px solid #687888;
	border-right: 1px solid #687888;
	background: #ffffff;
}
	
#idHeader 
{
	margin: 0 1px;
}

#idFade 
{
	height: 36px;
	background: url(../../images/css/fade.gif) repeat-x;
}

#idNavigation 
{
	padding: 6px 10px;
	text-align: right;
	color: #f6dde3;
	border-top: 2px solid #ffffff;
	border-bottom: 5px solid #ffffff;
	background: #425263;
}

#idNavigation a:visited, #idNavigation a:link, #idNavigation a:active
{
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}

#idNavigation a:hover 
{
	text-decoration: underline;
	color: #ffffff;
	font-weight: bold;
}

#idContent 
{
	margin: 0 auto;
}

#idCol1 
{
	width: 440px;
	padding: 0 30px 30px;
	float: left;
}

#idCol2 
{
	width: 270px;
	float: right;
}

#idLogo 
{
	display: none;
	margin-bottom: 45px;
}

#idFooter 
{
	background: #f7f7f7;
	border-top: 1px solid #f0e9eb;
	padding: 5px 10px;
	clear: both;
	font-size: 0.8em;
}

#idMainImage 
{
	text-align: center;
}

.clsSideBar 
{
	width: 218px;
	margin: 0 auto;
	padding: 10px 25px;
	background: url(../../images/css/shadow.jpg) no-repeat top;
}

/* text styles */

p 
{
	display: block;
}

a:visited, a:link, a:active
{
	color: #3561a4;
	text-decoration: none;
}

a:hover 
{
	color: #3561a4;
	text-decoration: underline;
}

h1 
{
	color: #3561a4;
	margin: 0px 0px 10px 0px;
	padding-bottom: 10px;
	font-size: 190%;
	font-weight: bold;
	border-bottom: 1px solid #efece7;
}

h2 
{
	color: #3561a4;
	margin: 0066cc 0 10px;
	padding-bottom: 10px;
	font-size: 150%;
	font-weight: bold;
	border-bottom: 1px solid #efece7;
}

h3 
{
	color: #3561a4;
	margin: 0 0 10px 0;
	padding-bottom: 10px;
	font-size: 110%;
	font-weight: bold;
	border-bottom: 1px solid #efece7;
}

.clsPara1
{
	font-weight: 1.1em;
	font-weight: bold;
}

.clsSmall
{
	font-size: 0.8em
}

.clsBold
{
	font-weight: bold;
}

.clsBlock 
{
	background: #f7f7f7;
	border: 1px solid #f0e9eb;
	padding: 10px;
}

/* form styles */

table
{
	font-size: 1em;
}

table tr th
{
	text-align: left;
}

.clsRed
{
	color: #ff0000;
	display: inline;
}

form
{
	margin: 0;
	padding: 0;
}

.clsInput
{
	background: url(../../images/css/form.gif) top left repeat-x transparent;
	border: 1px solid #425263;
	font-weight: 500;
	width: 200px;
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #000000;
	filter: alpha(opacity=65);		/* This is for IE */
	-moz-opacity: 0.65;				/* This is for mozilla */	
}

.clsTextArea
{
	background: url(../../images/css/form.gif) top left repeat-x transparent;
	border: 1px solid #425263;
	font-weight: 500;
	width: 200px;
	height: 75px;
	overflow: auto;
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #000000;
	filter: alpha(opacity=65);		/* This is for IE */
	-moz-opacity: 0.65;				/* This is for mozilla */	
}

.clsSubmit
{
	background-color: #3561a4;
	border: 1px solid #ffffff;
	font-weight: 700;
	font-size: 0.95em; 
	margin: 5px 0 0 0;
	padding: 2px 7px;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #ffffff;
}
