html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

body {
  background-color:#6699FF;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 14px;
  margin: 0px 0 0 0; 
  padding: 0 0 0 0; 
  text-align: center; 
}

h1 {
  color: #000066;
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
}

h2 {
  color: #000066;
  font-size: 16px;
  font-weight: bold;
  line-height: (value);
}
h5 {
  color: #000066;
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
}
h6 {
  color: #000066;
  font-size:24px;
  font-weight: bold;
  line-height: normal;
  padding:5px 0 100px 30px;
}

p {
 color:#666666;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  }
a,  a:link {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: underline;
}
#navcontainer {
   margin: 0 auto 15px auto; 
   padding:0 20px 10px 0;
  text-align: left;
  width: 95%;
  max-width: 1100px;
}

#outerWrapper {
  background-color: #fff;
  margin: 0 auto 0 auto; 
  text-align: left;
   width: 95%;
  max-width: 1100px;
}
#outerWrapper #header {
margin:0px 0 0 0;
background-color:#6699FF;
  background-image:url(../assets/mast_bg.gif);
  background-position: top;
  background-repeat: repeat-x;
  font-size: 18px;
  font-weight: bold;
  line-height: 15px;
 
}
#outerWrapper #header #tel{
color:#3266CC;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
padding: 10px 10px 0 0;
float:right;
}
#outerWrapper #contentWrapper #rightColumn1 {
background-image:url(../assets/uni_bg.jpg);
background-position:top left;
background-repeat:repeat-x;
background-color:transparent;
	min-height:300px;
   	float: right;
  	padding: 20px 0 10px 0; 
 	width: 16em;
  	margin:0px 0 0 0;
}
#outerWrapper  #MainImg  #mainnav
{	
	background-color:#fff;
	float: left;
	width: 14em;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#outerWrapper #contentWrapper #leftColumn1 {
	min-height:500px;
	background-color:#fff;
	float: left;
	width: 14em;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0px 10px 10px 10px; 
	border-right: 1px solid #ffffff;

	
	
}
#outerWrapper #menu {
background-image:url(../p7pm/img/p7PM_frost_hz.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	min-height:24px;
	margin:0 0 0 0px;
	
	 }
 
 #outerWrapper #contentWrapper #newpic {
 width:100%;
 min-height:140px;
background-image:url(../assets/newpic.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	margin:10px 0 0 0;
	
	}
#outerWrapper #contentWrapper #content {
background-image:url(../assets/uni_bg.jpg);
background-position:top left;
background-repeat:repeat-x;
border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	margin-right: 16em;
	margin-bottom: 0;
	padding-top: 20px;
	padding-right: 70px;
	padding-bottom: 10px;
	padding-left: 50px;
}

#outerWrapper #contentWrapper .clearFloat {
  clear: both;
  display: block;
}
#outerWrapper #footer {
  background-color: #ddd;
  border-top: solid 8px #666; /* Sets the top border properties for an element using shorthand notation */
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
/* Navigation*/

#navcontainer { /* none needed */ }

ul#navlist
{
margin: 0;
padding: 0;
list-style-type: none;
white-space: nowrap;
}

ul#navlist li
{
float: right;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
margin: 0;
padding: 5px 0 4px 0;
}

#navlist a, #navlist a:link
{
margin: 0;
padding: 5px 9px 4px 9px;
color: #ffffff;
border-right: 1px solid #ffffff;
text-decoration: none;
}


#navlist a:hover
{
color:#000099;
background-color:#ffffff;
font-weight:bold;
}

/*form detail*/
form {
  margin: 10px 25px 0 50px;
  }
table {
  margin-left: 50px;
  }
.mediumbox {
  width: 200px;
  }
.widebox {
  width: 300px;
  }
.textarea {
  width: 300px;
  height: 100px;
  }
  .warning {
  color:#F00;
  }
