/*
css for cc-ida

Updated 11/18/2009

*/

body {
	background-image: url('img/background.gif');
	text-align: center;
	font-family:  Verdana, Arial, sans-serif;
	font-size: 14px;
	font-color: #FF0000;
	
}

tr 	{
	text-align: center;
	width: 300px;

	}
	
table {
	text-align: center;
	width: 600px;
}

h1, h2, h3 {
	margin-top: 0;
}

h1 {
	font-size: 1.6em;
	font-weight: normal;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

a {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

a:hover {
	font-weight: bold;
	border-bottom: none;
	color: #9900FF;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

#header {
	width: auto;
	margin: 0 auto;
	height: auto;
}

/* Header */

#logo {
	width: auto;
	height: auto;
	padding: 0;
	text-alignment: center;
}

#logo span {
	color: #000000;
	display: block;
}

#logo h1 {
	padding: 25px 0 0 0;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 3em;
}

#logo p {
	text-alignment: center;
	text-transform: uppercase;
	padding: 3px 0 0 3px;
	font-family: Georgia, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}

#logo a {
	border: none;
	text-decoration: none;
	color: #000000;
}

/* Menu */

#menu {
	width: auto;
	margin-top: -4px;
	padding: 2px 0;
	background: black;
}

#menu ul {
	margin: 5px 0;
	list-style: none;
	text-align: center;
}

#menu li {

	margin: 10px 2px 10px 2px;
	padding: 5px 0;
	display: inline;
	text-align: center;
}

#menu a {
	margin: 5px auto;
	padding: 0 15px;
	text-decoration: none;
	text-transform: normal;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	color: #9900FF;
}

#menu li:hover {
	margin: 10px 2px 10px 2px;
	display: inline;
	text-align: center;
}

#menu .current_page_item a {
	color: #9900FF;
}

/* Wrapper */

#wrapper {
	width: 800px;
	height: auto;
	margin: 0 auto;
	text-align: center;
	padding: 0 0 0px 0;
}

/* Page */

#page {
	width: 800px;
	padding: 0 0 10px 0;
	border-top: 3px #000000 solid;
	background: url('img/inner_background.gif');
}

/* Main Content */

#maincontent {
	float: left;
	width: 635px;
	height: auto;
	margin: 10px 5px 5px 0px;
	padding: 5px 5px 5px 5px;	
}

#onlycontent {
	float: left;
	width: 780px;
	height: auto;
	margin: 10px 5px 5px 5px;
	padding: 5px 5px 5px 5px;	
}

.content {
	float: left;
	margin-top: 20px;
	padding: auto auto;
}

.content p {
	padding: 5px 10px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	text-align: justify;
}

.content p.up {
	padding: 5px 10px;
	font-size: 16px;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

.content td.top {
	vertical-align: top;
	width: 300px;
}

.content td img.left {
	float: left;
	margin: 0 10px 0 0;
	height: 125px;
}

.content td.top p {
	text-align: justify;
}

.content td p {
	padding: 1px 5px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
}

.content td p.larger {
	font-size: 15px;
}

.content td p.largetitle{
	font-size: 16px;
	text-decoration: underline;
}

.content table td {
	vertical-align: bottom;
}

.content p.center {
	text-align: center;
}

.content p.home_title {
	padding: 10px 0;
	font-size: 20px;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

.content h2 {
	padding: 5px 5px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	color: #000000;
	background: url('img/background_heading.gif');
}

/* Sidebars */

#sidebar1 {
	float: left;
	text-align: right;
	width: 135px;
	margin: 10px 5px 5px 10px;
	padding: 0px;
	background: #000000;
}

#sidebar1 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

#sidebar1 li{
	padding: 10px 0;
}

#sidebar1 a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-transform: normal;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

#sidebar1 li:hover{
	background: #9900FF;
}

#sidebar1 li.current{
	background: #9900FF;
}

/*
#sidebar2 {
	float: right;
	width: 180px;
	height: 400px;
	padding: 10px 0 10px 0;
	background-image: url('images/rightcurtain.gif');
	background-repeat: no-repeat;
}
*/

.sidebar {
	float: left;
	padding: 0;
}

/* Footer */

#footer {
	width: 800px;
	height: auto;
	margin: 0 auto;
	padding: 2px 0;
	background: black;
	background-position: bottom center;
}


#footer p {
	margin: 0 auto;
	padding: 2px 0;
	text-align: center;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}

#footer p.updated {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

