body {
	text-align: center;
  	margin-top:0px;
  	margin-bottom:10px;
	background-color: #efd41d; 
}

A:link {
	COLOR: #000099; text-decoration: none
}
A:visited {
	COLOR: #000099; text-decoration: none
}
A:active {
	COLOR: #000033; text-decoration: none
}
A:hover {
	COLOR: #CCCCCC; text-decoration: underline
}

#page_wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 888px;
	text-align: left;
	background-color: #ffffff;
}

#page_header {
  clear: both;
  background-image: url(../images/headerBack.jpg);
  background-repeat: no-repeat;
}
#content_wrapper {
  margin-top:5px;
  margin-bottom:5px;
  margin-left:5px;
  margin-right:5px;      
  border:0px dashed #FFFFFF;  
}

#left_side {
  float: left;
  width:650px;
  border:0px dashed #cccccc;
  background-color: #FFFFFF;
}

#left_side h2 {
  margin-top:0px;
  margin-bottom:5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #FF6600;
  padding:4px;
  border: 1px solid #425227;
  background-color: #fff28b;
}

#left_side p {
  margin-top:5px;margin-bottom:15px;
  padding:4px;
  font-family: verdana, arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
}

#left_side li {
	margin: 0;
	border-bottom: 1px solid #D1D9C4;
 	font-family: verdana, arial, sans-serif;
	font-size:12px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
}

.input {
  padding: 0 0 0 0;
  margin-bottom: 4px;
  font-size: 12px;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  width: 195px;
}

#right_side {
  float: right;
  width:225px;
  border:0px dashed #cccccc;
  background-color: #FFFFFF;
}

#right_side img {
	text-align: center;	
}

#left_side h3 {
	margin-top:0px;
	margin-bottom:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	padding:4px;
	border: 1px solid #425227;
	background-color: #EFD41D;
}

#right_side p {
  margin-top:5px;margin-bottom:15px;
  padding:4px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #666666;
}

#right_side label{
	font-size: 12px;
	color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
}
#right_side input {
  padding: 0 0 0 0;
  margin-bottom: 4px;
  font-size: 12px;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  width: 90px;
}

#page_footer {
  height: 40px;
  clear: both;
  background-color: #fff28b;
}

#page_footer p {
  padding-top: 4px;
  padding-right: 4px;
  text-align: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
}

#page_footer A:link {
	COLOR: #0000FF; text-decoration: none
}
#page_footer A:visited {
	COLOR: #0000FF; text-decoration: none
}
#page_footer A:active {
	COLOR: #0000FF; text-decoration: none
}
#page_footer A:hover {
	COLOR: #666666; text-decoration: underline
}

#linklist {
  padding-left: 0;
  margin-left: 0;
  border-bottom: 1px solid #D1D9C4;
  width: 220px;
}

#linklist li {
	list-style: none;
	margin: 0;
	border-top: 1px solid #D1D9C4;
	font-family:verdana;
	font-size:14px;
	font-weight: bold;
	padding-bottom: 4px;
}

#linklist a { color: #000033; text-decoration: none; display: block;}
#linklist a:hover { background-color: #FF6600;}

.thumbnail_left {
  float:left;
  margin-right:10px;
  margin-bottom:5px;
  border:0px;
}

.thumbnail_right {
  float:right;
  margin-left:10px;
  margin-bottom:5px;
  border:0px;
}

form {
  padding: 0;
  margin: 0;
}


#right_side br{
clear: left;
}

#resume br{
clear: left;
}

label {
	color: #666666;
	}

textarea {
  padding: 0 0 0 0;
  margin-bottom: 4px;
  font-size: 12px;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  width: 250px;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover {
  color: #000000;
  background: #CCCCCC;
  border: 1px solid #000033;
}

input.noBorder,
input:focus.noBorder,
input:hover.noBorder {
  padding: 0;
  border: 0;
}

.button {
  float: right;
  cursor: pointer;
  color: #000033;
  background: #CCCCCC;
  width: 50px;
}
.hint {
 font-size: 13px;
 color: #FF0000;
 font-weight: bold;
 }
