body{
	font:12px/19px "Lucida Sans Unicode","Lucida Grande","Trebuchet MS",Arial,Verdana,sans-serif;
	text-align:center;
	background:#fff url(../layout/body_bg.png) repeat-x top center;
	color:#444;
}
#header{
	height:164px;
	margin:0;
}
	#logo{
		padding:10px 10px 15px;
		float:left;
	}
	#headernav{
		float:left;
		width:490px;
		padding:10px 5px 10px;
	}
	#navigation{
		background-color:#f4f6e6;
		padding-left:10px;
		margin-top:10px;
	}
	#navigation li{
		float:left;
		padding:10px 10px 10px 0;
		font-size:15px;
	}
	#navigation li a{
		color:#a0b021;
		text-decoration:none;
	}
	#topad{
		padding:10px;
		float:left;
	}


#container{
	text-align:left;
	width:960px;
	min-height:600px;
	margin:0 auto;
	padding:15px;
	background:#fff url(../layout/container_bg.png) no-repeat top center;
}

/* SIDEBARS
----------*/

#sidebar_right{
	float:left;
	width:210px;
	margin-left:-220px;
	background-color:#f4f6e6;
}
#sidebar_left{
	float:left;
	width:210px;
	margin-left:-950px;
	background-color:#f4f6e6;
}

#sidebar_left h2,#sidebar_right h2{
	background-color:#dde2af;
	padding:10px;
	color:#929e1d;
	font-size:17px;
	line-height:20px;
	font-weight:normal;
}
.sidebar_block{
	padding:10px;
}
#about img{
	float:right;
	margin:0 0 4px 10px;
}
#interview img{
	float:left;
	margin:0 10px 4px 0;
}
#login input.LoginInput{
	border:1px solid #929e1d;
	padding:3px;
	width:170px;
}
#login input.LoginSubmit{
	display:block;
	margin:0 auto;
	color:#929e1d;
	background-color:#fff;
	border:2px solid #929e1d;
	padding:2px 10px;
}
#login hr{
	border:0;
	border-top:1px solid #dde2af;
	height:1px;
	margin:5px 0;
}

#calendar li{
	margin-bottom:10px;
}
#tenders ul{
	list-style:disc;
}
#tenders li{
	margin-left:15px;
	vertical-align:baseline;
}


/* CONTENT
----------*/



#wrapper{
	float:left;
	width:100%;
}
#contentwrap{
	background:#fff url(../layout/wrapper_bg.png) repeat-y top center;
}
.no_sidebar #contentwrap{
	background:#fff url(../layout/wrapper_bg_no_sidebar.png) repeat-y top center;
}
#content{
	margin: 0 235px;
}
.no_sidebar #content{
	margin: 0 15px 0 235px;
}
#content h2{
	color:#a0b021;
	font:25px Georgia,"Times New Roman",Times,serif;
	text-align:center;
	margin-bottom:15px;
}
#content h3{
	color:#fff;
	background:#929e1d url(../layout/h3.png) repeat-x center center;
	font:19px/25px Georgia,"Times New Roman",Times,serif;
	letter-spacing:-1px;
	text-align:left;
	margin:10px 0;
	padding:7px 10px;
}

/* FOOTER
--------*/

#footer{
	background: #fff;
	color: #000;
	clear:left;
	padding:30px 10px;
	font-size:11px;
	color:#666;
}
#footer p{
	border-top:1px solid #f4f6e6;
	padding-top:10px;
}
#footer .vf{
	width:240px;
	float:right;
	text-align:right;
}


/* ELEMENTS
----------*/

a{
	color:#929e1d;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
.sidebar_block a{
	font-weight:bold;
}
input{
	font:12px "Lucida Sans Unicode","Lucida Grande","Trebuchet MS",Arial,Verdana,sans-serif;
}
strong{
	font-weight:bold;
}
p,#content ol,#content ul{
	margin:0 0 10px;
}
ol{
	list-style:decimal;
	padding-left:20px;
}
#content ul{
	list-style:disc;
	padding-left:20px;
}
small{
	font-size:11px;
	color:#888;
}

/* CLASSES
----------*/

.box{
	border:1px solid #929e1d;
	padding:10px 10px 0;
	margin-bottom:10px;
}

#prelaunch{
	border:1px dotted #929e1d;
	background-color:#f4f6e6;
	padding:15px 15px 5px;
	margin-bottom:15px;
	font-size:14px;
	font-weight:bold;
}
#prelaunch p{
	text-align:center;
}