/* CSS Document */
/*
* {
	margin: 0;
}
*/
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 4em;; /* .push must be the same height as .footer */
        clear: both;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF9C00;
	text-decoration: none;
}

h2 {
	color:#C0C0C0;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-decoration:none
	}

h3  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #C0C0C0;
	text-decoration: none;
}

h4 	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #c0c0c0;
	text-decoration: none;
	}
	

.menu_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #647C9E;
	text-decoration: none;
}

p {
	color:#C0C0C0;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	text-decoration:none
	}
	


p.style2 {
	color:#969696;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:10px;
	text-decoration:none
	}
	
p.style3 {
	color:#969696;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	text-decoration:none;
	}
	
p.style4 {
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	text-decoration:none;
	}

a {
	color:#647C9E;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	text-decoration:none;
	}
	
a:hover {
	color:#647C9E;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	text-decoration:underline;
	}

a.style3 {
	color:#647C9E;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	text-decoration:none;
	}
	
a.style3:hover {
	color:#647C9E;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	text-decoration:underline;
	}

body {
	background-color: #11182A;
	background-image: url(../images/main_top.jpg);
	background-repeat: repeat-x;
	margin-top: 15px;
}

.footer_padding {
	padding: 5px;
}
.leftmenu_topspacing {
	height: 75px;
}
.footer_leftspacing {
	width: 110px;
}

.content_topspacing {
	height: 30px;
}

.menu, .menu a:link, .menu a:visited, .menu a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FF9C00;
	text-decoration: none;
        list-style-type: none;
}

.menu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.contentheading {
        color: red;
        display: none;
}

.style1 {color: #FFFFFF;}
.style2 {font-size: 10px;}
.style3 {font-size: 14px;}
.style4 {font-size: 12px}
.style5 {font-size: 12px; color: #FFFFFF; }
.style6 {font-family: Arial, Helvetica, sans-serif}
.style9 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #c0c0c0; }
.style11 {font-size: 12px; color: #c0c0c0; }

.separator {
       list-style-type: none;
       font-family: Arial, Helvetica, sans-serif;
       font-size: 12px;
       font-weight: bold;
       color: #647C9E;
       text-decoration: none;
       line-height: 290%;
}
