@CHARSET "UTF-8";
/**************************************************
 *  GLOBAL
 **************************************************/

body {
	text-align: left;
	padding:0px;
	margin: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	background-color:#ffffff;
	overflow-y:scroll;
	background:url(../images/header_bgd.jpg);
	background-repeat:repeat-x;
}

img{
	margin:0;
	padding:0;
	border:0;
}

div#outterbox{
}

div#yellowBgd {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:156px;
	background:url(../images/header_bgd.jpg);
	background-repeat:repeat-x;
}

div#header{
	/**position:relative;
	top:0;
	left:0;*/
	float:left;
	width:100%;
	height:156px;
	background:url(../images/acc_logo.jpg);
	background-repeat:no-repeat;
}
	div#header div#siteTitle{
		float:right;
		height:103px;
		padding:20px 20px 0 0;
		font-size:30px;
		color:#2A5893;
	}
	div#header div#topMenu{
		float:right;
		clear:both;
		height:16px;
		padding:2px 20px 0 0;
		color:#2A5893;
	}

div#main{
	/*position:fixed;
	top:156px;
	left:0;*/
	float:left;
	width:100%;
	background:url(../images/main_bgd.jpg);
	background-repeat:repeat-y;
}

	div#leftMenu{
		float:left;
		width:199px;
		background:url(../images/left_bgd.jpg);
		background-repeat:no-repeat;
		padding:25px 19px 0 0;
	}
		div#leftMenu h1{
			border-top:1px solid #FFCF00;
			font-size:12px;
			font-style:bold;
			color:#FFCF00;
			margin:0 19px 0 0;
			padding:5px;
		}
		div#leftMenu ul {
			color: #FFFFFF;
			list-style-type: square;
			margin: 3px 3px 10px 0px;
			padding:0 0 0 20px;
		}
		div#leftMenu a:link {
			color: #FFFFFF; 
		    text-decoration: none;
			font-weight: normal;
		}
		div#leftMenu a:visited {
			color: #FFFFFF; 
		    text-decoration: none;
			font-weight: normal;
		}
		div#leftMenu a:hover {
			color: #CEDFF7; 
		    text-decoration: underline;
			font-weight: normal;
		}

/**
* CONTENT 
**/
td.fieldTitle{
	font-weight:bold;
	vertical-align:top;
	text-align:right;
}
				
	
div.box{
	float:left;
	clear:both;
	margin:10px;
	width:500px; 
	border:1px solid #184785;
}
	div.box h1{
		margin:0 0 10px 0;
		padding:2px;
		background:url(../images/box_bgd.jpg);
		background-repeat:no-repeat;
		color:#ffffff;
		font-size:14px;
	}
	
table.cute { 
	font: 80% Verdana, "New York", Arial, Helvetica, sans-serif;
	color: #000;
	background: #eee;
	text-align: left;
	border-collapse: collapse;
	border: 2px solid #27a0bd;
	border-top: none;	
}
table.cute a {
	text-decoration: underline;
	color: #105c6e;
}

table.cute a:hover, table.cute a:active {
	background-color: #008eb1;
	text-decoration: none;
	color: #eee;
}
table.cute thead th {
	font-size: 105%;
	color: #eee;
	background-color: #27a0bd;
	border-bottom: 2px solid #008eb1;
}
table.cute tbody {

}
table.cute tr {
	vertical-align: top;
}
table.cute tr, table.cute th,table.cute td {
	padding: .75em;
}
table.cute caption {
	height: 27px;
	color: white;
	text-align: left;
	background: #fff url(table_designs.jpg) no-repeat;
	background-position: 92% 0;
}
table.cute tr.odd td, table.cute tr.odd th {
	background:#ADDEE7;
}
table.cute tfoot th,table.cute tfoot td {
	padding: 0.2em .75em;
	color: #3a4e58;
	font-weight: bold;
	font-size: 105%;
}
table.cute tfoot th {
	text-align: right;
}

		
