﻿/*
Template Design by TheWebhub.com
http://www.thewebhub.com
Released for free under a Creative Commons Attribution-Share Alike 3.0 Philippines
*/

/** Common Styles */

body {
	background: #003366 url(/Images/backgradient.gif) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

h1, h2, h3 {
	padding: 0;
	margin: 0;
	color: #000000;
}
p, ul, ol 
{
}

.footer_white {font-family : Arial, Helvetica, sans-serif; font-size : 11px; color : White; text-decoration:none;}
.footer_white1 {font-family : Arial, Helvetica, sans-serif; font-size : 9px; color : White; height: 20px; padding-right:10px; text-decoration:none;}
.footer_white a {text-decoration : none; color : White;}

/*
ul {
	margin: 0px;
	padding: 0;
}

a {
	color: #308AC0;
	border-bottom: 1px #97C8E5 dotted;
}

a:hover {
	text-decoration: none;
	color: #005880;
}
*/
/** Style for header starts here */

#header {
	width: 954px;
	height: 102px;
	margin: 0px auto;
	background-color: #003366;
}

/** Style for menu starts here */

#menu {
	position: relative;
	left: 0;
	width: 954px;
	height: 39px;
	margin: 0px auto;
	z-index: 999;
	background: transparent url(/Images/navSpacer.gif) left center repeat-x;
}

/** Style for wrapper starts here */

#wrapper {
	width: 954px;
	margin: 0px auto;
	background: #FFFFFF;
	border: solid 1px #ffd72e;
	border-top-width: 0px;
}

/** Style for content starts here */

#content {
	width: 954px;
	margin: 0px 0;
	min-height: 500px;
	background-color: #ffffff;
}

#content h1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #006699;
}

#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
    color: #006699;
}

#content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#content p {
    margin-top: .5em;
	margin-bottom: 1.1em;
}

#content a {
	text-decoration: none;
}

/** Style for footer starts here */

#footer {
	clear: both;
	width: 954px;
	height: 60px;
	margin: 0px auto;
	padding-top: 10px;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
}

#footer .copyright {
}

#footer .links {
	text-align: center;
}

#footer a {
	border-bottom: 1px #E5E5CC dashed;
	text-decoration: none;
	color: #ffffff;
}

#breadcrumb 
{
    display: none;
	padding: 5px 0px 5px 20px;
	position: relative;
	left: 0;
	width: 780px;
	height: 20px;
	margin: 0px auto;
	background: #EAEFF3;
	z-index: 995;
}

.bottom_menu_b
{
	color:#FFFFFF;
	font-size:11px;
	text-align:center;
}
