/* Layout Stylesheet */ 

body {
	color: #333333;
	text-align:center;
	padding:0;
	background-color: #3366CC;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	background-image: url(images/strip_bg_1.jpg);
	background-repeat: repeat-y;
	background-position: center top;
 }

#outer {
	text-align:left;
	border:thin solid #CCCCCC;
	width:760px;
	margin: auto;
 }

#hdr {
 height:300px;
 background:#eeeeee;
 color: #333333;
 }

#bar {
	height:25px;
	color: #333333;
	border:solid #000000;
	border-width:1px 0 1px 0;
	background-color: #666666;
 }

#bodyblock {
	position:relative;
	color: #333333;
	width:760px;
	padding:0;
	background-color: #99CCFF;
 }
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	line-height: normal;
}
#outer #bodyblock #cont a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: capitalize;
	color: #333333;
	text-decoration: underline;
}
#outer #bodyblock #cont a:hover {
	color: #FF0000;
}


#l-col {
	float:left;
	color: #333333;
	width:150px;
	background-color: #FFFFFF;
	padding-right: 1px;
	padding-left: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
 }
#l-col a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	text-transform: capitalize;
	background-color: #CCCCCC;
	display: block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #999999;
	border-bottom-color: #666666;
	border-left-color: #999999;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	text-align: left;
	text-indent: 10px;
}
#l-col a:hover {
	color: #333333;
	text-decoration: none;
	border-top-color: #666666;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #999999;
	background-color: #99CCFF;
	text-indent: 12px;
	background-image: url(images/whitebigarrow.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}
.pic {
	border: medium double #99CCFF;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: capitalize;
	color: #333333;
	text-decoration: none;
}
#outer #bodyblock #l-col h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: capitalize;
	color: #666666;
	text-decoration: none;
	text-align: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
	line-height: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}


#cont {
	width:570px;
	background:#ffffff;
	color: #333333;
	text-align:left;
	padding: 10px;
	margin: 0px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
 }
#outer #bodyblock #cont h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	font-weight: lighter;
}


#ftr {
	height:25px;
	background:#c0c0c0;
	color: #333333;
	border:solid black;
	border-width:1px 0 0 0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	padding: 0px;
	text-transform: capitalize;
	line-height: 25px;
 }
#outer #ftr a {
	color: #333333;
	text-decoration: underline;
}
#outer #ftr a:hover {
	color: #FF0000;
}

