    /* General styles */
    body {
        margin:0;
        padding:0;
        border:0;	/* This removes the border around the viewport in old versions of IE */
	font-family: arial, helvetica, sans-serif;	
	font-size:9pt;		
        width:100%;
        background:url(v2/assets/bg2.jpg) repeat-x;
        min-width:600px;    /* Minimum width of layout - remove line if not required */
							/* The min-width property does not work in old versions of Internet Explorer */
		font-size:90%;
		text-align:center;
    }
#Wrapper {display:block;margin:0 auto;padding:0;text-align:left;width:996px; }

/*
	a {
    	color:#369;
	}
	a:hover {
		color:#fff;
		background:#369;
		text-decoration:none;
	}
	*/
    h1, h2, h3 {
        margin:.3em 0 .2em 0;
        padding:0;
    }
    p {
        margin:.4em 0 .3em 0;
        padding:0;
    }
	p.quotes	{padding: 0 20px 0 20px; font-size:9pt;}
	img {
		/*margin:10px 0 5px;*/
	}
	/* Header styles */
    #header {
        clear:both;
        float:left;
        /*background:url(v2/assets/oxyhead-996.jpg) no-repeat;*/
	height:196px;width:996px;
    }
	#header {
		border:none;
		margin:0; padding:0;
	}
/*
	#header p,
	#header h1,
	#header h2 {
	   padding:.4em 15px 0 15px;

        margin:0;
	}
	ul {
	    clear:left;
	    float:left;
	    width:100%;
	    list-style:none;
	    margin:10px 0 0 0;
	    padding:0;
	}
	ul li {
	    display:inline;
	    list-style:none;
	    margin:0;
	    padding:0;
	}

	#header ul li a {
	    display:block;
	    float:left;
	    margin:0 0 0 1px;
	    padding:3px 10px;
	    text-align:center;
	    background:#eee;
	    color:#000;
	    text-decoration:none;
	    position:relative;
	    left:15px;
		line-height:1.3em;
	}
	#header ul li a:hover {
	    background:#369;
		color:#fff;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
	    color:#fff;
	    background:#000;
	    font-weight:bold;
	}
	#header ul li a span {
	    display:block;
	}
*/
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		/*border-top:4px solid #000;*/
		margin:0;
		/*padding:6px 15px !important;*/
		text-align:right;
	}
	/* column container */
	.colmask {
	    position:relative;		/* This fixes the IE7 overflow hidden bug */
	    clear:both;
	    float:left;
       	    width:996px;			/* width of whole page */
		overflow:hidden;	/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;				/* width of page */
		position:relative;
		text-align:left;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 0 0;	 /*no left and right padding on columns, we just make them narrower instead 
								only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
	/* 3 Column settings */
	.threecol {
		background:#ccc;		/* right column background colour */
		padding:0;margin:0;
	}
	.threecol .colmid {
		right:196px;				/* width of the right column */
		background:#fff;		/* center column background colour */
	}
	.threecol .colleft {
		right:590px;				/* width of the middle column */
		background:url("v2/assets/bg2.jpg") top left repeat-x;
		/* left column background colour */
	}
	.threecol .col1 {
		width:570px;				/* width of center column content (column width minus padding on either side) */
		left:1006px;				/* 100% plus left padding of center column */
	}
	.threecol .col2 {
		width:210px;				/* Width of left column content (column width minus padding on either side) */
		left:216px;				/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
		width:196px;				/* Width of right column content (column width minus padding on either side) */
		left:806px;				/* Please make note of the brackets here:
								(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}
	.threecol .col2 a {
		color:black;text-decoration:none;
	}
	.threecol .col2 a:hover {
		color:yellow;
	}

	.inner-leftcol	{
		float:left;width:280px;margin-top:3px;
		}
	.inner-rightcol	{
		float:right;width:280px;margin-top:3px;/*background:blue;*/
		}

	.column-in-tint {
		margin:0; padding:0.5em 1em 2px 10px;
		}
	.right-callout	{
			margin:0;padding:7px;margin-top:10px;
			/*background:#00b77b;*/
			background:#5daccb;

			/*background:url("v2/assets/bg2.jpg");*/
			/*width:100%;*/
		}
	.inner-leftcol p.quotes, .inner-rightcol p.quotes	{
		font-size:8pt;padding-right:10px; 
	}

	p.leadpara	{
		font-size:11pt;
	}

	.cleaner	{ clear:both;	}
.box1 {
	display: block;
	height:  auto;
	margin:  0 0 0 0 ;
	padding:10px 0 0 0 ;
  	float:   left;width:280px;
}

.box1 a {
  text-decoration: none;
  color: #ff0000;
}

.box1 a:hover {
  color: #000099;
}


img.smallphoto {
  border: 0.01em solid #fff;
 margin:  0 0.5em 0.2em 0;
	padding: 0;
	float:   left;
}


	/* Footer styles */
	#footer {
        clear:both;
        float:left;
        width:100%;
		border-top:1px solid #000;
		font-size:10pt;
  background-color: #1cb3e8;
  text-align: center;
  height:  36px;
  margin:  0 0 0 0;
    }
.clr {
  font-size:   0em;
  line-height: 0em;
  clear:       both;
  margin:  0em;
  padding: 0em;
}
#footer a {
  font-weight: normal;
  text-decoration: none;
  color: #fff;
}

#footer a:hover {
  font-weight: normal;
  text-decoration: none;
  color: #ccffcc;
}
    #footer p {
        padding:10px;
        margin:0;
    }
			/* NAVIGATION BUTTONS */
			.cssnav	{
						position:relative;top:0;
						font-family: arial, helvetica, sans-serif;
						/*background-image:  url(v2/assets/buttonback-on.png);
						background-repeat: no-repeat;*/
						background:#1cb3e8;
						white-space: nowrap;
						display: block;
						width: 196px;
						height: 36px;
						margin: 0; 
						padding: 0; 
						border-bottom:white solid 1px;
			}
			.cssnav a {
						display: block;
						font-size: 12px;
						width: 196px;
						height: 36px;
						display: block;
						float: left;
						color: white; 
						font-weight:bold;
						text-decoration: none;
			}

			.cssnav img {width: 196px; height: 36px; border: 0; }
			* html a:hover {visibility:visible;color:black;}
			.cssnav a:hover img{visibility:hidden;}

			.cssnav span {
						position: absolute;
						left: 0;
						top: 10px;
						margin: 0;
						padding: 0;
						cursor: pointer;
						width: 196px;
						height: 36px;
						text-align: center;
			}
			/* END OF NAVIGATION */
img {display: block;}

