html, body {
text-align: center;
}
p {text-align: left;}

body {
	margin: 0;
	padding: 0;
	background: #697281;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #F1F5F8;
	background-color:#cccccc;
}
*
{
  margin: 0 auto 0 auto;
 text-align:left;}

#page
{
  border: 1px solid #333;
  margin: 0 auto 0 auto; 
  display: block; 
  height:auto;
  position: relative; 
  overflow: hidden; 
  background-color:#ffffff;
  width: 750px;
}

#header
{
 #background-color: #b0b5ed;
background-image: linear-gradient( rgba(255, 255, 255, 0),rgba(255, 255,255, 0.1), rgba(255, 255, 255, 1)), url(img/header.png);
background-repeat:no-repeat;
height:300px;
width:750px;
}

#headerTitle
{
position:relative;
left:30px;
top:45px;
color:#ffffff;
text-align:left;
font-size:40px;
font-family:Arial, Helvetica, sans-serif;
}

#headerSubText
{
position:relative;
left:30px;
top:42px;
color:#ffffff;
text-align:left;
font-size:18px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
}


#bar
{
background-image: white;
background-repeat:no-repeat;
height:18px;
width:750px;
padding-bottom:15px;
border-bottom: thick double #32a1ce;
}



#bar .navLink a
{
position:relative;
top:16px;
margin-left:50px;
left: 30px;
color:#000000;
text-align:center;
font-size:17px;
float:left;
z-index: 2;
padding: 10px;
background-color: white;
}

#bar .navLink a:hover
{
color:#FF0000;
}


.contentTitle
{
#width:700px;
width:93%;
#height:44px;
margin-top:20px;
margin-left:25px;
margin-right:25px;
border-radius: 25px 25px 0 0;
#background-image: linear-gradient(gray, white 30px);
background-image: url(img/scroll.png);
background-size: 5%;
background-position: 2% 0%;
background-repeat: no-repeat;
#border-top:  solid #c0c0c0;
#border-left:  solid #c0c0c0;
#border-right: solid #c0c0c0;
#border-bottom: solid #c0c0c0;
}

.contentTitle h1
{
#margin-left:21px;
margin-left:50px;
padding-top:5px;
font-size:14px;
font-weight:bold;
#color:#071027;
color:#FF0000;
}

.contentTitle p
{
#margin-left:21px;
margin-left:50px;
padding-top:8px;
font-size:10px;
color:#000000;
line-height:25px;
}

.contentTitle ul
{
#margin-left:21px;
#padding-top:8px;
#font-size:13px;
color:#000000;
line-height:25px;
}


.contentText
{
width:85%;
padding-left:70px;
padding-right:30px;
font-size:11px;
color:#030712;
line-height:30px;

#border-bottom: solid #c0c0c0;
#border-left:  solid #c0c0c0;
#border-right: solid #c0c0c0;
}



a
{
text-decoration:none;
color:#223F8D;
}

a:hover
{
color:#5478D6;
}




html, body {
text-align: center;
}
p {text-align: left;}
