html{
font-size:100%;
}
body {
	background-color: #e7e7de;
	padding-top: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #404040;
}
input, select, textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
h1{
	font-size: large;
}
img{
	border:0px;
}
a:hover{
	color:#e67e24;
}
a{
	color:#404040;
}
ul.norm{ 
	margin:10px 0px 0px 17px;
	padding:0px;
}
li.norm {
	list-style-image: url(images/LiBullet.gif);
	list-style-position: outside;
	margin-bottom:2px;
}
.numlist{
	list-style-image: url();
}

ul.Green{
	margin:4px 0px 10px 17px;
	padding:0px;
}
ul.Green li{
	list-style-image: url(images/LiBulletGreen.gif);
	list-style-position: outside;
	margin-bottom:2px;
}
#SiteContenerDiv{
width:965px;
margin: 0 auto;
}
.HeaderDiv {
	background: url(images/HeaderBg.jpg) no-repeat;
	height: 62px;
	padding-top: 215px;
}
.LogoDiv{
	padding-bottom:20px;
}
.TopNavDiv{
	padding:0px 0px 0px 258px;
}
.MainContentTable{
	width:100%;
	background-color:#ffffff;
}
.TopLeft{
	background: url(images/TopLeft.gif) no-repeat;
	width:22px;
	height:22px;
}
.TopRight{
	background: url(images/TopRight.gif) no-repeat;
	width:22px;
	height:22px;
}
.BottomLeft{
	background: url(images/BottomLeft.gif) no-repeat;
	width:22px;
	height:22px;
}
.BottomRight{
	background: url(images/BottomRight.gif) no-repeat;
	width:22px;
	height:22px;
}
.HomeVideoDiv{
	float:right;
	width:450px;
	text-align:right;
	position: relative;
	top:-20px;
}
.HomeTextDiv{
	float:left;
	width:464px;
	margin-left: 10px;
}
.ClearFloat{
	clear:both;
}
.FloatLeft{
	float:left;
}
.FloatRight{
	float:right;
}
.FooterDiv{
	height:20px;
	margin-top:15px;
	font-size:0.9em;
}
.Copyirhgt{
	float:left;
	width:550px;
}
.Credit{
	float:right;
	width:250px;
	text-align:right
}
.InnerPageImageDiv{
	float:left;
	width:230px;
}
.InnerPageTextDiv{
	float:right;
	width:688px;
}
.LogipenConnectedPageTextDiv{
	float:left;
	width:435px;
}
.LogipenConnectedRighDiv{
	float:right;
	width:252px;
	text-align:right;
}
.LogipenConnectedRighDiv img{
	margin-bottom:20px;
}
.BoldOrangeText{
	font-weight:bold;
	color:#e67e24;
}
.BoldGreenText{
	font-weight:bold;
	color:#9ec44d;
}
.LeftSepDiv{
	height:35px;
	margin:0px 20px 35px 0px;
	border-bottom:1px solid #e7e7de
}
.RightSepDiv{
	height:20px;
	margin-bottom:20px;
	border-bottom:1px solid #e7e7de
}
.RBottomDiv {
	background: url(images/RBottom.gif) no-repeat left bottom;
	padding:0px 0px 7px 15px;
	margin-top:15px;
}
.RTopDiv {
	background: url(images/RTop.gif) no-repeat left top;
	padding:7px 0px 0px 15px;
	margin-top:15px;
}
.style1 {font-size: 0.8em}
.style2 {
	font-size: 14px
}
.style5 {
	color: #006600;
	font-size: 18px;
}
.style10 {color: #FF6600}

#spnTableFooter{
	font-size: x-small;
}

/**********/
/*dropdown*/
/**********/

ul.norm{
	margin-top: 0px;
	margin-bottom: 0px;
}
			
#sddm{
	margin: 0;
	padding: 0;
	z-index: 300;
}

#sddm li{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	/*font: bold 11px arial;*/
}

#sddm li a{
	display: block;
	margin: 0 0px 0 0;
	background: #e7e7de;
	color: #FFF;
	text-align: center;
}

#sddm li a:hover{
	background: #e7e7de;
}

#sddm div{
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #e7e7de;
	border: 1px solid #5970B2;
}

#sddm div a{
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #EAEBD8;
	color: #2875DE;
	font: 11px arial
}

#sddm div a:hover{	
	background: #49A3FF;
	color: #FFF;
}