/*
Color Scheme:
Light Pink: #ffe3de
Yellow: #ffeec8
Dark Yellow: #FFE3A5

Light:
Dark Maroon: #653d43


Light Green ; #9fac99
Dark Green: 18390a


light green 9fac99
	background: #ffeec8;
	border: solid 1px #FFE3A5;
	
	light brown #CFC19B
	light blue #B5D0DF
	
	
*/

html, body, h1, h2, h3, p, div, img, ul, li, a, table, tr, td, input, form{margin: 0; padding: 0; font: 14px "Georgia", arial; color: #000000;}
html, body{text-align:center; background: #805959}
img{border:none}
p{
	padding: 5px 0px;
}

div.container{
	margin: auto;
	background: #fff;
	color: #000000;
	width: 600px;
	border: solid 1px #653d43;
	margin-top: 25px;
}

div.content{
	padding: 10px;
	text-align: left;
}
div.content div.main{
	width: 375px
}

div.header{
	text-align: left;
	background: #8f434e;
}	

/*MENU*/

div.menu{
	background: #653d43;
	
}
div.menu a, div.menu a:link, div.menu a:visited{
	background:#653d43;
	color: #ffffff;
	font-size: 18px;
	text-decoration: none;
	width: 24.99%;
	float: left;
	display: block;
	padding: 5px 0px;
}	
div.menu a.menu_hover, div.menu a:hover, div.menu a:active{
	background: #ffeec8;
	color: #653d43;
	font-size: 18px;
	text-decoration: none;
	width: 24.99%;
	float: left;
	display: block;
	padding: 5px 0px;
}	

#menu_box{	
	display: none;
	position: absolute;
	top: 0px;
	left:0px;
	width: 200px;
	background: #ffeec8;
}
#menu_box a, #menu_box a:link, #menu_box a:visited{
	display: block;
	padding:5px;
	text-decoration:none;
	border: solid 1px #FFE3A5;
	border-width: 0px 1px 1px 1px;
	background: transparent;
	color: #653d43;
}
#menu_box a:hover, #menu_box a:active{
	background: #FFE3A5;
}

/*END MENU*/


div.side_container{
	float: right;
	width: 200px;
	background: #ffeec8;
	border: solid 1px #FFE3A5;
}
div.side{
	padding: 10px;
}
div.side h1{
	font-size: 24px;
}

h1{
	font-size: 32px;
}
h2{
	margin-top: 6px;
	font-size: 16px;
}


div.clear{
	clear: both;
}
input, select {
	border: none;
	background: #fff;
	padding: 3px;
	width: 175px;
	margin: 3px 0 0 0;
	border: solid 1px #FFE3A5;
}

.input, textarea {
	border: none;
	background: #fff;
	padding: 3px;
	width: 305px;
	margin: 3px 0 0 0;
	border: solid 1px #FFE3A5;
}

select{
	width: 75px;
}

textarea{
	width: 300px;
	height: 100px;
	margin: 3px 0 0 5px;
}

input.button{
	width: 50px;
	background: #FFE3A5;
}
form.dark input,
form.dark select,
form.dark textarea{
	background: #ffeec8
}

ul.bullets{
	list-style: circle;
	padding: 20px;
	float: none;
}
ul.bullets li{
	float: none;
	margin: 5px 0px;
	font-weight: bold;
}
ul.bullets li a{
	font-weight: bold;
	color: #653d43
}
/*Interview Page*/
p.question, span.bold{
	font-weight: bold;
}


span.footer{
	color:#653d43; display: block; margin: 15px 0px; font-size: 9px;
}