/* CSS Document */
body{
font-family:"Comic Sans MS";
margin:0px auto;
}

#Outer{
border: 1px #000000 solid;
height:auto;
margin-left:10%;
margin-right:10%;
}



#logo{
background-image:url('bg2.jpg');
background-repeat:repeat;}

#login{
position:absolute;
background-color:#FFFFFF;
right:10px;
top:2px;
width:220px;
height:auto;
font-size:12px;
margin-top:0px;
border:thin #000000 solid;
border-top:none;
padding-bottom:4px;
margin-right:20px;
}

#Maincontent{
}

hr{
color:#097603;
background-color:#097603;
margin-left:10px;
margin-right:5px;
}

#Menu{
list-style:none;
margin: 0px;
padding-left: 0px;
list-style-type: none;
text-decoration:none;
display:block;
}

#Menu a:link{
display:block;
text-decoration:none;
text-indent:15px;
color:#FFFFFF;
background-color:#3D83E6;
border-bottom:thin #FFFFFF solid;
}

#Menu a:hover{
color:#000000;
background-color:#0066FF;
border-left-color:#FFFFFF;
border-left-width:10px;
border-left:solid;
text-indent:12px;
}

#Menu a:visited{
text-indent:12px;
color:#FFFFFF;
border-bottom:thin #FFFFFF solid;
background-color:#0000CC;
margin: 0px;
padding-left: 0px;
list-style-type: none;
text-decoration:none;
display:block;
}

#text{
font-family:"Comic Sans MS";
margin-left:12px;
font-size:12px;
padding-top:10px;
}
#text p strong {
line-height:20px;}

#minitext{
font-family:"Comic Sans MS";
font-size:12px;}


#outer {
background: url('grad.gif') repeat-x scroll left bottom;
border-style:solid;
border-width:1px;
margin:0px 0pt 0px;
}

#left {
	width:150px;
	height:auto;
	top:auto;
	margin: 0px 0px;
	padding: 0px;
	z-index: 0;
}

#Menu2 ul {
list-style-type:none;
margin:0;
padding:0;
font-size:12px;
}
#Menu2 li {
margin-top:5px;
}
#Menu2 a {
display:block;
width:140px;
padding-left:10px;
padding-top:5px;
padding-bottom:5px;
text-decoration:none;
color: #097601;
background-color: #ccffcc;
}
#Menu2 a:hover {
color: #000000;
}

ul#point {
list-style-type:none;
margin:0;
display:block;
}
ul#point li {
display:inline;
}
ul#point li a {
color:#FFFFFF;
background-color: #339900;
font-size:12px;
font-family:"Comic Sans MS";
text-decoration:none;
letter-spacing:1px;
float:none;
padding: 0.2em 1.1em;
}
ul#point li a:hover {
color: #ffffff;
background-color: #336600;
}

div#mainmenudiv {
text-align:center;
margin-top:0px;
margin-bottom:10px;
}

td#ver_line {
color:#66CC66;
font-size:8px;
font-family:"Arial";
}
td#thin_line {
font-size:4px;
}

#Content{
width:auto;
min-height:600px;
position: relative;
top:auto;
margin: 20px;
margin-left:33%;
margin-right:3%;
padding: 0px;
z-index:2;
font-family:"Comic Sans MS";
border:#000000 1px solid;
border-top:none;
}

#image-left{
float:left;
padding:0px;
margin-left:0px;
width:auto;
height:auto;}

#image-right{
float:right;
padding:0px;
margin-left:0px;
width:auto;
height:auto;
}

.header{
color:#FFFFFF;
line-height:1.5em;
text-indent:10px;
font-weight:bold;
background-color:#097603;
height:20px;
padding-top:2px;
font-family:"Comic Sans MS";
font-size:12px;
letter-spacing:1px;
}

#footer{
background:#F2A057 url('grad.gif') repeat-x left bottom;
text-align:center;
border: 1px #000000 solid;
border-left:none;
border-bottom:none;
border-right:none;
width:100%;
height:auto;
position:relative;
bottom:0px;
left:0px;
}

.box{
	width:150px;
	font-size: 12px;
	text-align: right;
}

.textbox{
	width:250px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

/* added 13 Sep 2009 to handle EazyWebz link */
a#sml_link {
	font-family:     Arial;
	font-size:       9px;
	font-weight:     bold;
	color:           #ffffff;	/* white */
	text-decoration: none;
	text-align:      right;
}
a#sml_link:hover {
	color:#FF9900; 				/* light orange */
}
