/** 
    This CSS file is included into <head> of each user template after amember.css
    and before site.css (if it is exists).

    There you can see variable %bgcolor% - it is configured in setup form 
    (see application/default/themes/sample/Theme.php) and now substituted here.
    Files with variables must be added to special list ($publicWithVars) of Am_Theme
    class and these files are routed via special URL. Routed via URL, it is cached
    in browser for 1 hour.

    @link Am_View->printLayoutHead()
*/
body {
	
	font-size: 10pt;
	background-color: #FFF;
}

#headDiv #logoDiv {
	height: 130px;
	width: 100px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	text-align: center;
}


div.am-body {
	width:800px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	padding-bottom: 100px;
	background-color: #FFF;
	margin-top: 2px;
	background-image: url(/amember/application/default/themes/mysite/my_images/white.jpg);
	background-repeat: repeat;
}
.agreement {
	font-size: 10pt;
	white-space: pre-wrap;
	height:80px;
	overflow: auto;
	
	margin-left: 50px;
}a:link {
	color: #999;
}
a:visited {
	color: #999;
}
a:hover {
	color: #000;
}
a:active {
	color: #999;
}