/* Delphus.org */

/* GLOBALS */

body
{
margin: 0 auto;
padding: 0;
height: 100%;
width: 100%;
background-color: #E7E7E7;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #395F86;
}

h1
{
font-size: 18px;
line-height: 24px;
text-indent: 10px;
}

p
{
line-height: 18px;
margin-left: 5px
}


input[type="text"]
{
height: 18px;
width: 350px;
border: 1px solid #2c4a69;
color: #2c4a69;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
padding: 2px;
}

INPUT.inputText
{
height: 18px;
width: 350px;
border: 1px solid #2c4a69;
color: #2c4a69;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
padding: 2px;
}

TEXTAREA.textVirtual
{
height: 150px;
width: 350px;
border: 1px solid #2c4a69;
color: #2c4a69;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
padding: 2px;
}


/* STRUCTURE */

#container
{
display: block;
width: 782px;
height: auto;
margin: 0 auto;
padding: 0;
}

	#header
	{
	width: 100%;
	height: 90px;
	display: block;
	background-image: url(../images/headerBg.gif);
	background-repeat: repeat-x;
	margin-top: 20px;
	}
	
		#headerLeft
		{
		float: left;
		height: 90px;
		width: 13px;
		display: block;
		background-image: url(../images/headerLeft.gif);
		background-position: center;
		background-repeat: no-repeat;
		margin: 0;
		padding: 0;
		}
		
		#headerCenter
		{
		display: block;
		float: left;
		width: 756px;
		height: 90px;
		margin: 0;
		padding: 0;
		}
		
		#headerRight
		{
		float: left;
		height: 90px;
		width: 13px;
		display: block;
		background-image: url(../images/headerRight.gif);
		background-position: center;
		background-repeat: no-repeat;
		margin: 0;
		padding: 0;
		}
		
#logo
{
width: 210px;
height: 90px;
display: block;
float: left;
}
	#logo img
	{
	border: none;
	margin-top: 22px;
	margin-left: 20px;
	}

#menuArea
{
display: block;
float: right;
width: 470px;
height: 39px;
margin-top: 51px;
}

#center
{
width: 100%;
height: 100%;
display: block;
background-image: url(../images/contentBg.gif);
background-repeat: repeat-y;
}

#headerTrans
{
margin: 0 auto;
width: 776px;
height: 30px;
display: block;
background-image: url(../images/headerTrans.gif);
background-repeat: no-repeat;
background-position: center;
}

#footerTrans
{
margin: 0 auto;
width: 776px;
height: 30px;
display: block;
background-image: url(../images/footerTrans.gif);
background-repeat: no-repeat;
background-position: center;
}

#contentArea
{
width: 738px;
height: auto;
display: table;
margin: 0 auto;
}

#footer
{
width: 100%;
height: 32px;
display: block;
background-image: url(../images/footerBg.gif);
background-repeat: repeat-x;
}

	#footerLeft
	{
	display: block;
	height: 32px;
	width: 13px;
	float: left;
	background-image: url(../images/footerLeft.gif);
	background-repeat: no-repeat;
	}
	
	#footerRight
	{
	display: block;
	height: 32px;
	width: 13px;
	float: left;
	background-image: url(../images/footerRight.gif);
	background-repeat: no-repeat;
	}
	
	#footerCenter
	{
	display: block;
	height: 32px;
	width: 756px;
	float: left;
	text-align: center;
	line-height: 26px;
	font-size: 11px;
	color: #d5dce2;
	}

/* MENU */

#menuArea ul
{
list-style: none;
margin: 0;
padding: 0;
}

#menuArea li
{
float: left;
display: block;
}

#menuArea li a
{
display: block;
float: left;
height: 39px;
line-height: 39px;
background-image: url(../images/menuTabBG.gif);
background-position: bottom;
background-repeat: repeat-x;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
text-decoration: none;
color: #395F86;
padding-left: 6px;
padding-right: 6px;
}

#menuArea li a:hover
{
color: #333333;
text-decoration: underline;
}

#menuArea li.selected a
{
color: #333333;
}

LI.tabStart
{
float: left;
display: block;
height: 39px;
width: 8px;
background-image: url(../images/menuTabStart.gif);
background-position: right;
background-repeat: no-repeat;
}

LI.tabEnd
{
float: left;
display: block;
height: 39px;
width: 8px;
background-image: url(../images/menuTabEnd.gif);
background-position: left;
background-repeat: no-repeat;
}

/* HOME CONTENT */

#homeLeft
{
width: 555px;
height: 100%;
display: block;
float: left;
}

#homeRight
{
width: 158px;
display: block;
float: right;
margin: 0;
padding: 0;
background-image: url(../images/profileBg.gif);
background-position: center;
background-repeat: repeat-y;
}

	#profileTop
	{
	width: 158px;
	height: 7px;
	display: block;
	background-image: url(../images/profileTop.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	}
	
	#profileCenter
	{
	width: 158px;
	height: auto;
	display: block;
	margin: 0;
	padding: 0;	
	}
	
		#profileCenter dl
		{
		display: block;
		width: 140px;
		margin: 0 auto;
		padding-top: 15px;
		padding-bottom: 15px;
		color: #2e2f2f;
		font-size: 12px;
		}
		
			#profileCenter dt
			{
			line-height: 14px;
			font-weight: bold;
			padding-left: 17px;
			}
			
			#profileCenter dd
			{
			font-size: 11px;
			line-height: 14px;
			padding-bottom: 10px;
			padding-left: 17px;
			margin-left: 0;
			}
	
		#profileCenter img
		{
		padding: 4px;
		background-color: #FFFFFF;
		border: 1px solid #92A6BA;
		margin-top: 10px;
		margin-bottom: 10px;
		}
		
		#profileCenter a:hover img
		{
		border: 1px solid #2f4e6e;
		}
	
	#profileBottom
	{
	width: 158px;
	height: 7px;
	display: block;
	background-image: url(../images/profileBottom.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;	
	}
	
/* CONTACT */

	#contact form
	{
	margin-left: 50px;
	}

	#contact dl
	{
	font-size: 12px;
	font-weight: bold;
	}
	
	#contact dt
	{
	margin: 0;
	padding-top: 10px;
	}
	
	#contact dd
	{
	margin: 0;
	padding: 0;
	}
	
	#buttonarea
	{
	height: auto;
	margin-left: 25px;
	margin-bottom: 10px;
	padding: 0;
	display: block;
	}
	
/* CONTENT */

#contentArea dl
{
margin: 0;
padding: 0;
}

#contentArea dt
{
padding-left: 25px;
font-weight: bold;
line-height: 16px;
}

#contentArea dd
{
line-height: 18px;
font-size: 11px;
padding-left: 25px;
padding-bottom: 10px;
margin-left: 0;
}

em
{
color: #006633;
font-weight: bold;
}

strong
{
color: #FF0000;
}

DIV.download
{
background-color: #f5f5e3;
border: 1px solid #2f4e6e;
padding: 8px;
font-size: 11px;
}

