body {
font-family: Gerogia, Arial, Helvetica, Verdana, Tahoma;
font-size: .8em;
line-height:1.8em;
padding:0;
margin:0 auto;
background:#757575 url('../images/bg.gif') repeat-y center top;
text-align:center;
width:900px;
}

#container {
color:#333333;
padding:0;
margin:0 auto;
text-align:left;
}

#header {
height:150px;
padding:0;
margin:0;
}

#logo img {
padding:0 0 0 25px;
border:none;
}
#navigation {
float:right;
width:600px;
margin:0;
padding:0;
}
#navigation img {
border:none;
}

#content {
background: transparent url('../images/content-bg.gif') repeat-y center top;
}
#innerContent {
background: url('../images/dots.gif') no-repeat center top;
padding:10px 0;
}
#largeCol {
width:550px;
padding:10px 40px;
}
#largeCol h1 {
}
#largeCol a img {
border:none;
}

#smallCol {
float:right;
width:220px;
}

#smallCol h2 {
clear:both;
margin:10px 0 0 0;
padding:0;
}

#smallCol p, #smallCol img.right {
margin:0;
padding:0 15px 0 5px;
}
#smallCol a img {
border:none;
}
#footer {
clear:both;
background: transparent url('../images/footer-bg.gif') no-repeat center top;
height:90px;
margin:10px 0;
padding:0;
color:#666666;
}

#footer p {
padding:10px 0;
margin:0;
font-size:.9em;
}
#footer p a {
color:#666666;
}

.right {
float:right;
}
.left {
float:left;
padding-right:10px;
}

.clear {
clear:both;
}

blockquote {
border:1px solid #ccc;
padding:10px;
}

.col {
float:left;
width:165px;
margin:0;
padding:0;
}

.highlight {
font-weight:bold;
}
.underline {
text-decoration:underline;
}
.emp {
font-style:italic;
}
.ind {
padding-left:75px;
}
.rightBorder {
border-right:1px dashed #ccc;
}
.leftBorder {
border-left:1px dashed #ccc;
}
.topBorder {
border-top:1px dashed #ccc;
}
ul.nobullet {
list-style-type:none;
}
.col ul {
list-style-type:none;
margin:0;
padding:10px;
}
.col ul li {
background: url('../images/projects-bullet.jpg') no-repeat left center;
padding:0 0 0 20px;
}
.col ul li a {
color:#333333;
}
a {
color:#333333;
}
/* Drop Down menu Starts */
#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
z-index:100;
backgrond:#fff;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
text-align:left;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
color:#333333;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #ccc;
}

/* DD Ends */

