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:#697281;
}
*
{
  margin: 0 auto 0 auto;
 text-align:left;}

#page
{
	margin: 0 auto 0 auto;
	display: block;
	height:auto;
	position: relative;
	overflow: hidden;
	width: 750px;
	background-color: #697281;
	background-image: url(../images/background.png);
	background-repeat: repeat-y;
}

#header
{
	background-image:url(../images/header.png);
	background-repeat:no-repeat;
	height:156px;
	width:750px;
}

#headerTitle
{
	position:relative;
	left:30px;
	top:75px;
	color:#FFFFFF;
	text-align:left;
	font-size:30px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

#headerSubText
{
position:relative;
left:30px;
top:72px;
color:#DEE6F8;
text-align:left;
font-size:16px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
}


#bar
{
	background-image:url(../images/bar.png);
	background-repeat:no-repeat;
	height:8px;
	width:750px;
	padding-bottom:15px;
	padding-left: 11px;
}



#bar .navLink a
{
	top:16px;
	color:#FFFFFF;
	font-size:15px;
	float:left;
	margin-left: 32px;
	position: relative;

}

#bar .navLink a:hover
{
color:#E4EBFA;
}


.contentTitle
{
	width:700px;
	height:44px;
	margin-top:20px;
	margin-left:25px;
	margin-right:25px;
	background-image:url(../images/tab_back.png);
	background-repeat:no-repeat;

}
.subHeading {
	font-size: 16px;
}


.contentTitle h1
{
margin-left:21px;
padding-top:8px;
font-size:17px;
font-weight:bold;
color:#071027;
}


.contentText
{
	width:680px;
	padding-left:30px;
	padding-right:30px;
	font-size:13px;
	color:#030712;
	line-height:20px;
}

a
{
text-decoration:none;
color:#223F8D;
}

a:hover
{
color:#5478D6;
}


#footer {
	width: 750px;
	height:49px;
	text-align:center;
	font-size:9px;
	color:#223F8D;
	padding-top:36px;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
}

html, body {
text-align: center;
}
p {text-align: left;}

#sddm
{
	margin: 0;
	padding: 0;
	z-index: 30;
}

#sddm li
{
	list-style: none;
	float: left;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
}

#sddm li a
{
	display: block;
	width: 80px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}

#sddm li a:hover
{	background: #49A3FF}

#sddm div
{
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	border: 1px solid #5970B2;
	background-color: #FFF;
}

	#sddm div a
	{
	position: relative;
	display: block;
	margin: 0;
	width: 100px;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	color: #2875DE;
	font: 11px arial;
	background-color: #FFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

	#sddm div a:hover
	{	background: #49A3FF;
		color: #FFF}
textarea.c1 
	{
	width: 100%; 
	height: 20em
	}

table.tableizer-table 
	{
	border: 1px solid #CCC;
	} 
.tableizer-table td 
	{
	padding: 4px;
	margin: 3px;
	border: 1px solid #ccc;
	}
.tableizer-table th 
	{
	background-color: #2D57C7; 
	color: #FFF;
	font-weight: bold;
	}
#links{
	font-size:15px;

}