* {
	margin: 0;
	padding: 0;
}

body {
	background: #E3E3E6 url(/images/img01.gif) repeat-x;
	font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #88888A;
}

h1, h2, h3 {
	color: #313131;
}

h1 {
	margin-bottom: .5em;
	font-size: 182%;
	font-weight: normal;
	letter-spacing: -2px;
}

h2 {
	margin-bottom: .5em;
	font-size: 136%;
	font-weight: normal;
	letter-spacing: -1px;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, blockquote, ol, ul {
	margin-bottom: 1em;
	text-align: justify;
	line-height: 150%;
}

.leftContentPic {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
    border: 5px solid #FFFFFF;
}

blockquote {
	margin-left: 2em;
}

ol {
	margin-left: 2em;
}

ul {
	padding-left: 1em;
	list-style-image: url(/images/img08.gif);
}

ul li {
	padding-left: 1em;
	padding-bottom: 4px;
}

a {
	text-decoration: none;
	color: #313131;
}

a:hover {
	text-decoration: underline;
	color: #DB5600;
}

/* Menu */

#menu {
	width: 740px;
	height: 60px;
	margin: 0 auto;
	border-left: 20px solid #DB5600;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	padding: 0;
	display: inline;
	background: none;
}

#menu a {
	display: block;
	float: left;
	height: 40px;
	padding: 20px 20px 0 20px;
	font-size: 92%;
	font-weight: bold;
}

#menu a:hover {
	background: #DB5600;
	text-decoration: none;
	color: #FFFFFF;
}

/* Logo */

#logo {
	width: 760px;
	height: 180px;
	margin: 0 auto;
	color: #ffffff;
	background: #010100 url(/images/img02.jpg)
}

#logo h1 {
	margin: 0;
	padding: 120px 0 0 0;
	text-align: right;
	letter-spacing: -1px;
	font-size: 189%;
}

#logo h2 {
	margin: 0;
	padding: 0 0 0 0;
	text-align: right;
	letter-spacing: -1px;
	font-size: 100%;
	font-weight: bold;
	font-style: italic;
	color: #ffffff;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
	background: url(/images/img03.gif) repeat-y;
}

/* Content */

#content {
	float: left;
	width: 440px;
	padding: 20px 30px 20px 50px;
}

.floating-box {
	float: left;
	width: 210px;
}

.floating-box p, .floating-box blockquote, .floating-box ol, .floating-box ul {
	line-height: 144%;
	font-size: 92%;
}

.floating-box img {
	border: 5px solid #FFFFFF;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 200px;
	padding: 20px;
}

#sidebar blockquote {
	margin-left: 0;
	padding-left: 0;
	background: url(/images/img09.gif) no-repeat right bottom;
}

#sidebar blockquote h2 {
	padding-left: 25px;
	color: #88888A;
	background: url(/images/img09.gif) no-repeat left top;
}

#sidebar blockquote p {
	text-align: left;
	line-height: normal;
}

/* <ul> til RightContent */
.ulRight {
    padding-left: 1em;
    list-style-image: url(/images/img08.gif);
    background: url(/images/img04.gif) repeat-x left bottom;
}

.ulRight li {
    padding: 5px 0;
	background: url(/images/img04.gif) repeat-x left top;
}

.links {
}

.links ul {
	background: url(/images/img04.gif) repeat-x left bottom;
}

.links li {
	padding: 5px 0;
	background: url(/images/img04.gif) repeat-x left top;
}

.links a {
	color: #DB5600;
}

/* Footer */

#footer {
	height: 50px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#footer .wrapper {
	width: 760px;
	margin: 0 auto;
}

#footer .links {
	float: left;
	width: 440px;
	height: 34px;
	padding: 16px 30px 0 30px;
	background: #FFFFFF;
	border-left: 20px solid #010100;
	font-size: 85%;
}

#footer .legal {
	float: right;
	width: 220px;
	height: 34px;
	margin: 0 auto;
	padding: 16px 20px 0 0;
	background: #DB5600;
	text-align: right;
	font-size: 85%;
	color: #FFFFFF;
}

.cvTable {
    width: 100%;
    border-collapse : collapse;
    margin-bottom: 1em;
}

.cvTable td {
    padding: 5px;
    vertical-align: top;
    border-bottom: inset 1px #88888B;
}

.cvTable td p {
    margin: 0;
}

.cvTableTD {
    width: 100%;
}

.cvTableTDLeft1 {
    width: 20%;
    font-weight: bold;
    text-align: center;
}

.cvTableTDLeft2 {
    width: 20%;
    font-weight: bold;
    text-align: center;
    background-color: #ffffff;
}

.cvTableTDRigh1 {
    width: 80%;
}

.cvTableTDRight2 {
    width: 80%;
    background-color: #ffffff;
}

.errorDiv {
    width : 97%;
    margin-bottom : 10px;
    padding : 1%;
    border : dotted 1px red;
    font-weight : bold;
    text-align : left;
    color : Red;
    background-color : #cccccc;
}

.requiredFieldSpan {
    color : Red;
    font-weight : bold;
}
