@charset "utf-8";
/* CSS Document */

/************************* Body*************************/ 
body,td,th,content,footer tbd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
		
	}

	
/************************* Background ****************/ 
div.template {

	width: 800px;
	margin-right: auto;
margin-left: auto;
}

div.header {
	width: 800px;
	margin-right: auto;
margin-left: auto;
}
div.container {
	background-image: url(images/white_bg.jpg);
	width: 755px;
	height:855px;
	margin-right: auto;
margin-left: auto;
padding: 15 0 0px 0px; /*top right bottom left*/
}

div.containersmall {
	background-image: url(images/white_bgsmall.jpg);
	width: 755px;
	height:410px;
	margin-right: auto;
margin-left: auto;
padding: 15 0 0px 0px; /*top right bottom left*/
}
/************************* Text Headings and Stlyes ****************/ 
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	color: #5B201C;
}
MainBG {
	background-image: url(images/mainbg.jpg);
	background-repeat: repeat;
	margin-right: auto;
margin-left: auto;


}

MainBGSMALL {
	background-image: url(images/mainbgsmall.jpg);
	background-repeat: repeat;
	margin-right: auto;
margin-left: auto;


}
/************************* Links*************************/ 

a.Reg: link {
	font-family: Arial, Helvetica, sans-serif;
	color: #5B201C;
	font-weight: bold;
	text-decoration: none;	
}
a.Reg: visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a.Reg: hover {
	color: #993300;
	text-decoration: none;	
	font-weight: bold;
}
a.Reg: active {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
.Registration {
	text-decoration: none;
	font-weight: normal;
	font-size:11px;
	line-height: 30px;
}
.template .container .Registration a {
	font-style: normal;
	font-family: "Courier New", Courier, monospace;
	font-weight: bolder;
	font-size: medium;
	text-align: left;
	line-height: normal;
	color: #3366FF;
}

