/*****CSS RESET*****/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {  margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }


/*****BODY STYLES*****/

body { font-family: Arial; font-size: 14px; line-height: 18px; background: #FFFFFF; margin-top: 5px; padding-left: 20px; padding-right: 20px; border: 0px;}
p { margin-top: 5px; }
h1 { font-size: 30px; }
h2 { font-size: 24px; }

#container { margin: auto; width: 950px; }


/*****HEADER STYLES*****/

#header { float: left; width: 950px;  height: 184px; background: 0352ff; }
#header img { float: left; width: 950px;  margin-top: 0px; }

/*****NAV STYLES*****/

ul#nav { float: left; width: 950px; height: 45px; background: #0352ff; margin-top: 0px; font-size: 16px; font-weight: bold; font-family: Times New Roman;}
ul#nav li { float: left; text-align: center; }
ul#nav a { float: left; padding: 15px 15px 10px; color: #FFFFFF; text-decoration: none; }
ul#nav a:hover {color: #0000ff;}

/*****LINK STYLES*****/

a:link {color:#FFFFFF; font-family: Arial; text-decoration: none;}
a:visited {color:#FFFFFF;}
a:active {color:#0000ff;}
a:hover {color: #0000ff;}

/******CONTENT STYLES******/

#leftcontent { float: left; width: 925px; background: #9abaff; text-align: justify; height: 150px; padding-top: 15px; padding-right: 10px; padding-left: 15px; padding-bottom: 20px;}

#footer {
float: left; margin:  auto; padding-top: 15px; padding-bottom: 10px; width: 950px;  text-align: center; color: #FFFFFF; background: #0352ff; colour: #cc9933
}