DIV {border : 0px solid blue;}
SPAN {border : 0px solid blue;}


body, table, td, th, p {
	font-family : Verdana, Sans-serif;
	font-size : 11px;
	font-style : normal;
}

p {
	text-align : justify;
	margin : 5px 10px 10px 10px;	
	color : #333;
}

p.cvHead {text-align:center;}

h1 {
font-size : 13px;
font-weight: bold;
}




a:link {background-color: transparent; color: #333;}
a:active {background-color: transparent; color: #333;}
a:visited {	color: #333; }
a:hover {color : #333;text-decoration:underline;}

a:link.nav, a:active.nav, a:visited.nav {
	color : #ccc;
	text-decoration:none;
}

body {
	background-color: #FFF;
	margin: 0px;
	padding:0px;
}

#header {
	width : 100%;
	height : 75px;
	text-align : left;
	background-color: #333;
	border-bottom : 3px solid #FF0;
}

#content {
	width : 100%;
	height : 470px;
	text-align : left;
	background-color: #FFF;
	line-height : 13px;
}

#contentMid {
	width : 700px;
	margin : auto;
	text-align : left;
	background-color: #FFF;
}

#contentLeft, #contentRight {
	width : 325px;
	height : 330px;
	text-align : left;
	margin-left : 10px;
	padding-top : 10px;
	background-color: #fff;
	border : dotted #333;	
	border-width : 1px 0px 1px 0px;
}

#contentRight {
	float : right; 
	margin-right : 10px;
}


#footer {
	width : 100%;
	height : 20px;
	text-align : left;
	background-color: #333;
	border-bottom : 0px solid #FF0;
	border-top : 0px solid #333;
	clear : both;
}

.navigation {
	color : #ccc;
	margin : 37px 0px 2px 75px;

}

img.logo {
	border : 0px solid #FFF;
	margin : 37px 0px 2px 15px;
}

#bottomImg {
	background-color : #FFF;
	border : 0px solid blue;
	clear : both;
}

img.bottomImg {
	margin : -2px;
	padding : 0px;
}

.title {
	font-weight : bold;
	font-size : 12px;
	margin : 5px 10px 10px 10px;	

}

img.portfolio {
	border : 1px solid #000;
	margin : 5px 0px 5px 0px;
}

/*Form styles*/
.formText {
	width : 105px;
	line-height : 25px;
	float : left;
	text-align : right;
	vertical-align : center;
}

.formField {
	float : left;
	padding-left : 5px;
}

.error {
	float : left;
	color : red;
	padding-left : 5px;
}


INPUT, TEXTAREA {
	font-family : Verdana, Sans-serif;
	font-size : 11px;
	font-style : normal;
	width : 400px;
}

TEXTAREA {
	height : 250px;
}

.clearFloats {clear:both;}

#OneStatTag {
	display:block;
	visibility:hidden;
}

