﻿body
{
    margin: 0px;
    background-color:White;
    font-family:Tahoma;
    font-size: 12pt;
    /*background-image:url("waterMark.gif");
    background-position:right bottom;
    background-repeat:no-repeat;*/
}
img
{
    border:0px;
}
.master 
{
	width:990px;
	margin-left:auto;
	margin-right:auto;
}
/*positioning*/

html {height: 100%;}
body {height: 100%;margin: 0;}
#container {position: relative;min-height: 100%;}
* html #container {height: 100%;}
#header {height: 67px; background-image:url("images/head_grad.gif"); background-repeat:repeat-x;}
#footer {height:41px;position: relative;margin-top:-41px; text-align:center;}
#main{min-height: 100%;}
* html #main{height: 100%;}
#content {padding-bottom: 41px; background-image:url("images/shad_grad.gif"); background-repeat:repeat-x; background-position:top;font-weight:bold;
    color:#666666;}

/*positioning end*/

#content A:link {text-decoration:none; color:#333366;}
#content A:visited {text-decoration:none; color:#333366;}
#content A:active {text-decoration:none; color:#333366;} 
#content A:hover {text-decoration:underline; color:#333366;}
h1
{
    color:Black;
}
.headLeft
{
    width:990px;
    height:67px;
}
.headRight
{
    background-image:url("images/head_image.gif");
    background-repeat:no-repeat;
    background-position:right;
    width:990px;
    height:67px;
}
.conBg
{
    width:990px;
    background-image:url("images/base_bg.gif");
    background-repeat:no-repeat;
    background-position:top;
    margin-left:auto;
	margin-right:auto;
	height:400px;
}
.centerCon
{
    width:600px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    padding-top:100px
}
.centerCon p
{
    width: 400px;
    font-size: 12pt;
    color: black;
    margin: 0 auto;
}
