body {
	cursor: default;
	margin: 0px 0 0 0;
	font: small/1.8em Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	color: #FFF;
	text-align: center;
}



h1 {
	color: #000;
	text-align: center;
	font-size: 1.1em;
	text-transform: uppercase;
	border: 1px dotted;
	line-height: 2em;
	margin: 3em 0;
}

h2 {
	color: #fff;
	background: #596F80;
	text-indent: 0.5em;
	font-size: 1.1em;
	font-variant: small-caps;
	margin-top: 1.3em;
	margin-bottom: 0.3em;
}

h3 {
	font-size: 1.1em;
}

a {
	color: #596F80;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted;
	cursor: pointer;
}

a:hover {
	color: #596F80;
	border-bottom: 1px solid;
}

a:visited {
	color: #596F80;
}

img {
	border: 0;
}

.pic, .pic:hover, .pic:active, .pic:visited {
	border-bottom: 0px solid;
}

#pageWrapper {
	background-image: url('images/shadow.jpg');
	background-repeat: repeat-y;
	background-position: top center;
}

#page {
	width: 850px;
	margin: 0 auto;
	color: #000;
	background: #E6E8F2;
	text-align: left;
}

#pageFooter {
	background-image:url('images/shadow_bottom.jpg');
	width:100%;
	background-position: top center;
	background-repeat:no-repeat;
	background-color:#FFF;
}


	#header {
		width: 100%;
		height: 150px;
		background: url("images/logo.jpg") top right no-repeat;
	}
		#header h1 {
			margin: 0;
			border: none;
		}

	/***** Navigation *****/

	#navigation ul,#navigation li	{
		margin:0;
		padding:0;
	}

	#navigation {
		background:#CFDCE6;
		color:#3E5261;
		font-size:1em;
		height:3em;
		line-height:3em;
		border-bottom:1px solid #596F80;
		border-top:1px solid #596F80;
	}

	#navigation li {
		float:left;
		list-style:none;
		white-space:nowrap;
	}

	#navigation li a {
		background:inherit;
		color:#3E5261;
		display:block;
		font-weight:bold;
		padding:0 16px;
		text-decoration:none;
		border:none;
	}

	* html #navigation a {width:1%;}

	#navigation .selected,#navigation a:hover {
		background:#3E5261;
		color:#fff;
		text-decoration:none;
	}





	#content {
		float: left;
		width: 600px;
		padding: 0px 20px 20px 20px;
		border-right: 1px solid #596380;
		background: #FBFFF0;
		font-size: 12px;
	}

	#sidebar {
		margin: 10px 0 0 -1px;
		padding: 0 0 0 15px;
		float: left;
		width: 180px;
		font-size: 11px;
		line-height: 20px;
		border-left: 1px solid #596380;
	}
	
	#sidebar h2 {
		padding: 2px 0px 2px 0pxm;
		margin: 14px 0px 0px 0px;
		font-size: 12px;
	}

	#email {
		border:1px dashed #999999;
		background-color:#EEEEEE;
		width: 390px;
		padding: 0px 10px 0px 20px;
	}
	#email li {
                        display: inline;
                        padding: 0 150px 0 0;
                }
	#email input {
                        width:180px;
			border:1px solid #222222;
			position:relative;
			bottom:5px;
			height:20px;
	}
	#email textarea {
			width:375px;
			height: 225px; 
			border:1px solid #222222;
			position:relative;
			bottom:5px;
	}
	
	#visa-info p {
            
                        margin-left:0px;
        }
	
	#visa-info li {
            
                        margin-left:10px;
        }

	#immigrationlinks li {
           		font-size:10px; 
                        margin-left:20px;
        }

	.paypalLink {
		border: 0px;
		font-size: 16px;
		font-weight: bold;
	}

	.paypalLink:hover {
		border: 0px;
	}


	#footer {
		clear: both;
		margin: 0;
		padding: 5px;
		background: #596F80;
		text-align: center;
		font-size: 0.8em;
		color:#FFF;
	}

	#footer div.footercontent {
		text-align: left;
		padding: 4px;
		background-color: #7790a3;
		border: 1px dotted #ccc;
		line-height: 15px;
	}
	
	#footer p {
		margin: 4px 5px 7px 5px;
	}

	#footer li {
		display: inline;
		padding: 0 1em 0 0;
	}

	#footer a {
		color: #fff;
	}

