html {
	overflow-y: scroll;
}

body {
	color: #006;
	background: #004;
	font-family: Arial, Verdana, Helvetica, Geneva;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
}

p		{ color: #003; background: none; font-size: 12px; margin-top: 10px; margin-bottom: 0px }

a:link		{ color: #009; text-decoration: underline; }
a:hover		{ color: #060; text-decoration: none; }
a:visited	{ color: #009; }
a:active	{ color: #009; }


/* ID layout styles */

#page {
	width: 780px;
	margin: 40px auto 0 auto;
	background: #C4FEFF;

	border-top:  2px solid #00C;
	border-right: 3px solid #006;
	border-bottom: 3px solid #006;
	border-left: 3px solid #00C;
}

#header {
	margin: 0 0 20px 0; 
	padding: 0; 
	border-bottom: 2px solid #006;
}

#leftbar {
	float: left; 
	width: 145px; 
	padding: 20px 0 0 20px;
	border-top: 2px solid #006;
	
	text-align:right;
}

#content {
	float: left; 
	width: 573px; 
	min-height: 350px;
	padding: 20px 20px 20px 20px; 
	margin: 0; 
	border-top: 2px solid #006;
	border-left: 2px solid #006;
}

#footer {
	clear: both;
	width: 780px;
	padding: 20px 0 0 0; 
	border-top: 2px solid #006;
	
	font-size: 10px;
	color: #003;
	text-align: center;
}

/* Content styles */
#content p {
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
	margin-bottom: 20px;}

/* Resume styles */

.res_heading {
	width: 523px;
	font-size: 12px;
	font-weight: bold;
	border-bottom: #006 solid 2px;
	padding-top: 10px;
}

.res_row {
	width: 523px;
	font-size: 10px;
	font-weight: normal;
	padding: 0 0 5px 0;
	border-top: #BBB solid thin;
}
.res_row br {
	clear: both;
}

.res_col_1of1 {
	float: left;
	width: 513px;
	margin: 0 0 0 10px;
}
.res_col_1of2 {
	float: left;
	width: 250px;
	margin: 0 0 0 10px;
}
.res_col_2of2 {
	float: left;
	width: 250px;
}
.res_col_1of3 {
	float: left;
	width: 190px;
	margin: 0 0 0 10px;
}
.res_col_2of3 {
	float: left;
	width: 150px;
}
.res_col_3of3 {
	float: left;
	width: 173px;
}

/* Contact styles */

.contactError {
	font-size:14px;
	font-weight:bold;
	color:#006;
}

.contactSuccess {
	font-size:14px;
	font-weight:bold;
	text-align:center;
}
