body
{
	background-color: #B7B7B7;
}

ADDRESS, BLOCKQUOTE, BODY, CAPTION, CENTER, DD, DIR, DIV, DL, DT, FORM, H1, H2, H3, H4, H5, H6, MENU, TABLE, OL, P, TD, TH, TEXTAREA, INPUT { font-size: 12px;
font-family: verdana, arial, sans-serif; color:#000000; }

/* containers */

.mastercontainer
{

	margin: auto;
	width: 770px;

}

.header
{
	height: 185px;
}

.footer
{
	width: 770px;
	margin: auto;
	text-align: center;
	font: 12px Verdana, sans-serif;
	line-height: 18px;
}

.logo
{
	padding-top: 60px;
	padding-left: 160px;
}

.container
{
	width: 738px;
	margin: auto;
}

.nav
{
	float: left;
	width: 190px;
	margin-top: 30px;
}

.content
{
	float: left;
	width: 450px;
}

/* navigation*/
.nav_element
{
	margin-left: 6px;
	width: 119px;
	font: 14px Verdana, sans-serif;
	font-weight: bold;
	height: 27px;
	background-image: url(../images/nav_static.gif);
	background-repeat: no-repeat;
	margin-left: 30px;
}

.nav_element a { text-decoration: none; display: block; padding-bottom: 6px;}
.nav_element a:link { color: #000000; }
.nav_element a:visited { color: #000000;  }
.nav_element a:hover { color: #118A00;  }
.nav_element a:focus { color: #118A00;  }

.footer { text-decoration: none; font: 10px Verdana, sans-serif;}
.footer a:link { color: #000000; text-decoration: none; font: 10px Verdana, sans-serif; }
.footer a:visited { color: #000000; text-decoration: none; font: 10px Verdana, sans-serif; }
.footer a:hover { color: #000000; text-decoration: underline; font: 10px Verdana, sans-serif; }
.footer a:focus { color: #000000; text-decoration: none; font: 10px Verdana, sans-serif; }

.cv a { text-decoration: none; font: 16px Helevicta, sans-serif; font-weight: 100;}
.cv a:link { color: #444444; }
.cv a:visited { color: #444444; }
.cv a:hover { color: #118A00; }
.cv a:focus { color: #118A00; }

.greentext2, .greentext2:link, .greentext2:hover, .greentext2:visited, .portfolio:active
 { 
 color: #000000;
 text-decoration: none; 
 font-weight: bold;
 }

.portfolio, .portfolio:link, .portfolio:hover, .portfolio:visited, .portfolio:active
 { 
 font: 12px Verdana, sans-serif;
 color: #118A00;
 text-decoration: none;
 font-weight: bold; 
 }
 
 #portfolio, #portfolio:link, #portfolio:hover, #portfolio:visited, #portfolio:active
 { 
 font: 12px Verdana, sans-serif;
 color: #118A00;
 text-decoration: none;
 font-weight: bold; 
 }


/* titles */

.contenttitle
{
	height: 58px;
}

/* content */

.contenttext
{
	margin-top: 10px;


	font: 12px Verdana, sans-serif;
	line-height: 18px;
}

.greentext
{
	font: 12px Verdana, sans-serif;
	font-weight: bold;
	color: #118A00;
}

.dots
{
	background-image: url(../images/dots.gif);
	background-repeat: no-repeat;
	height: 4px;
}

p
{
	margin-top: 6px;
	margin-bottom: 6px;
}

/* form */

form
{
	margin: 0;
	line-height: 24px;
}

.cform
{
	width: 450px;
	float: left;
	margin: 0;
	font: 12px Verdana, sans-serif;
}

.formfield
{
	height: 25px;
	font: 12px Verdana, sans-serif;
}

.formarea
{
	height: 100%;
	margin-bottom: 5px;
}

label
{
	width: 230px;
	text-align: left;
	display: block;
	float: left;
	margin: 0;
}

.textbox
{
	width: 212px;
	border-color: #D8D9DB;
	border-width:1px;
	border-style: solid;
	margin: 0;
}

.textboxerror
{
	width: 212px;
	border-color: #ce2222;
	border-width:1px;
	border-style: solid;
}

h2
{
	font: 14px Verdana, sans-serif;
	color: #CE2222;
}