/* 
	master style sheet 
	the real style sheet 
	load base on different browser
@import url("small.css");
*/


/* Netscape 4 safe font sizes */

/*
body, div, p, th, td, li, dd, select, option, select, input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-align: center;
	background: #E8E8E8 url("../img/smallBg.png");
	margin: 0;
	padding: 0;
}

hr {
height: 1px;
border-top: 0px;
border-bottom: solid 1px #ccc;
}

h1 {
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 105%;
	font-weight: bold;
}

h3 {
	font-size: 110%;
	font-weight: bold;
}
/* the layout markup */

#wrapper {

	width: 770px;
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;
	position: relative;
}

	#masthead {
		text-align: left;
		
	    padding: 0;	
	    width: 750px;
		margin-left: auto;
		margin-right: auto;
	    display: block;
	    vertical-align: top;
	    margin-bottom: 0;
	} #nav {
			vertical-align: top;
			background: #E0001F url("../img/topNavBg.png") repeat-x top;  
			height: 85px;
			float: right;
	  } 
	  #nav img {
	  	padding: 0;
	  	margin: 0;
	  } #nav a {
	  	margin: 0;
	  	padding: 0;
	  	display: block;
	  }
	#emptysubnav {
			position: relative;
			width: 770px;
			margin-left: auto;
			margin-right: auto;
			background: #E8E8E8 url("/common/img/bgTop.png") no-repeat top;
			text-align: left;
			padding-top: 20px;
			padding-bottom: 10px;
			clear: both;	
	}
	#subnav {
			position: relative;
			width: 770px;
			margin-left: auto;
			margin-right: auto;
			background: #E8E8E8 url("/common/img/subnav.png") no-repeat top;
			text-align: left;			
			padding-top: 20px;
			padding-bottom: 10px;
			clear: both;
	} 
	
	  #subnav ul {
		padding-left: 10px;
		margin-left: 10px;
	} #subnav ul li {
		display: inline;
		padding-left: 2px;
		margin-left: 2px;
	}
	#content {
		margin: 0;
	    padding: 20px 10px;	
	    background: #E8E8E8 url("../img/bgMain.png") repeat-y center; 
		/* background:#66FF00; */
	    padding-top: 0;
	}	#content p {
		margin: 5px;
	}
	
		#leftContentWrapper {
			width: 330px;
			float: left;
			background: transparent;
	  }
	  	#leftContent {
	  		width: 320px;
	  		margin-left: 10px;
	  		text-align: left;
			background: transparent;
	  	}
	  #rightContentWrapper {
	  		width: 400px;
	  		float: right;
			background: transparent;
	  } #rightContent {
	  		width: 390px;
	  		margin-right: 10px;
	  		text-align: left;
			background: transparent;
	    }
		#fullContent {
			width: 750px;
			margin-left: 10px;
			margin-right: 10px;
			padding: 2px;
			text-align: left;
		}  
		#registerNow {
			position: relative;
			text-align: left;
			width: 393px;
			height: 131px;
			background: url("../img/registerNow.jpg") no-repeat top;
			padding-top: 30px;
			padding-left: 20px;
		}

		#registerNow a {
			color: #FFFFFF;
			padding-left: 3px;
		} #regsiterNow a:hover {
			text-decoration: underline;
		}
	#footer {
		background: transparent url("../img/bgBottom.png") no-repeat top;
		padding-top: 30px;
		text-align: center;
		margin: 0;
	  width: 770px;
		margin-left: auto;
		margin-right: auto;
	    display: block;
	} #footer a {
		color: #000000;
	}
#footer-container {
	font-size: 60%;
}

	div.print { display: none; }
	div.nonprint { text-align: center; padding-bottom: 1em;}
    div.nonprint ul li { list-style: none; display: inline; }
	div.nonprint a { font-size: 90%; color: #000000; }
	
	#TellAFriendDiv {
		position: absolute;
		width: 79px;
		height: 76px;
		top: 90px;
		left: 680px;
		z-index: 1000;
		background: transparent url("../img/tell-a-friend.png") no-repeat left top !important;
		background: transparent url("../img/tell-a-friend.gif") no-repeat left top ; 
	}
ul.square li { list-style-type: square; } 

.error { color: #FB0000; font-weight: bold;}
.error2 { color: #FF6251; font-weight: bold; font-size: 90%;}
.inform { color: #009900; font-style: italic; font-weight: bold;}
.inform2 { color: #A3FF95; font-style: italic; font-size: 90%; font-weight: bold;}

.even { background: #EEEEEE;}
.odd { background: #AAAAAA; }

.spacer { clear: both; line-height: 1%;}
.required { font-weight: normal; vertical-align: top; color: #880000;}

.label { text-align: right; vertical-align: top; width: 30%;}
.field {text-align: left;  width: 70%;}

.subheader { font-weight: bold; background: #EEEEEE;}
.aff { border-bottom: 1px solid #E0001F; margin: 5px;}

form .textbox {
	border:1px solid #aaaaaa;
	background:#f9f9f9;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
/* final overwriting */
a { color: #FB0000; text-decoration: none; }
a:hover { color: #C10000; text-decoration: underline;}

ul { list-style: none; }

img { 
	margin: 0px; 
	padding: 0px; 
	border: 0px; 
	/* behavior: url("../js/pngbehavior.htc"); */
}

