body { 
	margin:0;
	padding:0;
	background: url(../images/bubblebgdg.jpg);
	background-repeat: repeat;
	font-size: 0.8em;
	font-family: "verdana","trebuchet MS", arial, "sans serif";
	background-attachment:fixed;

}

.red {
	color:red;
	
}

.bold {
	font-weight: 900;	
}

.green {
	color:#238f08;
}

#container {
			margin: 0;
			padding:0;
			margin-left: auto;
			margin-right: auto;
			width: 850px;
			height: auto;
			background: url(../images/bubblebgdg2.jpg) ;
	background-repeat: repeat;
	background-attachment:fixed;
}


#page {
	width:850px;
	line-height: 1.4em;
	letter-spacing: normal;
	min-height:550px;
	margin: 0 auto;
	margin-top:30px;
	background: url(../images/bubblebgdg2.jpg) ;
	background-repeat: repeat;
	background-attachment:fixed;

	
	
}

#search h2 {
	font-size:1em;
	line-height:1em;
	
}
#search {
	margin:0;
	padding:0;
	height:50px;
	text-align: left;
	
}
#search fieldset {
	border:none;
	padding:0;
	margin:0;
}

#header  {
	position: relative;
	width:150px;
	float:left;
	padding:1em;
}

 h2 {
	font-size:1.4em;	
	font-weight: 900;
}

legend {
	font-size:1.2em;	
	font-weight: 900;
	
}

#content h2 a {
	color:black;
}

#content h2 a:hover {
	border-bottom: 2px dotted #238f08;
	color: #238f08;
	text-decoration: none;
}

h3 {
	font-weight: normal;	
}
#content {
	width: 400px;
	height:auto;
	margin: 0 auto ;	
	padding:10px ;
	float:left;
	padding:1em;	
}

#content a {
	color: #238f08;
	text-decoration: none;	
}
#content #skype {
	text-decoration: none;	
	border:none;
}
#content #skype:hover {
	border:none;
}

#skype img{
	margin:0;
	padding:0;
}

#content a:hover {
	border-bottom: 2px dotted #238f08;
}


#studies a:hover   {
	border:none;
	
}

#studies img {
	border: 1px solid #ffffff;
}



#studies img:hover {
	border: 1px solid #238f08;
}

.active a {
	border-bottom: 2px dotted #238f08;
	font-weight: 900;
}
.nav, .subnav {
	padding-top: 10px;
	margin:0;
}

.nav, .subnav {
	color: #238f08;
	width:200px;
	line-height:2.5em;
	font-size:1.2em;
	list-style-type: none;
	float:left;
	padding:1em;
}
.nav a, .subnav a {
	font-weight: normal;
	color: #238f08;
	text-decoration: none;	
}

.nav a:hover, .subnav a:hover {
	border-bottom: 2px dotted #238f08;	
}

.nav ul, .subnav ul {
	list-style-type: none;
	
}

form {
	line-height: 2.5em;	
}

label {
	display:block;
	text-align: left;
	
}

input, select, textarea, form img {
	display:block;	
	margin:0.5em;
}

#studies {
	line-height: 2em;
	}

blockquote {
	line-height: 1.4em;
	font-size: 1.0em;
	letter-spacing: 0.1em;
	width: 350px;
}

#footer {
	width: 250px;
	text-align: center;	
	font-size: 75%;
	margin:0 auto;
	background: white;
	clear:both;
}

h1 { 
	
	text-indent: -10000px;
}

h2 {
	font-weight: normal;
	
}

ul {
	line-height: 2em;	
}

/*jquery questions*/
dl{
	width:400px;
	line-height:1.7em;
}

dt {
font-weight: bold;
color:#238f08;	
}
dt:hover{
	cursor:pointer;
}

dd{
font-weight: normal;
color:#238f08;		
}