*{
	margin:0px;
	padding:0px;
	font-family:Verdana, Helvetica, sans-serif;
}

#container{
	width:900px;
	margin:0px auto;
	background-color:#000000;
}


/********************** Header Styles ************************/
#header{
	height:100px;
	padding: 0px;
	border-top:solid 4px #0D9524;
	border-bottom:solid 4px #0D9524;
	background: url(/mysite/images/lbord.jpg) repeat-y top left; 


}
#logo{
	float:left;
	padding-left:20px;

}
#logo img{
	border-width:0px;
}

#login {
	float:right;
	padding-right:20px;
	text-align: right;
}

/************************* end of Header Styles ***********************/


/*************************** Image Area Styles *****************************/

.img_wrapper{
	padding:0px;
	margin: 0px;
	border-left: solid 14px #0D9524;
	border-right: solid 14px #0D9524;
	background-color:#ffffff;

}


.imagetop { 
	background: url(/mysite/images/itr.gif) no-repeat top right; 
}

.imagebottom {
	background: url(/mysite/images/ibr.gif) no-repeat top right; 
}




/*************************** Content Area Styles *****************************/


#content{
	width:900px;
	padding-top:10px;
	background-color:#000000;
}



.roundmid{
	margin: 0px;
	margin-top:2px;
}

.float{
	float:left;
}


.roundcont p {
	margin: 0 10px;
}
.roundcont ul {
	padding: 10px 20px;
}

.roundtop { 
}

.roundtopleft { 
	margin: 0px;
	background: url(/mysite/images/tl.png) no-repeat top left;
	width:35px;
	height:30px;
	float: left;
}

.roundtopright { 
	margin: 0px;
	background: url(/mysite/images/tr.png) no-repeat top right;
	width:35px;
	height:30px;
	float: left;
}


.roundbottomleft { 
	margin: 0px;
	background: url(/mysite/images/bl.png) no-repeat top left;
	width:35px;
	height:30px;
	float: left;
}

.roundbottomright { 
	margin: 0px;
	background: url(/mysite/images/br.png) no-repeat top right;
	width:35px;
	height:30px;
	float: left;
}

/************************ end of Content Area Styles **************************/



/*************************** Layout Styles *****************************/

h1, h2, h3, h4, h5, h6{
	margin-bottom:2px;
	margin-top:2px;
}

h1{

}
h2{
	font-size:9pt;
	color:#ff5800;
}
h3{
	font-size:8pt;
	color:#92a5a4;
}
h4{
	font-size:8pt;
	color:#000000;
}
h5{
	font-size:8pt;
	color:#0D9524;
}


#Menu1 {
	background-color: #000000;
	height:32px;
	margin-left: 0px;
	margin-top: 0px;
	border-left:solid 20px #000000;
	border-top:solid 10px #000000;
	border-bottom:solid 4px #000000;


}

#Menu1 li {
	float:left;
	margin-left:2px;
	background:url(/mysite/images/menu1_right.jpg) no-repeat right top;
	background-color: #000000;
 	list-style: none; 
}

#Menu1 li.current,
#Menu1 li.section {
	background:url(/mysite/images/menu1_right_on.jpg) no-repeat right top;
}

#Menu1 li a {
	display:block;
	color:#fff;
	font-weight:bold;
	font-size:1.1em;
	text-decoration:none;
	padding:5px 15px;
	background:url(/mysite/images/menu1_left.jpg) no-repeat left top;
}

#Menu1 li a:hover {
	color:#d2ebff;
}

#Menu1 li.current a,
#Menu1 li.section a {
	background:url(/mysite/images/menu1_left_on.jpg) no-repeat left top;
	color:#d2ebff;
}


#Menu2 {
	margin: 0px;
	padding-right: 20px;
	width:190px;
	background:url(/mysite/images/account.png) no-repeat right top;

}

.menu2link {
	border-top: 3px solid #0D9524;
	border-bottom: 3px solid #0D9524;
	border-left: 8px solid #0D9524;
	border-right: 8px solid #0D9524;
	display: block;
	margin-bottom: 2px;
	margin-top: 2px;
	padding:5px;
}

.menu2link a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	font-weight:bold;
	font-size:1.1em;
}

#Menu2 li a:hover {
	color:#d2ebff;
}


/*************************** End of Layout Styles *****************************/


img.corner {
   width: 14px;
   height: 14px;
   border: none;
   display: block !important;
}


.footer {
	color:#0D9524;
	text-align: center;
}

.right {
	float: right;
	padding-right:20px;
}

.clear:after{
	content:".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.clear {
	clear:both;
	min-height: 1px;
}

* html .clear {
	height: 1px;
}


