/* Start of CMSMS style sheet 'learning' */
/* CSS Document */

/* CSS Document */

body {
	margin:0px;
	background-image: url(/uploads/images/grey.jpg);
	/*background-image: url(images/h-bg.jpg);*/
	background-repeat: repeat;
	background-color: #FFFFFF;
	background-position: top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.footerbg {
	background-image: url(images/h-footer.jpg);
	background-repeat: repeat-x;
	height: 33px;
}

.leftbox {
background-color: #F2F1ED;
border-style: solid;
border-color: #AAAAA9;
border-width: 1px;
}

.picborder1 {
border-style: solid;
border-color: #7BB300;
border-width: 1px;
}

.box1 {
background-color: #5A781A;
color: #FFFFFF;
}

.box2 {
background-color: #749A20;
color: #FFFFFF;
}

.tableborder1 {
border-style: solid;
border-color: #475E13;
border-width: 1px;
}

/* for text formatting */
h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #4E6815;
}

.lefttitle {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #4E6815;
font-weight: bold;
}

.footertext {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #FFFFFF;
}

input, textarea, select {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
}
/* end for text formatting */

/* for all the links */
a.leftcontlink {
font-weight: bold;
text-decoration: underline;
color: #000000;
}

a.leftcontlink:hover {
font-weight: bold;
text-decoration: none;
color: #000000;
}

a.contentslink {
text-decoration: underline;
color: #000000;
}

a.contentslink:hover {
text-decoration: none;
color: #000000;
}
/* end for all the links */

/* for the positions */
p, h1 {
	margin-top: 15px;
	margin-bottom:15px;
}

.leftcontspacer {
margin-top: 7px;
margin-bottom: 7px;
}

ul, ol {
margin: 0px;
padding: 0px;
}

li {
	margin-left: 40px;
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 11px;
}

.ourclientstext{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 400px;
	position: relative;
	left: 20px;
	top: 20px;
}

.globeclient {
	width: 200px;
	left: 450px;
	position: relative;
	bottom: 140px;
}

.main{
        background-color:#ffffff;

}

.header{
       background-image:url(/uploads/images/header.jpg);
}
/* end for the positions */

/* End of 'learning' */

