* {
	margin: 0;
	padding: 0;
}

body {

 background: #eeeeee url(images/back_top.jpg) repeat-x top;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #0c628c;
}

a { color: #0c628c; text-decoration: none; }
a:hover { text-decoration: underline; }

#wrap {
width: 980px;
margin: 0 auto;
}

#header {
margin: 20px 0px 0px 10px;
height:124px;
}
#header img {
padding-right:10px;
}
#header h1 {
font-size: 26px;
font-weight: 100;
letter-spacing: 0px;
}
#header h1 a {
color: #fff;
text-decoration: none;
}
#header h1 a:hover {
color: #eee;
text-decoration: none;
}
#header h2 {
color: #fff;
font-size: 18px;
font-weight: 100;

}
#menu {
/* top right bottom left */
height:49px;
color:#CCCCCC;
margin-bottom:20px;
}
#menu ul {
	padding-top: 18px;
	list-style: none;
}

#menu li {
	float: left;
	display: inline;
	width:183px;
	text-align:center;
	font-size:14px;
	letter-spacing:3px;
	color:#CCCCCC;
}

#menu li a {
text-decoration:none;
color:#CCCCCC;
}

#menu li a:hover {
border-bottom: 4px solid #dc9100;
text-decoration:none;
color:#CCCCCC;
}

#content {
float: right;
width: 468px;
padding: 0 20px 20px 20px;
border-left: 1px dotted #aaa;
text-align: justify;
}
#content h2 {
color: #dc9100;
font-size: 16px;
font-weight: 100;
padding: 5px 0px 0px 5px;
border-bottom: 1px dotted #aaa;
margin-bottom: 10px;
background:  url(images/headings_large.png) no-repeat;
width:473px;
height:31px;
}
#content h2 a {
color: #dc9100;
text-decoration: none;
}
#content h2 a:hover {
color: #00003e;
}

#content ul {
list-style-type:disc;
list-style-position:inside;
padding: 0 0 10px 0;
}

#content a {
text-decoration:underline;
}

#full_content {
float: right;
width: 868px;
padding: 0 20px 20px 20px;
border-left: 1px dotted #aaa;
text-align: justify;
}
#full_content h2 {
color: #dc9100;
font-size: 16px;
font-weight: 100;
padding: 5px 0px 0px 5px;
border-bottom: 1px dotted #aaa;
margin-bottom: 10px;
background:  url(images/headings_large.png) no-repeat;
width:473px;
height:31px;
}
#full_content h2 a {
color: #dc9100;
text-decoration: none;
}
#full_content h2 a:hover {
color: #eee;
}

#full_content ul {
list-style-type:disc;
list-style-position:inside;
padding: 0 0 10px 0;
}

#full_content a {
text-decoration:underline;
}

#block_left {
float:left;
padding-right:2px;
}

#leftmenu {
float: left;
width: 160px;
padding: 0 20px 20px 0;
font-size: 10px;
}
#leftmenu h2 {
/* top right bottom left */
padding: 5px 0px 0px 5px;
margin-bottom: 10px;
color: #dc9100;
font-size: 16px;
font-weight: 100;
background:  url(images/headings.png) no-repeat;
width:169px;
height:31px;
}
#leftmenu ul {
list-style-type: none;
padding: 0 0 10px 0;
}

#rightmenu {
float: left;
width: 250px;
padding: 0 10px 10px 10px;
border-left: 1px dotted #aaa;
font-size: 10px;
}
#rightmenu h2 {
padding: 5px 0px 0px 5px;
margin-bottom: 10px;
color: #dc9100;
font-size: 16px;
font-weight: 100;
background:  url(images/headings_medium.png) no-repeat;
width:274px;
height:31px;
}
#rightmenu ul {
list-style-type: none;
padding: 0 0 10px 0;
}

#popupcontent{
   position: relative;
   visibility: hidden;
   overflow: hidden;
   color: #0c628c;
   padding:5px;
}

#footer {
margin-top: 20px;
background: #eeeeee url(images/back_top.jpg) repeat-x top;

height:100px;
border-top: 1px dotted #aaa;
font-size: 11px;
text-align: left;
padding: 20px;
color:#FFFFFF;
}
#footer a { 
color:#FFFFFF;

}
#footer a:hover {
color:#FFFFFF;

}
