#cvsite-toolbar {
	min-width: 550px;
	padding-left: 1em;
	padding-right: 1em;
}
html {
	background: #f4f4f4 url(http://static.cvsite.com/styles/default/bg.gif) top center repeat-y;
}
#main {
	width: 550px;
	margin: 0 auto 0 auto;
	padding: 0 1em 2.5em 1em;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #222;
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	color: #191970;
	font-family:  Verdana, Arial, sans-serif;
}

h1 {
	font-size: 24px;
	text-align: center;
	font-weight: bold;
}
h2 {
	font-size: 16px;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	color:  #2F4F4F;
}
h4 {
	font-size: 13px;
	color:  #2F4F4F;
}
h5 {
	font-size: 11px;
	color:  #2F4F4F;
	font-weight: bold;
}
h6 {
	font-size: 10px;
	color:  #2F4F4F;
	font-weight: bold;
}
a:link, a:visited
{
	color: #003366;
	font-family: Verdana, Arial, sans-serif;
	text-decoration: none;
}
a:hover
{
	color: #A52A2A;
	text-decoration: none;
}
hr
{
	border:0;
	border-bottom: 1px solid #efefef;
	height: 1px;
}
li
{
	list-style-type: none;
	line-height: 160%;
}

div.text {
	text-align: justify;
	line-height: 1.5em;
}

div.list ul li,
div.list ol li {
	padding-bottom: 0.5em;
	text-align: justify;
}

div.employment {
	margin-bottom: 1em;
}
div.employment div.topline {
	margin-bottom: 0.25em;
	padding-bottom: 0;
}
div.employment div.topline span.jobtitle {
	font-weight: bold;
}
div.employment div.topline span.company {
	font-style: italic;
}
div.employment div.details {
	margin-left: 1.5em;
	padding-left: 1em;
	border-left: 5px solid #bebebe;
	line-height: 1.5em;
	text-align: justify;
}

div.education {
	margin-bottom: 1em;
}
div.education div.topline {
	margin-bottom: 0.25em;
	padding-bottom: 0;
}
div.education div.details {
	margin-left: 1.5em;
	padding-left: 1em;
	border-left: 5px solid #bebebe;
	line-height: 1.5em;
	text-align: justify;
}

