/* All documents */

/**********************************************************************/
/* Whole document                                                     */
/**********************************************************************/

/* Body */
body {
	margin: 0px;
	background-color: #333333;
	padding: 0px;
	vertical-align: top;
	text-align: left;
	font-family: arial, sans-serif;
	font-size: 11pt;
	line-height: 15pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

a {
	text-decoration: underline;
}

a:link {
	color: #000000;
}

a:visited {
	color: #000000;
}

a:active {
	color: #000000;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

a img {
	border: none;
}

h2 {
	text-align: center;
	margin: 0px;
	padding: 0px;
	line-height: 13pt;
	font-size: 13pt;
	font-weight: bold;
}

h3 {
	text-align: left;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	line-height: 15pt;
	font-size: 11pt;
	font-weight: bold;
}
	

h3.menu {
	margin: 4px 0px 4px 0px;
	text-align: center;
	line-height: 10pt;
	font-size: 10pt;
}

h3.menu a {
	text-decoration: none;
}

h3.menu a:hover {
	text-decoration: underline;
}

/**********************************************************************/
/* Header                                                             */
/**********************************************************************/

/* Navbar cells */
td.navbar {
	margin: 0px;
	background-color: #ffffff;
	padding: 0px;
}

/**********************************************************************/
/* Sidebar                                                            */
/**********************************************************************/

/* Sidebar */
td.sidebar {
	margin: 0px;
	background-color: #cccccc;
	padding: 0px;
}

/* Contact information */
p.contact {
	margin: 0px;
	background-color: #cccccc;
	padding: 0px 0px 15px 15px;
	font-size: 10pt;
	font-weight: normal;
	line-height: 12pt;
}

/**********************************************************************/
/* Body                                                               */
/**********************************************************************/

/* Body */
td.body {
	margin: 0px;
	border-left: 1px solid #000000;
	background-color: #ffffff;
	padding: 15px;
	
}

p.body {
	margin: 15px 0px 0px 0px;
	padding: 0px;
}

/* Forms */
input {
	margin: 2px 0px 2px 4px;
}

textarea {
	margin: 2px 0px 2px 4px;
}

/* IACC seal */
div#iacc_seal {
	margin: 15px auto 25px auto;
	width: 60%;
	text-align: center;
}

div#iacc_text {
	margin: 4px 0px 0px 0px;
	line-height: 11pt;
	font-size: 10pt;
}

/**********************************************************************/
/* Footer                                                             */
/**********************************************************************/

div.footer {
	text-align: center;
	color: #cccccc;
	line-height: 12pt;
	font-size: 10pt;
}

div.footer a {
	color: #cccccc;
}
