/*-------------------------------*/
/* General Setup                 */

	body 
	{
      font-family : Verdana, Arial, Helvetica, Sans-Serif;
      font-size: 0.7em;
      color: #000000;
      background-color: #000000;
      margin-top: 0;
      margin-left: 0;
      margin-right: 0;      
	}
	
	a
	{
		text-decoration: none;
		color: #990000;
		font-weight: bold;
	}

	ul
	{
		margin-top: 0;
		margin-bottom: 0;
	}

	P
	{
		text-align: justify;
	}
	
	h3
	{
		color: #990000;
		font-family: Tahoma; 
		font-weight: bold;
		font-size: 1.6em;
	}

/*--------------------------------------------------*/
/* Generic clasess				                    */

.left
{
	text-align: left;
}

.right
{
	text-align: right;
}

.center
{
	text-align: center;
}

.last
{
	border-right-width: 0 !important;
}

.error {
	color: red;
	margin-left: 20px;
	margin-bottom: 20px;
}

/*--------------------------------------------------*/
/* Structure					                    */

#centered
{
	text-align: center;
}	

#main
{
	width: 1230px;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
}

#head
{
	padding-left: 82px;
	padding-right: 82px;
	background: url("../../img/global/glycon-small3.jpg") repeat-x left 0;
}

	#head #motto
	{
		/*background: url("/../../../a/img/global/motto-background3.jpg") repeat-x left 0;*/
		background-color: #000000;
		height: 18px;
		color: #FFD800;
		font-family: Arial Black;
		font-size: 1.3em;
		/*font-weight: bold;*/
		text-align: center;
		padding-bottom: 4px;
	}
	
/*--------------------------------------------------*/
/* Navigation					                    */

#head #navigation
{
	/*background-color: #A27F2E;
	background: url("/../../../a/img/global/nav2-background.jpg") repeat-x left 0;*/
	background-color: #FFD800;
	float: none;
	width: 100%;
	height: 18px;
	text-align: center;	
	font-size: 1.2em;
	padding-top: 6px;
	padding-bottom: 6px;
}

#navigation div
{
	/*background: transparent;*/
	float: left;
	color: #FFFFFF;
	font-weight: bolder;	
	width: 19.5%;
	border-right: solid 1px #000000;	
}

#navigation div a
{
	color: #000000;
	font-weight: bolder;
	text-decoration: none;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 2px;
}

/*--------------------------------------------------*/
/* Navigation 2nd				                    */

#head #navigation2nd
{
	/*background: url("/../../../a/img/global/title-background3.jpg") repeat-x left 0;*/
	background-color: #FFD800; /*#DAE7F0;*/
	height: 16px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 100px;
	border-top-width: 1px;
	border-top-color: #000000;
	border-top-style: solid;
}

#head #navigation2nd div
{
	float: left;
	width: 200px;
	color: #000000;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}


.inactive
{
	background-color: #FFD800;
	color: #000000;
}

.active
{
	background-color: #000000;
	color: #FFFFFF !important;
}

/*--------------------------------------------------*/
/* Wrapper						                    */

#wrapper
{
	float: none;
	width: 100%;
}

	#wrapper #content
	{
		background-color: #FFFFFF;
		float: left;
		width: 100%;
		height: 700px;		
	}
		
				
/*--------------------------------------------------*/
/* Content						                    */

#content #pageContent
{
	height: 700px;
	width: 1130px;
	padding-top: 10px;
	padding-left: 50px;
	padding-right: 50px;
	font-size: 1.1em;
}


/*--------------------------------------------------*/
/* Footer						                    */

#footer
{
	float: none;
	width: 100%;	
}

#footer div
{
	float: left;
	width: 100%;
	color : #EFEFEF;
	text-align: center;
	padding-top: 10px;
	margin-top: 5px;
	border-top: solid 1px #333333;
}

	#footer div a
	{		
		color: #EFEFEF;
		text-decoration: none;
	}
	
