body {
	width:auto !important;
	background-image:url(../images/layout/bg.gif);
	background-repeat:repeat;
	background-color: #65727a;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	margin:0px;
	padding:0px;
}

img {
	border:0px;
}
img.one {
	border:5px solid #eee496;
}
img.two {
	border:5px solid #ffffff;
	margin:0px 60px 10px 30px;
}
ul {
	list-style-type:none;
	padding:0px;
	margin:0px;
}
ol.ultwo {
 list-style-type:none;
 padding-left:0px;
 margin-left:0px;
}
ol.ultwo li {
	display:inline-block;
}
li.one {
	float:left;
	padding-left:70px;
	background:url(../images/layout/button_bg.gif) repeat-x;
}
p {
	margin-left:8px;
}

/* Links */
a {
	color:#4f628a;
	text-decoration:underline;
}
a:hover {
	color:#21304e;
	text-decoration:none;
}
a:visited {
	color:#758cb9;
}

/* Style classes [t,r,b,l]*/
.home {
	padding:67px 0 6px 13px;
}
.left {
	float: left; 
	width: 55%; 
	text-align: left;
}
.right {
	float: right;
	margin-right:2px;
	width: 30%; 
	text-align: right;
}
input {
	background-color:#FFFFFF;
	border:1px solid #000000;
}
.ML #section {
	background-color:#dbe1ea;
	border:1px solid #999999;
	padding: 5px 5px 10px;
	display:block;
	float:left;
	margin-right:5px;
	margin-bottom:5px;
	width:120px;
	height:185px;
}
.ML #section a.one img {
	border:1px dotted #999999;
	/*width:80px;
	height:60px;*/
}
.ML #section hr {
	border:0;
  color:#6B6B6B;
	background-color:#6B6B6C;
  height:1px;
}
.ML #desc {
	font-size:10px;
}
.ML #pic {
	text-align:center;
}

/* Site containers */
.ML #mainContainer {
	/*background:url(../images/layout/bg_two.gif) repeat-y;*/
	background-color:#fef9d1;
	width:758px;
	margin:0 auto;
	border:0;
	text-align:left;
}
.ML #banner {
	background:url(../images/layout/banner.gif) no-repeat center;
	height:98px;
}
.ML #buttons {
	width:758px;
	background:url(../images/layout/button_bg.gif) repeat-x;
}
.ML #contentBox {
	clear:both;
	margin:10px 20px 10px 20px;
}
.ML #footer {
	background:url(../images/layout/footer.gif) no-repeat center;
	height:27px;
}
.ML #cInfo {
	position:relative;
	bottom:-12px;
}

/* Error/Success */
.ML #errordiv {
	padding:5px;
	background:#ffc7c7; 
	border:1px solid #e91a1b;
}
.ML #successdiv {
	padding:5px;
	background:#cfffc7; 
	border:1px solid #1eff00;
}

/* Login */
#loginDiv {
	background-color:#ede6ae;
  width:50%; 
  padding:15px;
  border:1px solid #e5e5e6;
  margin:auto;
}

/* BUTTONS */
.buttons a, .buttons button{
	display:block;
	margin:0 7px 0 0;
	background-color:#f5f5f5;
	border:1px solid #dedede;
	border-top:1px solid #eee;
	border-left:1px solid #eee;
	width:auto;

	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size:100%;
	line-height:130%;
	text-decoration:none;
	font-weight:bold;
	color:#565656;
	cursor:pointer;
	padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
	width:auto;
	overflow:visible;
	padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
	padding:5px 10px 5px 7px; /* Firefox */
	line-height:17px; /* Safari */
}
*:first-child+html button[type]{
	padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
	margin:0 3px -3px 0 !important;
	padding:0;
	border:none;
	width:16px;
	height:16px;
}

/* STANDARD */
button:hover, .buttons a:hover{
	background-color:#dff4ff;
	border:1px solid #c2e1ef;
	color:#336699;
}
.buttons a:active{
	background-color:#6299c5;
	color:#fff;
}

/* POSITIVE */
button.positive, .buttons a.positive{
	color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
	background-color:#E6EFC2;
	border:1px solid #C6D880;
	color:#529214;
}