/************* GENERAL CSS ************/

body {
	margin: 0px;
	padding: 0px;
	background: #bde5dc url(images/back3.png) repeat-y center top;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: black;
}


h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CC0000;
}

h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #120648;
}

a {
	font-weight: bold;	
	text-decoration:none;
	color: #000000;
}

a:hover {
	text-decoration:none;
	color: #3399FF;
}

/************* HEADER STUFF ************/

#header {
	width: 767px;
	height: 140px;
	margin: 0px auto;
	padding: 10px 0px;
	background: #FFFBFD url(images/newlogo.gif);
}

#header h1 {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	text-align: left;
	color: #3399FF;
	font-size: 3em;
	text-transform: uppercase;
}

#header h2 {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	text-align: left;
	font-size: 1.5em;
	text-transform: uppercase;
}

/************* MENU ************/

#menu {
width: 769px;
height: 27px;
margin: 0px auto;
padding: 5px 0px 5px 0px;
background: #000000 url(images/SDCB-menu-bar.gif);
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 125px;
float: left;
}

#menu a, #menu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
text-align: center;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
}

#menu h2 {
color: #fff;
background: #000000 url(images/SDCB-menu-bar.gif);
text-transform: uppercase;
}

#menu m2 {
color: #fff;
background: #000000 url(images/SDCB-menu-bar.gif);
text-transform: uppercase;
}

#menu a {
color: #000;
background: #efefef;
text-decoration: none;
}

#menu a:hover {
color: #a00;
background: #fff;
}

#menu li {
position: relative;
}

#menu ul ul {
position: absolute;
z-index: 500;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

/************* CONTENT ************/

#content {
	width: 770px;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: normal;
}

#content p, #content ul, #content ol {
	line-height: 150%;
}

#left {
	float: left;
	width: 480px;
	padding: 0px 20px 20px 20px;
}

#center {
	float: none;
	width: 730px;
	padding: 0px 20px 20px 20px;
}

#right {
	float: right;
	width: 210px;
	padding: 0px 20px 0px 0px;
	color: white;
	
}

#r2 {
	float: right;
	width: 210px;
	color: white;
	padding: 0px 0px 50px 20px;
}

#h {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: yellow;
	font-size:28px;
}

#hh {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #120648;
	font-weight:bold;
}

#f {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: white;
}

#f2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: white;
}

#f3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: white;
}

#f4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: white;
}

#quiklinks {
width:250px;
height:250px;
position:fixed;
}

#q {
border: 0;
}

#q1 {
border: 0;
}

#q2 {
border: 0;
}

#q3 {
border: 0;
}

/************* FOOTER ************/

#footer {
	clear: both;
	width: 765px;
	height: 40px;
	margin: 0px auto;
	border-top: 0px solid #666666;
	background: url(images/back-footer.gif) repeat-y center top;
	font-size: 9px;
	text-align: center;
	padding: 5px;
	color: white;
}
