body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Verdana, sans-serif;
}

a:link,
a:visited {
	text-decoration: none;
}

.pageWrapper {
	width: auto;
	min-width: 1200px;
}

.pageWrapper {
	margin: 0 auto;
	width: 1200px;
	min-width: 1200px;
}

div#bodyWrap {
	width: auto;
	min-width: 1200px;
}

h2,
h3,
h4,
h5,
h6
{
	font-size: 14px;
	font-weight: bold;
        color: #0b70ce;
}

h1 {
	font-size: 16px;
        font-weight: bold;
	color: #164677;
	padding-bottom: 4px;
	border-bottom: 1px solid #0b70ce;
}

.clear {
	clear: both;
}

.hide, #oldBrowserNotice, 
.ieSixCharDupBug {
	display: none;
}

#heading {
        height: 440px;
        width: 1200px;
}

#heading .head {
	height: 370px;
	background: url('images/logo.jpg') no-repeat left top #FFF;
	position: relative;
    text-align: right;
    padding-right: 20px;
    color: #f5c405;
    font-size: 36px;
    font-weight: 900;
}

#heading .address {
        color: #f5c405;
        background: #0b70ce;
        position: absolute;
        bottom: 0px;
        margin: 0px;
        padding-bottom: 2px;
        padding-top: 2px;
	padding-left: 100px;
        width: 1100px;
        font-weight: bold;
        font-size: 13px;
        text-align: left;
}

#heading .address a:link {
	color: #f5c405;
}
#heading .address a:visited {
	color: #f5c405;
}
#heading .address a:hover {
	color: #f5c405;
	text-decoration: underline;
	border-bottom: none;
}

#heading .top {
	color: #f5c405;
	background: #164677;
	margin: 0px;
	padding-left: 100px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: right;
	width: 1100px;
	text-align: left;
	height: 15px;        
	font-weight: bold;
	position: relative;
}

#heading .sub {
	color: #f5c405;
        background: #0b70ce;
	margin: 0px;
        padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 100px;
	float: right;
	width: 1100px;
	text-align: left;
	height: 15px;
        font-weight: bold;
        position: relative
}

#heading .top a:link,
#heading .sub a:link,
#heading .top a:visited,
#heading .sub a:visited {
    color: #f5c405;
	margin-left: 32px;
}

#heading .sub a:link.comp,
#heading .sub a:visited.comp {
    color: #f5c405;
	margin-left: 0px;
}

#heading a:hover {
	border-bottom: #f5c405 2px solid;
}

#footer {
	position: relative;	/* IE fix */
	color: #f5c405;
        height: 20px;
        background: #0b70ce;
        text-align: right;
        font-size: 10px;
}

#footer .copyright {
        position: absolute;
        vertical-align: middle;
        right: 10px;
        top: 2px;
}

div.content {
	border-width: 0;	/* Fix print/v4 borders issue */
}

#main #left {
        width: 570px;
        float: left;
        position: relative;
}

#main #right {
        width: 570px;
        float: right;
        position: relative;
}

#main div.content {
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 10px;
        border: 2px solid #0b70ce;
        background: white;
}

#main {
        padding: 20px;
        background: #ebeff3;
        width: 1160px;
        position: relative;
}

.content p {
	color: #164677;
	line-height: 1.3em;
        text-align: justify;
}

.content table {
        width: 100%;
        margin-bottom: 5px;
	color: #164677;
	line-height: 1.3em;
        text-align: justify;
        border: 1px solid #0b70ce;
        border-collapse: collapse;
}

.content td {
        border: 1px solid #0b70ce;
}

.content a:link,
.content a:visited {
        color: #164677;
        text-decoration: underline;
}

.content a:hover {
        color: #164677;
        text-decoration: none;
}

.cimage {
        text-align: center;
        font-size: 0.75em;
        color: #164677;
}

.cimage img {
        margin-top: 5px;
        margin-bottom: 5px;
        border: 0px;
        vertical-align: middle;
}

.content ul {
        color: #164677;
        line-height: 1.3em;
	list-style-type: square;
}
