#wrapper{
background-color:#;
width:768px;
margin: 0px auto;
background-image:url(images/body_bg.jpg);
background-postion:center;
background-repeat:no-repeat;
}

body {
margin: 11px 0 0 0;
padding: 0;
background: #000000;
font: normal small Arial, Helvetica, sans-serif;
color: #cccccc;
background-postion:center;
background-repeat:no-repeat;


}

h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0;
text-transform: uppercase;
letter-spacing: .2em;
color: #00ccff;
}

p, ul, ol, blockquote {
margin-top: 0;
line-height: 160%;
}

a {
text-decoration: underline;
color: #9999ff;
}

a:hover {
text-decoration: underline;
color:#7777ff;
}

/* Header */

#header {
width: 720px;
height: 161px;
margin: 0 auto;
background-postion:center;
background-repeat:no-repeat;
background-image:url(images/logo.jpg);
}

#header * {
text-decoration: none;
text-align: center;
color: #00ccff;
}

#header h1 {
padding-top: 55px;
font-size: 3em;
}

#header h2 {
font-size: 1.2em;
}

/* Menu */

#menu {
width: 720px;
height: 35px;
margin: 0 auto;
padding-top:5px;

}

#menu ul {
margin: 0;
padding: 0;
list-style: none;
line-height: normal;
}

#menu li {
display: inline;
}

#menu a {
display: block;
float: left;
width: 142px;
height: 21px;
padding: 7px 1px 1px;
background: url(images/img3.gif) no-repeat center center;
text-align: center;
text-decoration: none;
text-transform: uppercase;
letter-spacing: .2em;
font-size: x-small;
font-weight: bold;
color: #ffffff;
}

#menu a:hover, #menu .active a {
background-image: url(images/img4.gif);
color: #ffffff;
}

/* Content */

#content {
width: 768px;
margin: 0 auto;

}

#colOne {
float: left;
width: 188px;
border-left:0px;
border-right:0px;
border-top:0px;
border-bottom:0px;
border-color:#00ccff;
border-style:solid;
}

#colOne p{
padding:10px;
}

#colThree ul{
padding:10px;
}

#colTwo {
float: left;
width: 361px;
padding: 0 20px;

}

#colThree {
float: left;
width: 174px;
border-left:0px;
border-right:0px;
border-top:0px;
border-bottom:0px;
border-color:#00ccff;
border-style:solid;
}

/* Content Elements */
label{
color:#00ccff;
}
#content h2 {
height: 21px;
margin-bottom: 10px;
padding: 9px 0 0 10px;
background: url(images/img6.jpg);
letter-spacing: normal;
font-size: .9em;
text-align:center;
color:#00ccff;
font-style:bold;

}

#content h3 {
text-transform: uppercase;
letter-spacing: normal;
font-size: x-small;
color: #FFFFFF;
}

#content ul {
margin-left: 0;
padding-left: 0;
list-style: square inside;

}

/* Footer */

#footer {
height: 70px;
padding: 7px 0 0 0;
background-postion:center;
background-repeat:no-repeat;
}

#footer * {
color: #ooccff;
}

#footer p {
text-align: center;
font-size: smaller;
}
#dropmenudiv{
position:absolute;
border:1px;
border-style:solid;
border-color:9999ff;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
background-color:#000000;
}

#dropmenudiv a:hover{
text-decoration: underline;
}

.style1 {
font-size: xx-large;
font-weight: bold;
}

.menutitle{
cursor:pointer;
margin-bottom: 5px;
color:#9999ff;
width:175px;
padding:2px;
text-align:left;
font-weight:bold;
text-decoration:underline;

}

.submenu{
margin-bottom: 0.5em;
}

.consplitL{
float:left;
}
.consplitR{
float:right;
}
