﻿html,body 
{

background: #005de7;
color: #242f68;
margin: 0px;
height: 100%;

}

img
{
vertical-align:middle;
}

p.title
{
	text-align:center;
	font-size:small;
	font-weight: bolder;
}

div.header
{
	text-align:center;
	background-color:White;	
	background-image:url('images/border.jpg');
	background-repeat: repeat-x;
	background-position: 0px 100px;
	padding-bottom: 8px;
	z-index:1;
	width:100%;
	height: 100;
}

h1, h2, h3{text-align:center;}

p.nav
{
	background-color: #242f68;
	text-align:center;
	text-indent: 100px;
	background-image:url('images/border.jpg');
	background-repeat: repeat-x;
	background-position: 0px 80px;
	padding-bottom: 8px;
	z-index:0;
	position: fixed;
}

div.cv
{
	text-align: left;
	font-size:medium;
	font-family: Times New Roman;
	background:#FFFFFF;
	color: Black;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 50px;
	padding-bottom: 50px;
	min-width: 500px;
}
p.cvcontent
{
	margin-left:68px;
}

#pdf
{
	height: auto;
}

div.cvhead
{
	color: Black;
	text-align: left;
	font-size:medium;
	font-family: Times New Roman;
	font-weight:bold;
	max-width:180px;
}

div.content
{
	text-align: left;
	font-family: Arial;
	font-size: 11pt;
	background:#005de7;
	color: White;
	padding: 16px;
	padding-left: 5%;
	padding-right: 5%;
	overflow: hidden;
	max-width:960px;
}

div.links
{
	
	font-family: Arial;
	font-size: 11pt;
	background:#005de7;
	color: White;
	padding: 16px;
	overflow: hidden;
	line-height: 20px;
	letter-spacing: normal;

}

A:link { border:none; outline: none; text-decoration: none; color: #aaeeee;}
A:visited {text-decoration: none; color: #BBBBCC;}
A:active {text-decoration: none; position:relative;}
A:hover {text-decoration: underline; color: Black;}