/***** STYLES FOR RESET, HTML, BODY *****/

* {
	margin:0;
	padding:0;
	border:0;
}

html{
	overflow:-moz-scrollbars-vertical;
	background-color:#fff;
}

body{
	font-family:Arial, sans-serif;
	font-size:12px;
	color:#222222;
	line-height:16px;
	text-align:center;
	background:transparent url('../images/backgroundimage.jpg') no-repeat center 0;
}



/***** STYLES FOR MAIN SECTIONS OF THE DOCUMENT (div) *****/

#page{
	margin:0 auto;
	text-align:left;
	width:960px;
	border:0px solid #ccc;
}

#header{
	height:107.5px;
	border:1px solid #fff;
}

#nav{
	border:2px solid #dfe1ca;
	border-top:0;
	margin:-7px 0 100px 0;
	background-color:#fff;
}

#content{
	border-top:0;
	margin:-7px 0 100px 0;
	background-color:#fff;
}

#container{
	border-top:0;
	margin:-7px 0 100px 0;
	background-color:#fff;
	width:960px;
    	padding:10px;
}

#container #column1{
	width:600px;
	float:left;
}

#container #column2{
	width:360px;
	float:right;
}


#footer{
	height:170px;
	border:1px solid #fff;
}







/***** STYLES FOR ALL DEFAULT LINKS *****/

a, a:visited{
	color:#c74fa4;
	text-decoration:none;
}

a:active, a:hover{
	text-decoration:underline;	
}



/***** STYLES FOR H1 LOGO *****/

h1{
	color:#ff0000;
	margin:63px 0 0px 5px;
}

h1 a{
	background:#fff url('../images/logo.png') no-repeat 0 0;
	display:block;
	height:36px;
	width:101px;
	text-indent:-400px;
}



/***** STYLES FOR TOP NAVIGATION *****/

#nav ul{
	margin:23px 0 30px -1px;	
	width:960px;
	list-style-type:none;
	height:28px;
	background-color:#ecede2;
	font-family:helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	padding-top:3px;
	border:2px solid #dfe1ca;
	border-bottom:0;
}

#nav ul li{
	float:left;
}

#nav ul li a{
	color:#4f5050;
	text-decoration:none;
	padding:4px 17px 0 17px;
	border-right:1px solid #d6d7cd;
	display:block;
}

#nav ul li a:hover{
	text-decoration:underline;
}



/***** STYLES FOR ARTICLE HEADERS, PARAGRAPH *****/

h1{
	color:#ff0000;
	margin:0px 17px 10px 19px;
	padding:17px 0 17px 0;
	font-family:helvetica, sans-serif;
	font-weight:bold;
	font-size:50px;
	text-transform:uppercase;
	color:#38BFF5;
	border-bottom:1px dotted #dfe1ca;
}

h2{
	color:#ff0000;
	margin:0px 17px 10px 19px;
	padding:17px 0 17px 0;
	font-family:helvetica, sans-serif;
	font-weight:bold;
	font-size:25px;
	text-transform:uppercase;
	color:#38BFF5;
	border-bottom:1px dotted #dfe1ca;
}

h3{
	color:#ff0000;
	margin:0px 17px 10px 19px;
	padding:17px 0 17px 0;
	font-family:helvetica, sans-serif;
	font-weight:bold;
	font-size:20px;
	text-transform:uppercase;
	color:#38BFF5;
	border-bottom:1px dotted #dfe1ca;
}



p{
	margin:16px 19px 19px 19px;
}

.specialtext{
	font-weight:bold;
	font-size:13px;
	color:#4f5050;
}



/***** STYLES FOR CONTINUE BUTTON *****/

.continue{
	width:140px;
	height:25px;
	background-color:#ffa800;
	display:block;
	font-weight:bold;
	padding-top:5px;
	text-align:center;
	font-size:14px;
	margin-top:36px;
}

a.continue{
	color:#fff;
	text-decoration:none;
}

a.continue:hover{
	text-decoration:underline;
}

