	/*  */
	/* General styles */
	body {
	margin:0;
	padding:0;
	border:0;
	width:100%;
	background: url(images/img01.jpg) repeat-x left top;
	min-width:600px;
	font-size:90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	a {
	color:#369;
	margin: 0px;
	padding: 0px;
	}
	a:hover {
		color:#fff;
		background:#369;
		text-decoration:none;
	}
	h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
	color: #660000;
	}
	p {
		margin:.4em 0 .8em 0;
		padding:0;
	}
	img {
	margin:0px;
	border: 0px;
	}
	/* Header styles */
	#header {
	clear:both;
	
	width:100%;
	border-bottom:1px solid #000;
	}
	
		
	
	#header p,
	#header h1,
	#header h2 {
		padding:.4em 15px 0 15px;
		margin:0;
	}
	

	/* 'widths' sub menu */
	#layoutdims {
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	margin:0;
	padding:6px 12px !important;
	text-align:right;
	}
	/* Logo */

#logo {
	height: 200px;
	background: no-repeat center top;
}

#logo h1, #logo h2 {
	display: block;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20;
}

#logo h1 {
	font-size: 48px;
	color: #FFFFFF;
	text-transform: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 60px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 30px;
}

#logo h2 {
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FF3300;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}

#logo p {
	clear: left;
	margin: 0;
	padding: 0 0 0 20px;
	line-height: normal;
	font-size: 1.2em;
	font-weight: bold;
	color: #C2C5B1;
}

#logo a {
	color: #FFFFFF;
}
#menu {
	font: bold Arial, Helvetica, sans-serif 18px;
	width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
}
#menu ul {
	margin: 0;
	padding: 10;
	float: left;
	width: 100%; /*width of menu*/
	border: 1px solid #000000; /*dark purple border*/
	border-width: 1px 0;
	background-color: #900;
	background-image: none;
	background-position: center center;
}
#menu ul li{
	display: inline;
}	
	
#menu ul li a{
	float: left;
	color: white; /*text color*/
	padding: 10px 10px;
	text-decoration: underline; /* divider between menu items*/
	border-right-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
}

#menu ul li a:visited{
color: black;
}

#menu ul li a:hover, .indentmenu ul li .current{
	color: orange !important; /*text color of selected and active item*/
	padding-top: 10px; /*shift text down 1px for selected and active item*/
	padding-bottom: 10px; /*shift text down 1px for selected and active item*/

}


	/* 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 */
	
	}
	/* 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;
	overflow:hidden;
	border-right: 3px;
	border-left: 3px;
	}
	/* 3 Column settings */
	.threecol {
		background:#eee;		/* right column background colour */
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	.threecol .colmid {
		right:25%;			/* width of the right column */
		background:#fff;		/* center column background colour */
	}
		.threecol .colleft {
		right:50%;			/* width of the middle column */
		background:#f4f4f4;	/* left column background colour */
	}
	.threecol .col1 {
		width:46%;			/* width of center column content (column width minus padding on either side) */
		left:102%;			/* 100% plus left padding of center column */
	}
	.threecol .col2 {
		width:21%;			/* 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) */
	}
	.threecol .col3 {
		width:21%;			/* Width of right column content (column width minus padding on either side) */
		left:85%;			/* 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) */
	}
	/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:100%;
	}
	#footer p {
	padding:10px;
	margin:0;
	font-size: 85%;
	}
	
.imgLeft {
    display: block;
    float: left;
    padding: 5px;
	margin: 5px;
}

.imgRight {
	display: inline;
	float: right;
	padding: 0px;
	margin: 0px;
}
.img-shadow {
  float:left;
  background: url(images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  } 
h4 {
	color: #000099;
}
.teaser {   width:430px;   padding:0 0 14px 0;   margin:10px auto;   background:url("tsr-b.gif") bottom left no-repeat;  
}  
.teaser h3 {   margin:0;   padding:7px 10px 3px 10px;   background:url("tsr-t.gif") top left no-repeat;  
}  
.teaser p, .teaser a.more {   margin:0;   padding:0 10px 3px;   border:1px solid #d8d8d8;   border-width:0 1px;  
}  
.teaser a.more {   display:block;   text-align:right;   background:url("tsr-a.gif") 410px 50% no-repeat;   padding:0 24px 0 0;   text-decoration:none;   color:#44a;  
}  
.teaser a.more:hover {   text-decoration:underline;  
}
.green {
	font-size:smaller;
float:
; 	font-family: Verdana, Geneva, sans-serif;
	color: #030;
	font-weight: bold;
}
