/*
* Body Background / Margins
* ---------------------------------------------------- */
body {
	margin: 0px;
	border: 0px;
	padding: 0px;
	background-color: #FFF;
	}

/*
* Colors
* Blue		 #666
* General Type Style
* ---------------------------------------------------- */
body, p, div, td, th, tr, form, ol, ul, li, input, textarea, select {  
	font: 12px Verdana,Arial,Helvetica,sans-serif;
	font-weight: normal; 
	color: #369;
	}
	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;}
	
	a.dict  			{color: #284670; text-decoration:none;}
	a.dict:Visited  	{color: #284670; text-decoration:none;}
	a.dict:Active   	{color: #284670; text-decoration:none;}
	a.dict:Hover    	{color: #284670; text-decoration:underline;}
	
h1 {
	font: bold 14px Verdana,Arial,Helvetica,sans-serif; 
	color: #666;
	margin: 0px;
	border: 0px;
	padding: 10px 0px 10px 0px;
	}
	
h2 {
	font: bold 12px Verdana,Arial,Helvetica,sans-serif; 
	color: #f60;
	margin: 0px;
	border: 0px;
	padding: 6px 0px 6px 0px;
	}
	
td {
	vertical-align: top;
}

ul {
	margin: 5px 0px 5px 25px;
}

/*
* 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: 10px;
	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;
}
.divider2{
	margin-top: 10px;
	padding-top: 10px;
	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: #093;
	}
.front {
	font: 10px Verdana,Arial,Helvetica,sans-serif;
	color: #333;
	}
	
#home_callout {
	background-image: url("/images/home_bg.gif");
	background-repeat: repeat-x;
	padding: 29px 0 0 10px;
}
	
/*
* 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;
}