/* IMMR3 */

/* 	ORANGE	= FF9900 	*/
/* 	GRAY TEXT = 888888	*/
/* 	GRAY H1 = 666666		*/
/* 	BLUE = 000066		*/

body {
	color: #888888;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	SCROLLBAR-FACE-COLOR: #000066;
	SCROLLBAR-HIGHLIGHT-COLOR: #000066;
	SCROLLBAR-SHADOW-COLOR: #000066;
	SCROLLBAR-3DLIGHT-COLOR: #000066;
	SCROLLBAR-ARROW-COLOR: #ffffff;
	SCROLLBAR-TRACK-COLOR: #000066;
	SCROLLBAR-DARKSHADOW-COLOR: #000000;
	SCROLLBAR-BASE-COLOR: #000066;
	}

h1 {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	color: #666666;
	margin: 0px 0px 10px 0px;
	padding: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
}

h2 {
	font-size: 11px;
	font-weight: bold;
	color: #FF9900;
	margin: 0px 0px 10px 0px;
	padding: 0;
	border-bottom: 1px dashed #FF9900;
}

h3 {
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	margin: 10px 0px 0px 0px;
	padding: 0;
	text-transform: uppercase;
	}

h4 {
	font-size: 10px;
	color: #666666;
	margin: 10px 0px 5px 0px;
	padding: 0px 0px 2px 0px;
	border-bottom: 1px solid #000066;
	}

h5 {
	font-size: 10px;
	color: #FF9900;
	margin: 10px 0px 5px 0px;
	padding:  0;
	}

table 	
	{
	font-size: 10px;
	}

ul
	{
	list-style: square;
	margin: 15px;
	padding: 0;
	}

li
	{
	margin: 0;
	padding: 0;
	}

p
	{
	margin: 0;
	padding: 0px 0px 10px 0px;
	line-height: 16px;
	}

p.top
	{
	margin: 20px 0px 0px 0px;
	padding: 0;
	}



/* THIS IS THE MAIN CONTAINER DIV AND ALL ITS STYLES */
	#container {
		margin: auto;
		padding: 0px;
		text-align: left;
		width: 760px;
		z-index: 1;
		background-repeat: repeat-y;
		background-position: center;
		height: 100%;
		background-image: url(../images/bg_container.jpg);
		}

/* THIS IS THE MAIN HEADER DIV AND ALL ITS STYLES */
	#header {
		height: 80px;
		width: 760px;
		padding: 0px;
		margin: 0px;
		background-image: url(../images/bg_header.jpg);
		background-repeat: no-repeat;
		text-align: right;
		z-index: 2;
		}


/* THIS IS THE MAIN NAVIGATION DIV AND ALL ITS STYLES */
	#nav {
		height: 40px;
		width: 760px;
		background-image: url(../images/bg_nav.jpg);
		background-repeat: no-repeat;
		padding: 0px;
		margin: 0px;
		text-align: center;
		z-index: 3;
		}

		#nav table 
			{
			width: 750px;
		 	}

		#nav td
			{
			width: 25%;
			margin: 0;
			padding: 0px 2px 0px 0px;
		 	}

	#nav a:link {
		font-size: 10px;
		color: #333333;
		display: block;
		text-decoration: none;
		border-left-width: 4px;
		border-left-style: solid;
		border-left-color: #FFFFCC;
		border-bottom-width: 1px;
		border-bottom-style: dashed;
		border-bottom-color: #FFFFCC;
		padding-left: 10px;
		text-transform: uppercase;
		}
	
	
	#nav a:hover {
		font-size: 10px;
		color: #000066;
		display: block;
		text-decoration: none;
		border-left-width: 4px;
		border-left-style: solid;
		border-left-color: #000066;
		padding-left: 16px;
		border-bottom-width: 1px;
		border-bottom-style: dashed;
		border-bottom-color: #000066;
		font-weight: bold;
		text-transform: uppercase;
		}
	
	#nav a:active {
		font-size: 10px;
		color: #333333;
		display: block;
		text-decoration: none;
		border-left-width: 4px;
		border-left-style: solid;
		border-left-color: #000066;
		border-bottom-width: 1px;
		border-bottom-style: dashed;
		border-bottom-color: #000066;
		padding-left: 10px;
		text-transform: uppercase;
		}

	#nav a:visited {
		font-size: 10px;
		color: #333333;
		display: block;
		text-decoration: none;
		border-left-width: 4px;
		border-left-style: solid;
		border-left-color: #FFFFCC;
		border-bottom-width: 1px;
		border-bottom-style: dashed;
		border-bottom-color: #FFFFCC;
		padding-left: 10px;
		text-transform: uppercase;
		}

	#nav a:visited:hover {
		font-size: 10px;
		color: #333333;
		display: block;
		text-decoration: none;
		border-left-width: 4px;
		border-left-style: solid;
		border-left-color: #000066;
		border-bottom-width: 1px;
		border-bottom-style: dashed;
		border-bottom-color: #000066;
		padding-left: 10px;
		text-transform: uppercase;
		}
	
/* THIS IS THE MAIN CONTENT DIV AND ALL ITS STYLES */
	#content {
		width: 760px;
		padding: 0px 5px 10px 5px;
		margin: 0px;
		text-align: left;
		background-repeat: repeat-y;
		background-image: url(../images/bg_content.jpg);
		background-color: #FFFFFF;
		z-index: 4;
		margin: 0px;
		}

	#content2 {
		width: 760px;
		padding: 0px 10px 10px 10px;
		margin: 0px;
		text-align: left;
		background-repeat: repeat-y;
		background-image: url(../images/bg_content.jpg);
		background-color: #FFFFFF;
		z-index: 4;
		margin: 0px;
		}

/*
	#content2 h2 {
		font-size: 10px;
		font-weight: bold;
		color: #888888;
		margin: 0px 0px 8px 0px;
		padding: 0;
		border-bottom: 1px dashed #888888;
		}
*/

	#content2 h1 {
		margin: 0;
		padding: 0;
		}

	#content2 h2 {
		font-size: 10px;
		color: #666666;
		border-bottom: 1px solid #000066;
		margin: 0;
		padding: 0;
		}

	#content2 p.index
		{
		text-align: right;
		margin: 0px;
		padding: 6px 6px 0px 0px;
		border-right: 4px double #000066;
		}

	#content2 table 	
		{
		align: center;
		width: 740px;
		font-size: 10px;
		}

	.noBold
		{
		font-weight: normal;
		}

	.noBoldLC
		{
		font-size: 10px;
		margin: 0;
		padding: 0px 0px 0px 5px;
		font-weight: normal;
		text-transform: lowercase;
		}

	#content2 td.cont2
		{
		padding: 0px 0px 0px 20px;
		}

	#content2 td.cont2a
		{
		padding: 0px 20px 0px 20px;
		}

	#content2 td.cont2b
		{
		padding: 0px 20px 0px 20px;
		border-left: 1px solid #FF9900;
		}


	#content td
		{
		width: 50%;
		vertical-align: top;
		margin: 0;
		padding: 0;
		}

	#content2 td
		{
		width: 50%;
		vertical-align: top;
		margin: 0;
		padding: 0;
		}

	#content table.recP
		{
		width: 360px;
		}

	#content td.recPT
		{
		width: 305px;
		vertical-align: top;
		margin: 0;
		padding: 0;
		}

	#content td.recPI
		{
		width: 55px;
		vertical-align: top;
		margin: 0;
		padding: 0;
		}

	#content2 table.port
		{
		width: 740px;  /* CHANGED TO EXACT PIXEL - CONTENT2 HAS 10PX PADDING ON LEFT AND RIGHT */
		}

	#content2 td.portI
		{
		width: 80px;
		vertical-align: middle;
		text-align: center;
		margin: 0;
		padding: 0;
		}

	#content2 td.portI2
		{
		width: 40px;
		vertical-align: middle;
		text-align: left;
		margin: 0;
		padding: 0;
		}

	#content2 td.portT
		{
		vertical-align: middle;
		margin: 0;
		padding: 0;
		}

	#content2 tr.portOdd
		{
		background-color: #FFFFCC;
		}
		
	#content img
		{
		border: 0px;
		}

	#content a:link  	
		{
		color: #888888;
		}

	#content a:visited
		{
		color: #888888;
		}

	#content a:hover  	
		{
		color: #FFFFFF;
		background-color: #000066;
		text-decoration: none;
		}
	#content a:active  	
		{
		color: #888888;
		}

	#content a:visited:hover  	
		{
		color: #FFFFFF;
		background-color: #000066;
		text-decoration: none;
		}

	#content2 a.port:link  	
		{
		color: #888888;
		text-decoration: underline;
		}

	#content2 a.port:visited
		{
		color: #888888;
		text-decoration: underline;
		}

	#content2 a.port:hover  	
		{
		color: #FFFFFF;
		background-color: #FF9900;
		text-decoration: none;
		}

	#content2 a.port:active  	
		{
		color: #888888;
		text-decoration: underline;
		}

	#content2 a.port:visited:hover  	
		{
		color: #FFFFFF;
		background-color: #FF9900;
		text-decoration: none;
		}


	#content2 a:link  	
		{
		color: #ff9900;
		text-decoration: none;
		}

	#content2 a:visited
		{
		color: #ff9900;
		text-decoration: none;
		}

	#content2 a:hover  	
		{
		color: #ffffff;
		background-color: #ff9900;
		text-decoration: none;
		}

	#content2 a:active  	
		{
		color: #ff9900;
		text-decoration: none;
		}

	#content2 a:visited:hover  	
		{
		color: #ffffff;
		background-color: #ff9900;
		text-decoration: none;
		}



	#content a.recP:link {
		font-size: 9px;
		color: #FFFFFF;
		display: block;
		text-decoration: none;
		margin: 0px 0px 8px 0px;
		padding: 0px 0px 0px 2px;
		font-weight: bold;
		text-transform: uppercase;
		background-color: #888888;
		}

	#content a.recP:hover {
		font-size: 9px;
		color: #FFFFFF;
		display: block;
		text-decoration: none;
		margin: 0px 0px 8px 0px;
		padding: 0px 0px 0px 2px;
		font-weight: bold;
		text-transform: uppercase;
		background-color: #000066;
		}

	#content a.recP:active {
		font-size: 9px;
		color: #FFFFFF;
		display: block;
		text-decoration: none;
		margin: 0px 0px 8px 0px;
		padding: 0px 0px 0px 2px;
		font-weight: bold;
		text-transform: uppercase;
		background-color: #888888;
	}

	#content a.recP:visited {
		font-size: 9px;
		color: #FFFFFF;
		display: block;
		text-decoration: none;
		margin: 0px 0px 8px 0px;
		padding: 0px 0px 0px 2px;
		font-weight: bold;
		text-transform: uppercase;
		background-color: #888888;
	}

	#content a.recP:visited:hover {
		font-size: 9px;
		color: #FFFFFF;
		display: block;
		text-decoration: none;
		margin: 0px 0px 8px 0px;
		padding: 0px 0px 0px 2px;
		font-weight: bold;
		text-transform: uppercase;
		background-color: #000066;
		}

/* THIS IS THE MAIN PORTFOLIO IMAGE LINKS DIV AND ALL ITS STYLES */
	#portfolio {
		font-size: 7pt;
		color: #FF9900;
		text-align: right;
		z-index: 10;
		margin: 0px;
		padding: 0px 6px 0px 0px;
		border-right: 4px double #FF9900;
		}



/* THIS IS THE MAIN FOOTER DIV AND ALL ITS STYLES */
	#footer {
		height: 30px;
		width: 760px;
		background-image: url(../images/bg_footer.jpg);
		background-repeat: no-repeat;
		padding-bottom: 0px;
		font-size: 7pt;
		color: #FFFFFF;
		padding-top: 14px;
		text-align: left;
		z-index: 7;
		padding-left: 2px;
		margin: 0px;
		}

/* THIS IS THE MAIN FOOTER DIV AND ALL ITS STYLES */
	#header2 {
		height: 30px;
		width: 760px;
		background-image: url(../images/bg_header2.jpg);
		background-repeat: no-repeat;
		padding-bottom: 0px;
		font-size: 7pt;
		color: #FFFFFF;
		padding-top: 14px;
		text-align: left;
		z-index: 7;
		padding-left: 2px;
		margin: 0px;
		}

