﻿/* layouts */
body
{
	background-color:#a4a393;/*#87866b;/*#eaeaea;*/	
}

div
{
	background-color:White;
}	
div#container 
{
	width:800px;
	margin:0px auto 0px auto;
}
div#breadcrumb
{
	height:20px;
	background-image: url(img/breadcrumb.gif);
	background-repeat:repeat-y;
	border-bottom: solid 1px gray;	
}

div#header
{
	height:130px;
	background-image: url(img/header.gif);	
}

div#wrapper 
{
	float:left;
	width: 800px;
	background-image:url();
	background-repeat:repeat-y;		
}

div#content 
{
	float:left;
/*	border-left: solid 1px gray;	*/
	margin: 5px;
	width: 624px;
}

div#sidebar_left 
{
	float:left;
	width:165px;	
}

div#footer 
{
	clear:left;
	background-image: url(img/breadcrumb.gif);
	background-repeat:repeat-y;
	width:100%;
	border-top: solid 1px gray;	
}

div#department 
{	
	width:200px;
	padding:10px;	
}

div#department2 
{	
	width:500px;
	padding:10px;	
}
td.center
{
	text-align:center;
	vertical-align:top;
	width:280px;
}

td.margin
{
	width:5%;
}

div.center
{
	text-align:center;
	width: 100%;
}

h1.center, h2.center, h3.center
{
	text-align:center;
}

div.left
{
	text-align:left;
	width: 153px;
	padding:10px 0px 10px 20px;
}

menu.text
{
	font-size:medium;
	font-style:oblique;
}
	
div.topp
{
	vertical-align:top;	
}

td.top
{
	vertical-align:top;
	width:300px;
	border:solid 1px gray;
}

table.center
{
	margin:15px;
	padding:10px;
}

p.boldd
{
	font-weight:bold;
}

div.default
{
	padding:0px 30px 20px 30px;	
}

div.breadcrumbleft
{
	padding:0px 0px 0px 20px;	
}

div.default2
{
	padding:25px;
}

div.proposal
{
	width:500px;
	text-align:justify;
	border:solid 1px gray;
	margin:20px;
	padding:20px 10px 20px 10px;
}

div.registration
{
	width:470px;
	margin:20px auto 20px auto;
}

div.newproposal
{
	width:470px;
	margin:20px auto 20px auto;
}

td.right
{
	text-align:right;
	vertical-align:top;	
}

td.left
{
	text-align:left;
	vertical-align:top;	
}

td.C
{
	width:100px;
}

td.CL
{
	width:150px;
}

td.CC
{
	width:200px;
}

td.CCL
{
	width:250px;
}

td.CCC
{
	width:300px;
}

td.CCCL
{
	width:350px;
}

td.CD
{
	width:400px;
}

div.CDL
{
	width:450px;
}

div.D
{
	width:500px;
	margin:auto;
}

div.LD
{
	width:400px;
	margin:20px auto 20px auto;
}

div.LLL
{
	width:300px;
	margin:auto;
}

a.defaulthyperlink:link {color: #0000ff;text-decoration: none}
a.defaulthyperlink:visited {color: #0000ff; text-decoration: none}
a.defaulthyperlink:hover {color: #0000ff; text-decoration: underline}

.style1
{
	color: #FFFFFF;
    font-weight: bold;
    font-size: medium;
    text-align: center;
}

ol.upper_roman 
{
	list-style-type:upper-roman;
}