/* Start of CMSMS style sheet 'Main' */
/* Clear View
------------------------------
*/

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;
	font-family: Arial;
	text-decoration: none;
}
body {
	line-height: 1;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}


/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body { background: #044bff; margin-top: 40px; }

/* wrapper */
#wrapper { background: url(images/wrapper_bg.jpg) top left repeat-y; width: 894px; margin: 0 auto; display: inline-block; overflow: hidden; }
#wrapper { display: block; }

/* header */
#header { background: url(images/header_bg.jpg) top left no-repeat; width: 100%; height: 66px; position: relative; }

/* logo */
#logoContainer { width: 894px; margin: 0 auto; position: relative; }
#logo { position: absolute; width: 351px; height: 176px; margin-top: -30px; margin-left: -25px; z-index: 1001; }

/* sidebar */
#sidebar { float: left; width: 247px; padding-left: 23px; z-index:5; }
#sidebar ul { width: 100%; margin-top: 100px; }
#sidebar ul li a { height: 46px; }

/* content */
#content { float: left; width: 544px; padding: 0 20px 0 40px; color: white; font-weight: bold; z-index:4;}

/* footer */
#footer { background: url(images/footer_bg.jpg) top left no-repeat; width: 894px; height: 141px; margin: 0 auto; }

h1{font-size: 20px;}

a:link{
color: #FFF043;
text-decoration: none;
}
a:visited{
color: #FFF043;
text-decoration: none;
}
a:hover{
color: white;
text-decoration: underline;
}

.style1 {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.style4 {
	color: #FFF043;
	font-size: 14px;
}
.style6 {font-size: 17px}
/* End of 'Main' */

