* {
	margin:0;
	padding:0;
}
body, html {
	width: 100%;
	height: 100%;
	background:#D3D7D8;
}

* html #container {
height: 100%;
}

#container {
	position: relative;
	min-height:100%;
	border:0px dotted black;	
	width:698px;
	margin:0 auto;
	background:#fff;
	z-index:1
}


#logo {
	display:block;
	border:none;
}

.clear {
	clear:both;
	height:0;
	overflow:hidden;
}



#footer {
	z-index:2;
	position:relative;
	height:51px;
	margin-top:-51px;
	width:100%;
}

#footerInner {
	width:698px;
	margin:0 auto;
	position:relative;
}

#techLinks {
	margin:3px 7px 5px 7px;
	list-style:none;
	font-family: georgia, palatino linotype;
	font-size:0.8em;
	background:#013a7f;
	height:26px;
	line-height:1.6em
}

#techLinks li {
	float:left;
	list-style:none;
	padding:3px 6px;
	background:#013a7f;
	height:20px;
	color:#fff;
	border-right:1px solid #fff;
}


#techLinks li:hover {
	background:#d83c3d;
	height:20px;
	color:#fff
}

#techLinks a {
	color:#fff !important;
	display:block;
	width:100%;
	height:100%;
}

.last {
	margin:0 !important;
	padding:0 !important;
}

.pageTitle {
	text-align:left;
	font-size:1.1em;
	font-family: georgia, palatino linotype;
	color:#262626;
	padding:10px 0 10px 0;
}


.pageText {
	text-align:justify;
	font-family:verdana;
	font-size:0.8em;
	line-height:1.3em
}

.pageNote {
	text-align:justify;
	font-family:verdana;
	font-size:0.8em;
	margin-bottom:10px;
	line-height:1.3em;
	padding:0 5px;
}

a {
	color:#023d7f;
	text-decoration:none
}

.blue {
	display:block;
	margin-top:5px;
	color:#023d7f;
}

.red {
	color:#d83c3d
}

a:hover {
	color:#d83c3d
}

.gray {
	
}
.left {
	float:left
}

.right {
	float:right !important;
}


.content{
	padding:3px 10px;
	width:678px
}

.shadowRight {
	height:100%;
	width:10px;
	position:absolute;
	right:-10px;
	top:0;
	background:url(/i/back.jpg) repeat-y;
}

.shadowLeft {
	height:100%;
	width:10px;
	position:absolute;
	left:-29px;
	top:0;
	background:url(/i/backLeft.png) repeat-y;
}


.shadowBottom {
	height:51px;
	width:100%;
	position:absolute;
	left:0;
	top:0;
	background:url(/i/footer7.png) repeat-x;
	z-index:1;
}	

#footerText {
	position:relative;
	left:0;
	top:0;
	z-index:2;
	color:#fff;
	font-size:0.7em;
	padding:7px 7px 0 7px;
	font-family:tahoma;
	text-align:center;	
}

.white {
	color:#fff;
}

.mainForm {
	width:500px;
	margin:25px auto;
	padding:0 20px 20px;
	border:2px groove #fff
}


#tutor_city {
	margin-left:55px;
	width:200px;
	height:20px
}



.inputNote {
	display:block;
	font-family:tahoma;
	font-size:0.9em;
	margin-bottom:5px
}

.input {
	width:500px;
	border:1px solid #777;
	background:#fff;
	height:20px;
	margin-bottom:10px;
	display:block;
}

.input:focus {
	border:1px solid #d83c3d
}


.button {
	height:25px;
	cursor:pointer;
	color:#000;
	font-size:0.9em;
	
	padding:0 5px;
	background:#eee;
	border:2px outset #eee;
}


.pageWrap {
	width:100%;
	height:50px;
	clear:both;
}

.textarea {
	width:500px;
	height:130px;
	overflow:hidden;
	display:block;
	border:1px solid #777;
	margin-bottom:10px;
}

.textarea:focus {
	border:1px solid #d83c3d
}

.smallText {
	font-size:0.75em;
	font-style:italic;
	font-family:trebuchet ms;
}


.wrap {
	clear:both;
	width:100%;
	height:10px
}

.hidden {
	display:none
}

.smaller {
	font-size:0.8em !important
}

.smallerX2 {
	font-size:0.7em !important
}



.centerContent {
	width:540px;
	margin:25px auto;
}

.doubleWrap {
	height:20px;
	clear:both;
	overflow:hidden;
}

.rel {
	position:relative
}

.x {
	float:right;
	color:#d83c3d;
	font-size:0.9em;
}


.smaller {
	width:90%
}


.small {
	width:40%
}


.radio {
	display:inline!important
}


.overflow {
overflow:hidden;
height:0
}

.hidden {
	display:none;
}

.hr {
	border-top:1px solid #ddd;
	clear:both;
	margin:10px 0; 
	width:90%;
	margin:7px auto 10px auto;
}

.coolList {margin:0 0 0 10px}

.coolList li{ margin-bottom:10px}

.pageInt {
	padding:0 3px;
	font-size:1.1em;
}
.italic {font-style:italic;}
.bold {font-weight:bold; font-size:1.2em}

.avatar {
	display:block;
	margin:0 auto 10px
}

