body{
font-family:Arial, Helvetica, sans-serif;
background-color:#6699cc;
}

div.shadow{
background-image:url(../images/border_right.jpg);
background-repeat:repeat-y;
background-position:right;
width:875px;
margin-left:183px;}

div.shadow2{
background-image:url(../images/border_left.jpg);
background-repeat:repeat-y;
background-position:left;
margin-left:7px;
}

div.shadow3{
background-image:url(../images/border_bottom.jpg);
background-repeat:repeat-x;
background-position:bottom;
height:809px;
}

div.main{
text-align:left;
width:850px;
height:910px;
border:solid #cc9933 1px;
background-color:#FFFFFF;
left: 50%;
margin-left: -425px; /* half the width of the div */
position: relative;
}

div.main_education{
text-align:left;
width:850px;
height:1320px;
border:solid #cc9933 1px;
background-color:#FFFFFF;
left: 50%;
margin-left: -425px; /* half the width of the div */
position: relative;
}

div.header{
font:Verdana, Arial, Helvetica, sans-serif;
background-color:#000066;
color:#cc9933;
font-weight:bold;
font-size:30px;
text-align:center;
border-bottom:2px solid #cc9933;
padding-top:20px;
height:65px;
}


/*NAVIGATION MENU*/
div.nav{
float: left;
height:30px;
width: 100%;
background-color:#FFFFFF;
border-bottom:solid 1px #000066;
position: relative;
text-align:center;
padding-bottom:5px;
}

ul#nav{
font-weight:bold;
list-style-type: none;
}

ul#nav li{
display:inline;
padding:0 15px 0 15px;
line-height:-10px;
}

li#nav_current{
/*background-image:url(../images/tab_L.gif);
background-position:left;
/*background-repeat:no-repeat;*/
color:#cc9933;
}

ul#nav  li a:link{
text-decoration:none;
} 

ul#nav  li a:visited{
text-decoration:none;
} 

ul#nav  li a:hover{
color:#000066;
background-color:#cc9933;
}


/*CONTENT*/

div.content{
float:left;
height:100%;
font-size:13px;
padding:20px 0 0 0;
}

div.left_side{
width:480px;
height:100%;
float:left;
padding:0 0px 0 30;}

div.right_side{
width:320px;
height:900px;
float:right;
padding:0;
}

/*
ul.bolt_list{
list-style-image:url(../images/bolt2.jpg);
}
*/

ul { list-style-type: disc; } 

/*li.bolt_list{
line-height:20px;}
*/

div.photo{
float:left;
width:200px;
padding:30px 0 0 20px;}


a:active{ color:#000066; background-color: transparent; text-decoration:none;}
a:link{color:#000066; background-color: transparent; text-decoration:underline;}
a:visited{color:#000066; background-color: transparent; text-decoration:underline;}
a:hover{color:#000066; background-color:cc9933; text-decoration:none}


p {
	margin: 5px;
	padding: 5px;
	}
	
h1 {
	margin: 5px;
	padding: 5px;
	font-size: 14px;
	}

title{
background-color:#990033;
 }
 
 legend
{
color: #000000;
font-size:16px;
} 
