/*
* Body Background / Margins
* ---------------------------------------------------- */
body {
	margin: 0px;
	border: 0px;
	padding: 0px;
	background-color: #FFF;
	background-image:  url("/images/bg2.gif");
	}

/*
* Colors
* Blue		 #666
* General Type Style
* ---------------------------------------------------- */
body, p, div, td, th, tr, form, ol, ul, li, input, textarea, select {  
	font: 12px Arial,Verdana, Helvetica,sans-serif;
	font-weight: normal; 
	color: #3C4655;
	}
	a  			{color: #00c; text-decoration:none;}
	a:Visited  	{color: #00c; text-decoration:none;}
	a:Active   	{color: #00c; text-decoration:none;}
	a:Hover    	{color: #00c; text-decoration:underline;}
	
h1 {
	font: bold 18px Arial, Verdana, Helvetica,sans-serif; 
	color: #0F3AC8;
	margin: 0px;
	border: 0px;
	padding: 10px 0px 10px 0px;
	}
	
h2 {
	font: bold 15px Arial, Verdana,Helvetica,sans-serif; 
	color: #53AB01;
	margin: 0px;
	border: 0px;
	padding: 6px 0px 6px 0px;
	}
	
td {
	vertical-align: top;
}

ul {
	margin: 5px 0px 5px 15px;
	padding: 5px 0px 5px 15px;
	list-style-image: url(/images/bullet.gif);
}
ol {
	margin: 5px 0px 5px 15px;
	padding: 5px 0px 5px 15px;
}

/*
* Formatting IDs
* ---------------------------------------------------- */

#nav {
	font: normal 10px Verdana,Arial,Helvetica,sans-serif;
	color: #666;
	margin: 0px 0px 15px 0px;
	padding: 5px 10px 5px 10px;
	border: 0px;
	border-top: 1px solid #666;
	border-bottom: 2px solid #666;
	}
	#nav a    		{color: #666; text-decoration:none;}
	#nav a:Visited   {color: #666; text-decoration:none;}
	#nav a:Active   	{color: #666; text-decoration:none;}
	#nav a:Hover    	{color: #00c; text-decoration:none;}
	#nav td { font: normal 10px Verdana,Arial,Helvetica,sans-serif; color: #666; }
	
	#centercolumn {
	padding: 0px 10px 10px 10px;
	}

/*
* Formatting Classes
* ---------------------------------------------------- */

.formtable table{
	margin: 10px 0px 10px 0px;
	padding: 0px;
	background-color: #1536B4;
}

.formtable th {
	background-color:#1536B4;
	font: bold 13px Verdana,Arial,Helvetica,sans-serif;
	color: #fff;
	text-align: left;
}

.formtable td {
	font: 12px Verdana,Arial,Helvetica,sans-serif;
	vertical-align: top;
	background-color: #fff;
}

.block{
	padding: 6px;
	margin: 5px;
	background-color: #eee;
	font-size: 11px;
	border: 1px solid #1536B4;
	line-height: 130%;
}
	.block li { list-style-type: circle; }
	.block a  {color: #666; text-decoration:none;}
	.block a:Visited  {color: #666; text-decoration:none;}
	.block a:Active  {color: #666; text-decoration:none;}
	.block a:Hover    {color: #00c; text-decoration:underline;}
	
.postit{
	width: 200px;
	padding: 10px;
	margin: 5px;
	background-color: #ffff99;
}

.divider{
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #1536B4;
	width: auto;
}

/*
* Special Font Classes
* ---------------------------------------------------- */

.ghost {
	font-size: 10px;
	color: #666;
	}
	
.error {
	font-size: 11px;
	color: #c00;
	}
	A.error  {color: #c00; text-decoration:underline;}
	A.error:Visited  {color: #c00; text-decoration:underline;}
	A.error:Active  {color: #c00; text-decoration:underline;}
	A.error:Hover    {color: #c00; text-decoration:underline;}
	ul.error {color: #c00;}

.green{
	color: #FF6000;
	font-weight: bold;
	}
.front {
	font: 10px Verdana,Arial,Helvetica,sans-serif;
	color: #333;
	}

/*
* ---------------------------------------------------- */	

.callout {
	padding: .5em;
	border: 1px solid #ccc;
	margin-bottom: 1em;
	width: 75%;
	overflow: hidden;	
}

	.callout img {
		border: none;
		float: left;
		margin-right: 1em;
	}
	
	.callout div {
		float: left;
		width: 210px;
		font-weight: bold;
	}
	
	.callout p {
		font-weight: bold;
		font-size: 1.1em;
		margin: 5px 0 1em 0;	
	}
	
	.callout .apply {
		font-size: 1.2em;
		text-align: center;	
	}
	
/*
* Header
* ---------------------------------------------------- */

td.head {
 	width: 731px;
 	height: 75px;
 	background: url(/images/head.gif) 0 0 no-repeat;
}

td.head a {
	width: 200px;
	height: 75px;
}
 
td.head a.index {
	float: left;
}

td.head a.drop_in {
	float: right;
	background: url(/images/drop_in_button.gif) 0% 50% no-repeat;
}