@charset "UTF-8";
/* CSS Document */

body {
	background-color: white;
}

a:link {
	color: #963;
	text-decoration: underline;
	}

a:visited {
	color: #963;
	text-decoration: underline;
	}

a:hover {
	color: #600;
	text-decoration: none;
	}

a:active {
	color: #963;
	text-decoration: underline;
	}
	
#links ul {
	display: inline;
	list-style-type: none;
	}
	

#links  { 
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
}
	
	
#menu {
	text-align:center;
	margin-left:25px;
}

#menu td
{
	padding: 0px;
}

img
{
	border: none;
}

a
{
	position: relative;
}

a img
{
	position: relative;
	cursor:  pointer;
}
	
.contentMainSmall {
background-image:url("../images/bg_sm.jpg");
background-repeat:no-repeat;
height:719px;
width: 772px;
}
	
.contentMainSmMed {
background-image:url("../images/bg_smmed.jpg");
background-repeat:no-repeat;
height:1369px;
width: 772px;
}
	
.contentMainSmMedSm {
background-image:url("../images/bg_smmedsm.jpg");
background-repeat:no-repeat;
height:1067px;
width: 772px;
}
	
.contentMainMed {
background-image:url("../images/bg_med.jpg");
background-repeat:no-repeat;
height:1531px;
width: 772px;
}


.contentMainBig {
background-image:url("../images/bg_big.jpg");
background-repeat:no-repeat;
height:1709px;
width: 772px;

}


.contentMainBigger {
background-image:url("../images/bg_bigger.jpg");
background-repeat:no-repeat;
height:2331px;
width: 772px;

}


.contentPop {
background-image:url("../images/bg_terms.png");
background-repeat:no-repeat;
height:365px;
width: 400px;
}

.contentPop h3
{
	padding-left: 20px !important;
	padding-top: 20px !important;
	padding-right: 20px !important;
}

.contentPop p
{
	padding-left: 20px !important;
	cursor: pointer;
}
.container {
	width:772px;
	margin-left:auto;
	margin-right:auto;
	
}
.content {
	margin-left:35px;
	margin-right:35px;
	margin-top:0px;
	margin-bottom:10px;
	width:733px;
	height: 444px;
}

.block{
	margin-top: 120px;
	width:700px;
	float: left;
	text-align:center;
	margin-left:15px;
	
}


.block3{
	margin-top: 120px;
	width:700px;
	float: left;
	text-align:center;
	
}

.block2{
	padding-top: 120px;
	width:500px;
	margin-left:125px;
	
}

.blockLeft {

	margin-top: 120px;
	width:235px;
	float: left;
	
}

.blockRight {
	margin-top: 120px;
	margin-left:15px;
	width:370px;

	float: left;
	
}

.blockLeft2 {

	
	width:235px;
	float: left;
	
}

.blockRight2 {
	
	margin-left:15px;
	width:370px;

	float: left;
	
}

.bottom {
	margin-left:0px;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#930;
	text-align:left;
	margin-top:2px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#930;
	font-weight:normal;
}

li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#930;
	text-align:left;
	margin-top:2px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#930;
	font-weight:bold;
	margin-bottom:2px;
	text-align:left;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#930;
	text-align:left;
	font-weight:normal;
}

#sub_button
{
	cursor: pointer;
}

p.warning{
	color: red;
}

p.small{
	font-size:11px;
}