@CHARSET "ISO-8859-1";


body {
	//background-color: #CBDEF0;
	margin: 0;
}

.mainDiv {
	margin: 0 auto;
	text-align: center;
	width: 980px;
	background-color: #FFFFFF;
/*
	background-image: -ms-linear-gradient(left, #C7C7C7  0% ,#FBFBFB 5%,#FBFBFB 95%, #C7C7C7  100%);
	background-image: -moz-linear-gradient(left, #C7C7C7  0% ,#FBFBFB 5%,#FBFBFB 95%, #C7C7C7  100%);
	background-image: -o-linear-gradient(left, #C7C7C7  0% ,#FBFBFB 5%,#FBFBFB 95%, #C7C7C7  100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #C7C7C7 ),color-stop(.5, #FBFBFB),color-stop(.95, #FBFBFB), color-stop(1, #C7C7C7 ));
	background-image: -webkit-linear-gradient(left, #C7C7C7  0% ,#FBFBFB 5%,#FBFBFB 95%, #C7C7C7  100%);
	background-image: linear-gradient(to right, #C7C7C7  0% ,#FBFBFB 5%,#FBFBFB 95%, #C7C7C7  100%);
	*/
/*
	 border-width:0px 5px;
	 border-color: #C7C7C7;
	 border-style: solid;

    -webkit-border-image: 
    	-webkit-gradient(linear, 100% 0, 0 0, from(black), to(rgba(0, 0, 0, 0))) 1 100%;
    -webkit-border-image: 
    	-webkit-linear-gradient(right, black, rgba(0, 0, 0, 0)) 1 100%;
    -o-border-image:
    	     -o-linear-gradient(right, black, rgba(0, 0, 0, 0)) 1 100%;
    -moz-border-image:
    	   -moz-linear-gradient(right, black, rgba(0, 0, 0, 0)) 1 100%;  */

}

.header {
	text-align: center;
	width: 100%;
	height: auto;
	border: none;
	/*		background-color: #f7f7f7;*/
}

img {
	border: none;
}

.portal {
	width: 400px;
}

.nohand {
	cursor: default;
}

.center {
	text-align: center;
	margin: 0 auto;
}

.contentTitle {
	text-align: left;
	margin-left: 40px;
	margin-bottom: 10px;
	margin-top: 20px;
	font-size: 40px;
	color: #444444;
}

.contentTitleDiv {

	border-bottom: 2px solid #6892B9;
	width: 95%;
	margin: 0 auto;
}

.contentBoxes {
	display: block;
	padding: 2% 0;
}

.reccommend:hover {
	font-weight: bold;
}

@font-face {
	font-family: Haettenschweiler;
	src: url("/fonts/HATTEN.TTF") format("truetype");
}

@font-face {
	font-family: Nyala;
	src: url("/fonts/NYALA.TTF") format("truetype");
}

#footer {

	text-align: right;
	padding: 20px 60px;
	border-top: solid 2px #DADADA;
	background-color: rgba(192, 192, 192, 0.33);
}

#contactUsLink {

}
