/* Start of CMSMS style sheet 'Layout' */
/*---------------------
    GLOBAL
---------------------*/
 
body {
    margin: 0;
    padding: 0;
    background: #fff;
}
 
#bodyWrapper {
    width: 950px;
    margin: 0 auto 0 260px;
    overflow: hidden;
    position: relative;
    background: #fff;
}
 
 
/*---------------------
    BANNER
---------------------*/
 
#mastHead {
    position: relative;
    overflow: hidden;
    width: 615px;
    float: left;
    text-indent: -9999em;
   margin-top: 50px;
}
 
#mastHead h1 {margin:0;}
 
#mastHead h1 a {
    display: block;
    overflow: hidden;
    text-align: center;
    background: url(uploads/images/logo.jpg) no-repeat scroll 0 0;
    height: 119px;
    width: 525px;
}
 
/*---------------------
    CONTENT
---------------------*/
 
#contentWrapper {
    position: relative;
    
}

#content {
	width: 615px;
	float: left;
	margin-right: 50px;
	margin-top: 50px;
}
 

#content .center {
	text-align: center;
}

#content .intro {
	text-align: center;
	margin-top: 3em; 
	font-size: 1.25em;
	line-height: 1.5em;
}

#rightCol {
	float: left;
	width: 278px;
	margin-top: 50px;
}

#rightCol img {
	margin: 0 10px 10px 0px;
	height: 80px;
	width: 80px;
}
 

a.regBtn {
    background: url(uploads/images/regBtn.jpg) no-repeat scroll left top;
    display: block;
    width: 138px;
    height:26px;
    text-indent: -999em;
    margin-top: 10px;
}


a.regBtn:hover {
   background: url(uploads/images/regBtn.jpg) no-repeat scroll left bottom;
}

#invoice td {
border: none;
}
 
/*---------------------
    FOOTER
---------------------*/
 
#footer {
    position: relative;
    padding: 5px;
	clear: both;
	text-align: right;
	width: 610px;	
margin-top: 60px;
}

#footer a {

	display: block;
	overflow: hidden;
	margin-left: 120px;
   color: #222;
   text-decoration: none;
}

#footer a:hover {
   text-decoration: underline;
   color:#666;

}

/* End of 'Layout' */

