/* -- GENERAL REDECLARATIONS -- */

html				{height: 100%;}
* 					{margin:0; padding:0;}

body 				{
	text-align:center;
	background: url("../images/bg.gif");
	height: 100%;
	color: #918D8D;
}

body, tr,
td, input,
select, textarea,
ul, ol 	{font:normal 11px/1.3 Verdana, Arial, Helvetica, sans-serif;}

a				{outline: none;}
a:link 			{color:#FF933A; text-decoration:underline;}
a:visited 		{color:#300; text-decoration:underline;}
a:hover 		{color:#2C2E6C; text-decoration:none;}
a:active 		{color:#900; text-decoration:none;}

#content-side form a:link, #content-side form a:visited 		{color:#FF933A; text-decoration:underline;}
#content-side form a:hover, #content-side form a:active 		{color:#fff; text-decoration:none;}

ul, ol	 			{margin:10px 0 10px 25px;letter-spacing: 0.05em;}
dl 					{margin:0 0 10px;}
dt 					{font-weight:bold;}
dd					{margin:0 0 3px 10px;}
p 					{margin:5px 0 15px 0;letter-spacing: 0.05em;}
h1 					{font-size:14px; margin:0 0 12px;color: #FF933A; border-bottom: 1px solid #FF933A;text-align: right; padding-bottom: 10px}
h2 					{font-size: 12px; margin:8px 0;color: #FF933A;}
h3 					{font-size:13px; margin:6px 0 5px;color: #918D8D;}
h4 					{font-size:12px; margin:4px 0;color: #2C2E6C;}
h5					{font-size:11px; margin:3px 0;color: #918D8D;}
h6 					{font-size:11px; margin:0;color: #FF933A;}
h6.heading7			{color: #2C2E6C;}
hr 					{border-style: none; border-bottom: 2px dotted #e3e3e5; color: #fff; background-color: #fff;margin: 10px 0;}
img 				{border:none;}
acronym			{border-bottom: 1px dotted;}
blockquote 	{margin:0 25px 20px 25px; font-style:italic;}

#preload {display: none;}
.clr {clear:both;}
.right {float: right;}
.left {float: left;}
.rightimage {float: right; margin: 0 0 10px 10px;}
.leftimage {float: left; margin: 0 10px 10px 0;}
.link-right {float: right; font-weight: bold;}

/* Standard Layout */

#wrapper {
	position: relative;
	background: url("../images/content-bg.gif") repeat-y 0 0;
	width: 750px;
	margin: 0 auto;
	text-align: left;
/*	height:100%;*/
}

#header {
	position: relative;
	margin-left: 5px;
	background: url("../images/header.jpg") no-repeat 0 0;
	padding: 0px;
	width: 740px;
	height: 239px;
}

#header h1 {
	text-indent: -9000px;
	text-align: left;
	border-bottom: none;
	margin: 0;
	padding: 0;
}

#header h1 a {
	display: block;
	width: 740px;
	height: 239px;
	text-indent: -9000px;
}

#content {
	margin: 0;
	width: 750px;
	height:auto;
}

#content-main {	
	margin-left: 5px;
	width: 499px;
	padding: 60px 30px 15px 30px;
	background: #fff url("../images/content-top.gif") no-repeat 0 0;
}

#content-side {
	float:right;
	width: 181px;
	height: auto;
	padding: 0px;
	padding-bottom: 20px;
	color: #162b84;color: #fff;
	margin: 0;
	margin-right: 5px;
	background: #03055D;
}

#content-side form.subscribe-form {
	margin-left: 24px;
	color: #fff;
	width: 130px;padding: 0;
}

#content-side form.subscribe-form input {
	margin-left: 0px;
	float: left;
}

#content-side form.subscribe-form label {
	margin-left: 0px;
	float: left;display:block;
}

#content-side form.subscribe-form label input {
	margin-top: 3px;
	margin-left: 0px;
	float: none;
}



#footer {
	color: #fff;
	font-size: 10px;
	clear:both;
	padding: 7px 0 0 10px;
	width: 740px;
	height: 25px;
	background:url("../images/footer.gif") no-repeat center 0;
	text-align: left;
}

#bottom-padding {
	height: 10px;
	width: 750px;
	margin: 0 auto;
}

#content-side a img {
	margin: 15px 0 15px 24px;
}



/*-- FORM STYLING --*/

/*form {
	margin-top:20px;
}

form hr {
  clear: both;
  border: 0px;
  border-top: 1px solid #ccc;
  margin-top: 10px;
  margin-bottom: 10px;
}

form br {clear:left;}

label, input, textarea {
	display:block;
	float:left;
	margin-bottom:6px;
	padding: 2px;
}


label {
	width:80px;
	text-align:left;
	padding-right:10px;
	padding-top:2px;
}

input{
	border: 1px solid #0F0F0F;
}

textarea{
  border: 1px solid #0F0F0F;
}*/


/*-- TABLE STYLING --*/

table {
	margin-bottom: 10px;
}

table td {
	vertical-align: top;
	padding: 1px;
}

td.bold {
	font-weight: bold;
	color: #F57E3D;
}





