html,body {
margin:0;
padding:0;
}

div#wrapper {
float:left;
width:100%;
margin:0;
padding:0;
background:url(../images/bgrd_main.png) repeat-y;
}

div#content {
	margin: 0px 205px 0 135px;
	padding:0;
}

div#outerwrapper {
background:url(../images/bgrd_body.png) repeat-y ;
width:809px;
margin: 0 auto;
}

body {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
text-align:center;
}

div#header {
	background:url(../images/header_image.jpg) no-repeat;
	height:262px;
}

div#header-stripe {
border-bottom:6px #c4bcd5 solid;
margin-bottom:7px;
}

div#container {
text-align:left;
width:765px;
margin:0 auto;
padding:5px;
}

div#column-2 {
	float:left;
	width:200px;
	margin-left:-200px;
}

div#column-2 ul,
div#content ul {
	margin: 0 0 0 25px;
	padding: 0;
}

div#column-2 ul li,
div#content ul li {
	margin: 0;
	padding: 0 0 8px 0;
	list-style: url(../images/bullet.gif) none;
}

img.newsimage {
	margin: 0 0 10px 10px;
	padding: 0;
	border: solid 1px #666666;
}

div#column-1 {
	background:#c4bcd5;
	float:left;
	width:129px;
	margin-left:-765px;
}

div#footer {
clear:left;
width:100%;
height:25px;
border-top:6px #b5d1e4 solid;
border-bottom:6px #c4bcd5 solid;
margin-top:8px;
}

div#footer p {
margin:0;
padding:5px 10px;
}

.clear-both {
clear:both;
}

.float-left {
float:left;
}

.float-right {
float:right;
}

div#menu {
margin-top:10px;
}

.menu {
z-index:1000;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
list-style-image:none;
list-style-type:none;
width:129px;
margin:0;
padding:0;
}

/* hack for IE5.5 */
* html .menu ul {
margin-left:0;
}

/* position relative so that you can position the sub levels */
.menu li {
position:relative;
background:#C4BCD5;
/*height:26px;*/
}

/* get rid of the table */
.menu table {
position:absolute;
border-collapse:collapse;
top:0;
left:0;
z-index:100;
font-size:1em;
}

/* style the links */
.menu a,
.menu a:visited {
display:block;
text-decoration:none;
/*height:25px;*/
line-height:20px;
width:119px;
color:#000;
text-indent:0px;
border:1px solid #fff;
border-width:0 1px 1px 0;
padding: 3px 5px;
}

/* hack for IE5.5 */
* html .menu a,
* html .menu a:visited {
background:#C4BCD5;
width:119px;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
top:0;
left:129px;
}

* html .menu a:hover,
.menu :hover > a {
color:#fff;
background:#B39ED2;
}

.menu ul li:hover ul,
.menu ul a:hover ul,
.menu ul :hover ul :hover ul,
.menu ul :hover ul :hover ul :hover ul,
.menu ul :hover ul li :hover ul :hover ul {
visibility:visible;
}

.menu ul li:hover ul li a:hover {
border: solid 1px red;
visibility:visible;
}

.menu ul :hover ul ul,
.menu ul :hover ul :hover ul ul {
visibility:hidden;
}

h1 {
font-size:14px;
background-color:#D3E4EF;
color:#000;
padding:10px;
}

h2 {
font-size:12px;
font-weight:bold;
color:#976ea6;
}

h3 {
font-size:11px;
font-weight:bold;
color:#976ea6;
}

h4 {
font-size:12px;
background-color:#c4bcd5;
color:#000;
margin:6px;
padding:2px 5px;
}

h5 {
font-size:16px;
font-weight:bold;
text-align:right;
color:#976ea6;
margin:0;
padding:3px 6px;
}

blockquote {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
font-style:italic;
color:#976ea6;
text-align:left;
}

a {
text-decoration:none;
color:#000;
color: #986DA5;
font-weight: bold;
}

a:hover {
text-decoration:none;
color:#976CA5;
}

.box {
width:100%;
border:1px solid #c4bcd5;
margin-bottom:6px;
text-align:right;
}

.box p {
margin:3px 6px;
}

form {
margin:0;
padding:0 6px;
}

form .inputfield {
	font-size:11px;
	width:85px;
	background-color:#FFF;
	height:14px;
	border:1px solid #976CA5;
	margin:3px 2px;
	padding:1px;
}

form .inputselect {
font-size:11px;
width:100px;
background-color:#FFF;
border:1px solid #976CA5;
margin:3px 2px;
padding:1px;
}

form .submitbutton {
font-size:11px;
background-color:#B5D1E4;
border:1px outset #000;
cursor:pointer;
margin:3px 2px;
padding:1px;
}

form .align_right {
margin-left:40px;
}

/* FORM STYLES */
div#content form fieldset {
	margin: 5px 0;
	padding: 0;
	border: none;
	clear: both;
}
div#content form label {
	width: 100px;
	margin: 0;
	padding: 0;
	float: left;
}

div#content form input.inputfield, 
div#content form textarea.inputfield {
	width: 200px;
	margin: 0;
	padding: 1px;
	border: solid 1px #666666;
}

div#content form textarea.inputfield {
	height: 70px;
}

table#cvBuilderTable th {
	vertical-align: top;
}

table#cvBuilderTable textarea {
	height: 100px;
}