body
{
	background-image: url("http://pointofservice.members.winisp.net/CSSImg/body_bg.jpg");
	background-repeat: repeat-x;
	margin : 0px;
	padding: 0px;
	font-family: Tahoma, Arial, helvetica,sans-serif;
	font-size: small;
	color: #424242;
	background-color: #ffffff;
}

a:visited, a:active, a:link
{	
  color: #e86e08;
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

.post
{
	margin: 0 0 30px 0;
}

.post a:link, .post a:active, .post a:visited
{
  text-decoration: none;
}

.post a:hover
{
  text-decoration: underline;
}

.posthead
{
	margin: 0 0 10px 0;
	border-style: dotted;
	border-width: 0 0 1px 0;
	border-color: #bababa;
	color: #0a4885;
	font-weight: normal;
	font-size: 1.5em;
	padding-bottom: 6px;
}

.posthead a:link, .posthead a:visited, .posthead a:active
{
	color: #0a4885;
	text-decoration: none;
}

.posthead a:hover
{
	color: #0a4885;
	text-decoration: underline;
}

.postfoot 
{
	margin-top: 10px;
	border-style: dotted;
	border-width: 1px 0 1px 0;
	border-color: #bababa;
	padding-top: 6px;
	padding-bottom: 6px;
}

.postfoot a:link, .posthead a:visited, .posthead a:active,
{
  color: #EE9246;
  text-decoration: none;
}

.postfoot a:hover
{
  text-decoration: underline;
}

.postfoot .em
{

}

.pageTitle
{

}

#leftmenu {
 	background-image: url("http://pointofservice.members.winisp.net/CSSImg/leftnav_bg.png");
 	background-repeat: no-repeat;
 	border-top: 1px solid #d5d5d5;
 	border-left: 1px solid #d5d5d5;
	float: left;
	width : 200px;
	padding: 20px 15px 0 15px;
	overflow: hidden;

}

#leftmenu h3 {
  color: #3399cc;
	font-size : 1.1em;
	font-weight: bold;
	padding: 0 0 6px 0;
	border-style: dotted;
	border-width: 0 0 1px 0;
	border-bottom-color: #bababa;
	margin-top: 14px;	
	margin-bottom: 7px;
}

#leftmenu ul {
  list-style-image: url("http://pointofservice.members.winisp.net/CSSImg/leftnav_link.gif");
  margin: 0 0 0 15px;
  font-size: small;
}

#leftmenu ul li
{
	margin-top: 6px;
	margin-bottom: 6px;
	font-weight: normal;
}

#leftmenu ul a:link, #leftmenu ul a:visited, #leftmenu ul a:active
{
  color: #e86e08;
  text-decoration: none;
}

#leftmenu ul a:hover
{
  text-decoration: underline;
}

#main {
	border: 1px solid #d5d5d5;
	overflow: hidden;
	background-color: #F7F7FF;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	width: auto;
}

#content
{
	width: 800px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

#masthead 
{
 	background: url("http://pointofservice.members.winisp.net/CSSImg/kiosk_icon.png") no-repeat;
 	width: 800px;
	overflow: hidden;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	height: 110px;
}

#welcome
{
	background-color: transparent;
	color: #ffffff;
	margin-top: 5px;
	font-size: small;
	margin: 0;
	padding: 0;
	text-align: left;
}

#welcome a:link, #welcome a:visited, #welcome a:active
{
	color: #ffffff;
	font-weight: normal;
	padding-left: 5px;
	text-decoration: none;
}

#welcome a:hover
{
	text-decoration: underline;
}

#Search
{
	margin-top: 30px;
	padding-right: 0;
}

#Search .searchBox 
{
	width: auto;
	border: ;
	font-size: small;
}

#title
{
	color: #ffffff;
	position: relative;
	left: 130px;
	top: 10px;
	width: 300px;
	overflow: hidden;
	font-size: small;
	height: auto;
	text-align: left;
}

#title h1
{
	font-size: medium;
	font-weight: bold;
	text-align:left;
}

#title a:link, #title a:visited, #title a:active
{
  color: #ffffff;
}

#nav
{
	background-color: #ffffff;
	width: 800px;
	overflow: hidden;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	background-image: url("http://www.microsoft.com/windowsembedded/images/templates/TopNavFill.gif");
	height: 35px;
	padding: 0;
}

#navbar
{
	background: transparent;
	height: auto;
}

#navbar ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#navbar li
{
	padding-top: 9px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	float: left;
	text-transform: uppercase;  
	font-weight: bold;
	background-image: none;
	font-size: small;
	margin-left: 0;
	margin-right: 0;
}

#navbar a:link, #navbar a:visited, #navbar a:active
{
	color: #666666;
	text-decoration: none;
}

#navbar a:hover
{
	color: #3399cc;
}
