* {
	margin: 0;
	padding: 0;
}	
body {
	margin: 0 auto;
	background: url(../images/cvBackground.jpg) no-repeat center top;
	width: 100%;
	dislay: table;
	font: 12px Helvetica, Arial, sans-serif;
	opacity: 0.8;
}	
a:focus {
	outline: 1px dotted invert;
}
hr {
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}	
h1 {
	font-size: 25px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}
a:link {
	font: 12px Helvetica, Arial, sans-serif;
	color: #333333;
	text-decoration:none;
}
a:visited {
	font: 12px Helvetica, Arial, sans-serif;
	color: #333333;
	text-decoration:none;
}
a:hover {
	font: 12px Helvetica, Arial, sans-serif;
	color: #333333;
	text-decoration:underline;
}
a:active {
	font: 12px Helvetica, Arial, sans-serif;
	color: #333333;
	text-decoration:none;
}
#header {
	margin: 0 auto;
	width: 960px;
	height: 200px;
}
#container {
	margin: 0 auto;
	width: 960px;
	padding-top: 25px;
}	
#leftSide {
	width: 450px;
	float:left;
	padding-left: 15px;
}
#rightSide {
	width: 450px;
	float:right;
	padding-right: 15px;
}
#footerBG {
	clear:both;
}
#footer {
	margin: 0 auto;
	height: 100px;
	width: 960px;
}

/* headings
----------------------------------------------- */
h1, h3, h4, h5, h6 {line-height:1.0em; margin-bottom:.5em;}
h2 {margin-top:1em;}
h5 {font-size:1.2em;}
h6 {font-size:1em; text-transform:uppercase;}


h1 a {
	font-weight:normal;
}

/* paragraphs, quotes and lists
----------------------------------------------- */
p {
	margin-bottom:1em;
}
blockquote {
	font:1.2em Helvetica, Arial, sans-serif;
	padding-left:1em;
	border-left:4pt solid #999999;
}
blockquote cite {
	font-size:.9em;
}
ul, ol {
	padding-top:0;
}

/* Boxes
------------------------- */
.box {
	background-color: #fff;
	border: 2px rgb(130,183,226) solid;
	margin-bottom:20px;
	padding:10px 10px 1px 10px;
}
.box h2 {
	font-size:1em;
	font-weight:bold;
	text-transform:uppercase;
	color: #333333;
	background:rgb(130,183,226);
	margin:-10px -10px 0 -10px;
	padding:6px 12px;
}
.box h2 a, .box h2 a.visible {
	color:#fff;
	background:#333;
	display:block;
	padding:6px 12px;
	margin:-6px -12px;
	border:none;
}
.block {
	padding-top:10px;
}
div.menu {
	padding:0;
}
div.menu h2 {
	margin:0;
}
div.menu .block {
	padding-top:0;
}

/* articles
----------------------------------------------- */
.articles {
	padding:0;
}
.articles h2 {
	margin:0;
}
#articles {
	padding-top:0;
}
.article {
	border-top:1px solid #666;
	padding-top:.5em;
}
.box .article {
	border-top:4px solid rgb(130,183,226);
	padding:10px;
}
.article h2 {
	font-size:2em;
	font-weight:normal;
	text-transform:none;
	color:#333;
	background:transparent;
	padding:0;
	margin:0;
	border:none;
}
.article h3 {
	margin-bottom:.2em;
	font-size:1.6em;
}
.article p {
	font: 1.1em Helvetica, Arial, sans-serif;
}	
.box .first {
	border-top:none;
}
.article h4 {
	font-size:1.2em;
	text-transform:uppercase;
	margin-bottom:.5em;
}
.article img {
	float:left; 
	margin:3px 10px 5px 0px; 
	padding: 4px;
	border: 2px rgb(130,183,226) solid;
	background: #FFFFFF;
}
.article p.meta {
	color:#666;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	padding:.3em 0;
	margin-bottom:.8em;
}
/* forms
----------------------------------------------- */
form {
	overflow:hidden;
}
fieldset {
	border:1px solid #bbb;
	padding: 10px;
	position:relative;
	background:#e9e9e9;
	margin:15px 0px 10px 0px;
}
legend {
	font-size:1.1em;
	padding:.4em .8em;
	background:#fff;
	border:1px solid #bbb;
}
fieldset.login p {
	margin-bottom:1em;
	margin-top:0pt;
}
fieldset p label {
	width:98%;
}
fieldset p input {
	width:98%;
}
fieldset p select {
	width:99%;
}
fieldset.login p label {
	float:left;
	line-height:2em;
	margin-right:3%;
	text-align:right;
	width:32%;
}
fieldset.login p input {
	width:60%;
}
fieldset.login input.button {
	margin-left:35%;
}
form p.notice {
	font-weight:bold;
}
input.search.text {
	width:66%;
}
input.search.button {
	width:28%;
	margin-left:2%;
}
/* table
----------------------------------------------- */
table {
	width:100%;
	border:1px solid #bbb;
	margin-bottom:10px;
}
col.colC {
	width:8em;
}
th, td {
	padding:.2em 1em;
	text-align:left;
}
thead th {
	border-bottom:2px solid #888;
	background:#bbb;
	padding:.4em 1em .2em;
}
thead th.table-head {
	font-size:1em;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	background:#555;
	border:1px solid #555;
}
tbody th,
tbody td {
	border-top:1px solid #bbb;
	border-bottom:1px solid #bbb;
	background:#eee;
}
tfoot th,
tfoot td {
	border-top:2px solid #666;
	background:#eee;
}
