/*
	SGR Engineering Ltd CSS Template.
	Unathorised use prohibited.
*/
*{
margin: 0px auto;
padding: 0px;
}
html {
height: 100%;
margin: 0 0 1px;
padding: 0;
}

body{
background: #ffffff;
text-align: center;
font-family: "Arial";
font-size:12px; 
color:#005ca1;
font-style: normal;
margin: 0 0 1px;
padding: 0;
}
label {
font-family: "Arial";
font-size:12px; 
color:#005ca1;
font-style: normal;
margin-top: 6px;
margin-bottom: 6px;
margin-left: 6px;
margin-right: 6px;
}
UL, OL {
   margin-left: 20px;
   font-style: normal;
}
LI {
   margin-top: 0px;
   margin-bottom: 0px;
}
P {
   margin-top: 6px;
   margin-bottom: 6px;
}
P.about {
   margin-top: 6px;
   margin-bottom: 6px;
   text-align:justify;
}
P.right {
   margin-right: 10px;
      text-align:right;
}
P.question {
   margin-top: 12px;
   margin-bottom: 0px;
   color: #005ca1;
}
P.answer {
   margin-top: 4px;
   margin-bottom: 4px;
   color: #000000;
   text-align:justify;
}
P.answerbold {
   margin-top: 4px;
   margin-bottom: 4px;
   color: #000000;
   font-weight: bold;
   text-align:justify;
}
P.center {
   margin-top: 6px;
   margin-bottom: 6px;
   text-align:center;
}
P.terms {
   margin-top: 6px;
   margin-bottom: 6px;
   font-size:10px;
   text-align:justify;
}
P.termsh1 {
   margin-top: 6px;
   margin-bottom: 6px;
   font-size:12px;
   font-style: bold;
}
P.style1 {
   margin-top: 6px;
   margin-bottom: 6px;
   font-size:16px;
}
P.style2 {
   margin-top: 6px;
   margin-bottom: 6px;
   color: #ff0000;
   font-size:20px;
}
img.nspace{
	margin:0px 0px;
}

img.right{
	float: right;
	margin:5px 5px 5px 5px;
}
img.left{
	float:left;
	margin:5px 5px 5px 5px;
}	
td {
font-family: "Arial";
font-size:12px; 
color:#005ca1;
}
td.white {
color:#ffffff;
}

a:active {text-decoration: none; color : #005ca1; font-weight: bold;}
a:active img {border-width: 0px;}
a:link {text-decoration: none; color : #005ca1; font-weight: bold;}
a:link img {border-width: 0px;}
a:visited {text-decoration: none; color : #005ca1; font-weight: bold;}
a:visited img {border-width: 0px;}
a:hover {text-decoration: underline; color: #005ca1; font-weight: bold;}
a:hover img {border-width: 0px;}

a.menu:active {text-decoration: none; color : #ffffff; font-weight: bold;}
a.menu:link {text-decoration: none; color : #ffffff; font-weight: bold;}
a.menu:visited {text-decoration: none; color : #ffffff; font-weight: bold;}
a.menu:hover {text-decoration: underline; color: #000000; font-weight: bold;}

#mainborder
{
margin-top: 10px;
width: 800px;
background: #ffffff;
border-left: 0px;
border-right: 0px;
border-top: 0px;
border-bottom: 0px;
border-style: solid;
border-color: #ffffff;
}
#header
{
text-align: left;
width: 800px;
height: 113px;
background-image: url(./images/header_background.jpg);
overflow:hidden;
}
#menubody
{
text-align: left;
width: 800px;
height: 18px;
background: #017cc2;
color: 
}

#mainbody
{
text-align: left;
width: 800px;
margin-left: 0px;
margin-top: 0px;
border-width: 0px;
border-style: solid;
border-color: #ffffff;
padding-left: 0px;
padding-right: 0px;
background: #ffffff;
}
#mainbody:after
{
    content: "";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

#footer
{
clear: both;
width: 800px;
background: #ffffff;
}

