*{margin:0;padding:0;border:none;}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #5C6F79;
	background: url(/assets/Background.gif) repeat-y 50%;
}
h1 {
	font-size: 150%;
	color: #0B9A4A;
	padding: 10px 0 10px 0; 
}
h2 {
	font-size: 125%;
	color: #0B9A4A;
	padding: 10px 0 10px 0; 
}
#primarycontent h3 {
font-size: 100%;
font-weight: bold;
color: #0B9A4A;
}
a {text-decoration: none; color: #fff;}
a:visted {text-decoration: none; color: #fff;}
a:hover {text-decoration: none; color: #fff;}
a:active {text-decoration: none;	color: #fff;}
ul {padding: 2em;}

#submenu_system {
	display: block;
	float: right;
	width: 499px;
	height: auto;
	color: #FFF;
	background: #ED1B24 url(/assets/SMART_SubMenuBackground.jpg) top left repeat;
}

#submenu {
float: right;
display: block;
width: 150px;
margin: 5px;
height: auto;
background: #E7E7E8 url(/assets/SubMenuBackground2.gif) bottom right no-repeat;
}
#submenu h3 {
font-size: 90%;
padding: 0 5px 0 5px;
color: #FFF;
text-align: center;
background: #012C01 url(/assets/SMART_SubMenuBackground.jpg) top left repeat-y;
}
#rightmenu ul li:hover a {color: #FFF !important;}
#rightmenu ul li a {color: #9B9D9F;}
#rightmenu ul ul li {background: #016A32;}
#rightmenu ul ul li:hover, #rightmenu ul li:hover { color: #FFF; background:#099B48;/* border-bottom: 1px dashed #DFDFDF; padding-bottom: 0px;*/}

/* Hover Styles */
#leftmenu ul li a:hover { 
	width: 190px;
	border-right: 10px solid #D6D6D6;
	background: #016A32;
	color: #FFF;
}

/* CONTACT FORM PROPERTIES */
#thisform {display: block; width: 345px;}
#thisform legend {
	color: #0B9A4A;
	font-size: 1.25em;
	padding-bottom: 0.25em;
	padding-left: 1em;
	padding-right: 0.5em;
}
#thisform p {
color: #5C6F79;
display: block;
text-align: right;
width: 345px;
margin: 0;
padding: 0 0 5px 0;
}
#thisform input {
	width: 150px;
	height: 20px;
	background: #E1E8EE;
	border: 1px solid #0B9A4A;
}
#thisform textarea {
	width: 250px;
	height: 100px;
	margin-bottom: 5px;
	background: #E1E8EE;
	border: 1px solid #0B9A4A;
}
#input_submit { height: auto; width: 230px; float: right;}
#input_submit input {
	float: none;
	height: auto;
	width: 100px;
	margin-left: 2px;
	margin-right: 0;
	color: #FFF;
	background: #0B9A4A;
	
}