body {
    background-color: #242424;
    margin: 10px 0px;
}
body, table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #242424;
	line-height: 18px;
	font-weight: normal;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #ffffff;
	font-weight: normal;
}


div.menu {
    margin-bottom: 20px;
}

div.content-indent {
    padding: 14px 30px 30px 30px;
}

div.content-snap {
    padding: 0px;
}

div.item-title {
    margin-bottom: 20px;
}

a {
	color: #009CFF;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

a.small {
	color: #009CFF;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
}
a.small:hover {
	color: #000;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
}

a.menu {
	color: #009CFF;
	text-decoration: none;
	font-weight: normal;
	font-size: 16px;
	display: block;
	width: 100%;
}
a.menu:hover {
	color: #009CFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	display: block;
}

span.active_page {
	color: #009CFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	display: block;
	width: 100%;
}


a.wb {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
}
a.wb:hover {
	color: #FF4700;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
}

.head_title {
	/*padding:30px 30px 0px 30px;*/
	margin: 30px 0px 0px 35px;
	font-size: 46px;
	font-weight: bold;
}
	
.head_title_secondary {
	/*padding: 35px 30px 30px 30px;*/
	margin: 0px 0px 0px 35px;
	font-size: 16px;
	position: relative;
}
	
.header {
	font-size: 20px;
	font-weight: 700;
	}
	
.linkhref {
	font-size: 26px;
	}
	
.resume_header {
	font-size: 16px;
	font-weight: 900;
	margin-top: 15px;
}
	

hr {
    border: none;
    height: 1px;
    color: #c9c9c9;
    background-color: #C8C8C8;
    width: 100%;
}

.small {
    color: #000;
    font-size: 10px;
}

.small-blue {
    color: #009CFF;
    font-size: 10px;
}

.small-grey {
    color: #6A6A6A;
    font-size: 10px;
}


/* Misc stuff */

/* definition lists (errors for now) */
dl {
    margin: 5px 0px;
    padding: 0px;
}
dt {
    margin: 0px;
    padding: 0px;
    font-weight: bold;
}
dd {
    margin: 5px 0px;
    padding: 0px 0px 0px 15px;
}

.noBorder {
    border: 0px;
    background-color: transparent;
    margin: 0px;
}

.error {
    color: #f00;
}

.index_image {
	border-style: solid;
	border-width:1px;
	border-color: white;
	display: block;
    margin-left: auto;
    margin-right: auto
}


