body,
html {
    margin:0;
    padding:0;   
    color:#000;
    }

img
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

h1
{
	font-size: 16px;
}

h2
{
	font-size: 12px;
}

#right_side_bar
{
	width: 215px;
	float:left;
	height: 750px;
	min-height: 750px;
	background:#a7a09a;
	  height: 100%;
}

#main_column
{
	width: 694px;
	float:left;
	border-right-style: dotted;
	border-right-width: 1px;
	background-image: url(left_shadow.jpg);
  background-repeat: repeat-y; 
  height: 100%;
}

#content
{
	padding: 15px;
	width: 663px;
	float:left;
	font-family: verdana;
	font-size: 10px;
}


.application_form
{
	font-size: 10px;
}