.cv_header {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}

.cv_content {
	margin-left: 4%;
	margin-right: 4%;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	border: 1px solid #AEAEAE;
}

 /* Holly hack to prevent IE rendering problems */
/*start iemac hide \*/
*html .cv_content {
	width: 88%;
} 
/*end iemac hide*/ 

.cv_content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align:justify;
	text-indent: 4em;
}

.cv_content p ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align:left;
}

.cv_content h1 {
	text-indent: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	color: #666677;
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	text-shadow:Black;
	color: #3333FF;
}

a:hover{
	text-decoration: none;
	color: #CC00CC;
	text-shadow:Black;
}

.cv_content p br {
	line-height: 6px;
}

.cv_table{
	width: 650px;
	padding: 4px 8px 4px 8px;
	border: 1px solid #999999;
	background-color: #D0D0DD;
	background-image: url(../images/sigGlyph.jpg);
	background-position: right;
	background-repeat:no-repeat;
	border-collapse: collapse;
}

.cv_table_nosig {
	width: 650px;
	padding: 4px 8px 4px 8px;
	border: 1px solid #999999;
	background-color: #D0D0DD;
	border-collapse: collapse;
}

td {
	text-align: left;
	font-size: 70%;
	text-indent: 0;
	padding: 3px;
}

tr {
	vertical-align: top;
}

.cv_year {
	width: 14%;
	border: 1px solid #999999;
	text-align: center;
}

.cv_address {
	width: 41%;
	border: 1px solid #999999;
}

.cv_grades {
	width: 10%;
	border: 1px solid #999999;
}

.cv_subject{
	width: 35%;
	border: 1px solid #999999;
}

.cv_reference{
	width: 50%;
	border: 1px solid #999999;
	padding-left: 12px;
}

.main_row {
	border: 1px solid #666666;
}

.sub_row {
	border: 1px solid #999999;
}


.list_box_left {
	position:relative;
	float:left;
	width: 410px;
	margin-right: auto;
	margin-left: auto;
	display: inline;
}

.list_box_right {
	position:relative;
	width: 410px;
	float:right;
	margin-right: auto;
	margin-left: auto;
	display: inline;
}

.leftimage_noborder{
	margin-top: 10px;
	float: left;
	margin-right: 12px;
	margin-bottom: 5px;
	text-align: center;
	border: none;
}

.rightimage_noborder{
	margin-top: 10px;
	float: right;
	text-align: center;
	margin-left: 12px;
	margin-bottom: 5px;
	border: none;
}

.centerimage_padded{
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #BEBEC8;
	border: 1px solid #B1B1C8;
}


.leftimage_padded{
	margin-right: 20px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 10px;
	float: left;
	text-align: center;
	background-color: #BEBEC8;
	border: 1px solid #B1B1C8;
}

/* Holly hack to prevent IE rendering problems */
/*start iemac hide \*/
*html .leftimage_padded{
	width: 1px;
	display: inline;
	margin-right: 0px;
} 
/*end iemac hide*/ 


.rightimage_padded{
	margin-right: 0px;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 10px;
	float: right;
	text-align: center; 
	background-color: #BEBEC8;
	border: 1px solid #B1B1C8;
}

 /* Holly hack to prevent IE rendering problems */
/*start iemac hide \*/
*html .rightimage_padded{
	width: 1px;
	margin-left: 0px;
	display: inline;
} 
/*end iemac hide*/ 

.imagetitlesmall {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	font-size: 60%;
	font-weight: bold;
	padding-top: 5px;
	width: 200px;
	left: 1px;
}


.imagetitle {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	font-size: 60%;
	font-weight: bold;
	padding-top: 5px;
	width: 270px;
	left: 1px;
}

.imagetitlelong {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	font-size: 60%;
	font-weight: bold;
	padding-top: 5px;
	width: 580px;
	left: 1px;
}
	
.summaries {
	text-indent: 0;
	padding-left: 0;
	padding-right: 0;
}

 /* Holly hack to prevent IE rendering problems */
/*start iemac hide \*/
*html .summaries {
	width: 100%;
} 
/*end iemac hide*/ 

.summaries h2 {
	text-indent: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #233350;
	padding: 0;
	margin: 0;
}

.rightalign{
	text-align: right;
}

.summaries p {
	text-indent: 0;
	font-size: 80%;
	margin: 0;
	padding: 0;
}

.custom_bullets_list ul{
 	list-style-type: none;
	padding: 10px;
	margin: 0;
}

.custom_bullets_list ul li{
	background-image: url(../images/nav/customBullet.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 30px;
}