/* File name			: emailSetup.css
 * Author				: Fabian Kostadinov
 * Creation date		: 12.12.05
 * Purpose		 		: CSS styles for the page called "emailSetup"
 * Version				: 1.0
 * 
 * Modification date :
 * Version				: 
 * Author				: 
 * Reason				:
*/

#maincontent { left: 0px; }

.box ol li { margin-left : 20px; }
a.anchor { font-size : 2em; font-weight : bold}
a.anchor:hover { color: #002868; }
a.top:hover{  color: #002868; }

#box1 { position: absolute; top: 0px; left: 0px; width: 760px; height: 15em; }
#box1 .tl { top: 0em; left: 0px; }
#box1 .tr { top: 0em; left: 760px; }
#box1 .br { top: 15em; left: 760px; }
#box1 .bl { top: 15em; left: 0px; }
#box1 .boxtext { text-align : justify}
#box1 .boxcontent { width: inherit; }
#box1 table { text-align : center ; margin-left: 225px; }
#box1 td { padding-left : 20px; }
#box1 a.choice { font-size : 1.2em; font-weight : bold}

#box2 { position: absolute; top: 16em; left: 0px; width: 760px; height: 256em; }
#box2 .tl { top: 0em; left: 0px; }
#box2 .tr { top: 0em; left: 760px; }
#box2 .br { top: 256em; left: 760px; }
#box2 .bl { top: 256em; left: 0px; }
#box2 .boxtext { text-align : justify}
#box2 .boxcontent { width: inherit; }

#box3 { position: absolute; top: 273em; left: 0px; width: 760px; height: 229em; }
#box3 .tl { top: 0px; left: 0px; }
#box3 .tr { top: 0px; left: 760px; }
#box3 .br { top: 229em; left: 760px; }
#box3 .bl { top: 229em; left: 0px; }
#box3 .boxtext { text-align : justify}
#box3 .boxcontent { width: inherit; }


#footer 
{	
	position: absolute; 
	top: 6170px;
}

