body
{
	margin:0;
	padding:0;
	border:0;				/* This removes the border around the viewport in old versions of IE */
	width:100%;
	min-width:600px;		/* Minimum width of layout - remove line if not required */	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;	
	font-weight:normal;
	font-color: #000000;
	background: #ffffff  repeat-x;
}

a {
	color:#369;
}
a:hover {
	color:#000066;
	/* background:#336699; */
	text-decoration:none;
}
h1, h2, h3 {
	margin:.8em 0 .4em 0;
	padding:0;
	font-size:20px;
}

h2 {
	font-size:14px;
	color: #000066;
}

h3 {
	font-size:12px;
	font-style:bold;
}

p {
	margin:0 0 0 0;
	padding:0;
	font-size:12px;
	line-height:150%;
}

ul.a {
	list-style-type:disk;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-color: #000000;
	line-height:150%;
	}

/* Image styles */

div.figureright {
  float: right;
  margin:0 0 0 10px;  
  border: 2px silver solid;
}

div.figureright p {
  text-align: center;
  font-style: italic;
  font-size: 10px;
  text-indent: 0;
  margin: 0 0 10px 0;
}

div.figureleft {
  float: left;
  margin:0 10px 0 0;  
  border: 0px silver solid;
}
div.figureleft p {
  text-align: center;
  font-style: italic;
  font-size: 10px;
  text-indent: 0;
}

div.lastmodified {
  float: left;
  margin:0 0 0 0;  
  border: 0px silver solid;
}

div.lastmodified p {
  text-align: left;
  font-style: italic;
  font-size: 10px;
  text-indent: 0;
  margin: 10px 10px 10px 0px;
}

/* Header styles */
#header {
	clear:both;
	float:left;
	width:100%;
}
#header {
	border-bottom:1px solid #000;
}
#header p,
#header h1,
#header h2 {
	padding:.4em 15px 0 15px;
	margin:0;
}
#header ul {
	clear:left;
	float:left;
	width:100%;
	list-style:none;
	margin:10px 0 0 0;
	padding:0;
}
#header 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:100%;					/* width of whole page */
	overflow:hidden;			/* This chops off any overhanging divs */
}

.colmask p{
	color: #000000;
	line-height:150%;
}

/* Common Column Settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;					/* width of page */
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 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 Body Settings */
.threecol {
	background:#FFFFFF;			/* right column background colour */
}
.threecol .colmid {
	right:25%;					/* width of the right column */
	background:#FFFFFF;			/* center column background colour */
}
.threecol .colleft {
	right:55%;					/* width of the middle column */
	background:#FFFFFF; 		/* left column background colour */
}
.threecol .col1 {
	width:51%;			/* width of center column content (column width minus padding on either side) */
	left:102%;			/* 100% plus left padding of center column */
}
.threecol .col2 {
	width:16%;			/* Width of left column content (column width minus padding on either side) */
	left:31%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	padding:10px 0px 0px 0px;
}
.threecol .col3 {
	width:21%;			/* Width of right column content (column width minus padding on either side) */
	left:90%;			/* 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) */
	padding:10px 0px 0px 10px;
	background: #EEEEEE;
	-moz-border-radius: 5px #666666;
	border-radius: 5px #000000;
	-moz-box-shadow: 5px 5px 5px #666666;
	-webkit-box-shadow: 5px 5px 5px #666666;
	box-shadow: 5px 5px 5px #666666;
}

/* 3 Column Product Settings */
	.threecolp {
		background:#FFFFFF;	/* right column background colour */
	}
	.threecolp .colmid {
		right:32%;			/* width of the right column */
		background:#FFFFFF;	/* center column background colour */
	}
	.threecolp .colleft {
		right:36%;			/* width of the middle column */
		background:#FFFFFF;	/* left column background colour */
	}
	.threecolp .col1 {
		width:32%;			/* width of center column content (column width minus padding on either side) */
		left:102%;			/* 100% plus left padding of center column */
	}
	.threecolp .col2 {
		width:28%;			/* Width of left column content (column width minus padding on either side) */
		left:38%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
		padding:0px 0px 0px 0px;
	}
	.threecolp .col3 {
		width:28%;			/* Width of right column content (column width minus padding on either side) */
		left:78%;			/* 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) */
		padding:0px 0px 0px 0px;
		background: #FFFFFF;
		-moz-border-radius: 0px ;
		border-radius: 0px #000000;
		-moz-box-shadow: 0px 0px 0px ;
		-webkit-box-shadow: 0px 0px 0px ;
		box-shadow: 0px 0px 0px 0px 0px;
	}
	.threecolp  p {
	font-size: 12px;
	color: #000000;
	line-height:150%;
}

/* 3 Column Footer settings */
	.blogstyle {
								/* right column background colour */
	}
	.blogstyle .colmid {
		right:25%;				/* width of the right column */
				/* center column background colour */
	}
	.blogstyle .colleft {
		right:25%;				/* width of the middle column */
				/* left column background colour */
	}
	.blogstyle .col1 {
		width:46%;				/* width of center column content (column width minus padding on either side) */
		left:54%;				/* 100% plus left padding of center column */
	}
	.blogstyle .col2 {
		width:21%;				/* Width of left column content (column width minus padding on either side) */
		left:56%;				/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.blogstyle .col3 {
		width:21%;				/* Width of right column content (column width minus padding on either side) */
		left:60%;				/* 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) */
	}
	.blogstyle p {
	font-size: 12px;
	color: #FFFFFF;
	line-height:150%;
	}
    
	.blogstyle a {
	color:#FFFFFF;
	}
	
	.blogstyle a:hover {
	color:#000066;
	/* background:#336699; */
	text-decoration:underline;
	}
	
	
	
	
	
/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	border-top:0px solid #000;
}
#footer p {
	padding:10px;
	margin:0;
	color: #FFFFFF;
	text-align: center;
}

/* Main menu settings */
#centeredmenu {
   clear:both;
   float:left;
   margin:0;
   padding:0;
   border-bottom:0px solid #000066; /* line below menu */
   width:100%;
   font-size:90%; /* Menu text size */
   text-transform:uppercase;
   z-index:1000; /* This makes the dropdown menus appear above the page content below */
   position:relative;
}

/* Top menu items */
#centeredmenu ul {
   margin:0;
   padding:0;
   list-style:none;
   float:right;
   position:relative;
   right:50%;
}
#centeredmenu ul li {
   margin:0 0 0 1px;
   padding:0;
   float:left;
   position:relative;
   left:50%;
   top:1px;
}
#centeredmenu ul li a {
   display:block;
   margin:0;
   padding:.6em .5em .4em;
   font-size:1em;
   line-height:1em;
 /*  background:#ddd;  */
   text-decoration:none;
   color:#FFFFFF;
   font-weight:bold;
   border-bottom:0px solid #000;
}
#centeredmenu ul li.active a {
   color:#FFFFFF;
 /*  background:#000066;*/
}
#centeredmenu ul li a:hover {
  /* background:#336699; */				/* Top menu items background colour */
   color:#FFFFFF;
   border-bottom:0px solid #03f;
}
#centeredmenu ul li:hover a,
#centeredmenu ul li.hover a { 		/* This line is required for IE 6 and below */
   /*background:#336699; */				/* Top menu items background colour */
   color:#FFFFFF;
   border-bottom:0px solid #03f;
}

/* Submenu items */
#centeredmenu ul ul {
   display:none; /* Sub menus are hiden by default */
   position:absolute;
   top:2em;
   left:0;
   right:auto; /*resets the right:50% on the parent ul */
   width:10em; /* width of the drop-down menus */
}
#centeredmenu ul ul li {
   left:auto;  /*resets the left:50% on the parent li */
   margin:0; /* Reset the 1px margin from the top menu */
   clear:left;
   width:100%;
}
#centeredmenu ul ul li a,
#centeredmenu ul li.active li a,
#centeredmenu ul li:hover ul li a,
#centeredmenu ul li.hover ul li a { /* This line is required for IE 6 and below */
   font-size:.8em;
   font-weight:normal; /* resets the bold set for the top level menu items */
   background:#EEE;
   color:#000000;
   line-height:1.4em; /* overwrite line-height value from top menu */
   border-bottom:1px solid #ddd; /* sub menu item horizontal lines */
}
#centeredmenu ul ul li a:hover,
#centeredmenu ul li.active ul li a:hover,
#centeredmenu ul li:hover ul li a:hover,
#centeredmenu ul li.hover ul li a:hover { /* This line is required for IE 6 and below */
   background:#369; /* Sub menu items background colour */
   color:#FFFFFF;
}

/* Flip the last submenu so it stays within the page */
#centeredmenu ul ul.last {
   left:auto; /* reset left:0; value */
   right:0; /* Set right value instead */
}

/* Make the sub menus appear on hover */
#centeredmenu ul li:hover ul,
#centeredmenu ul li.hover ul { /* This line is required for IE 6 and below */
   display:block; /* Show the sub menus */
}
