body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color:#ccc;
	margin:0px;
}

body.options {
background-color:white;
}

div.main{
text-align:left;
width:895px;
height:100%;
background-color:white;
}

div.main_education{
text-align:left;
width:895px;
height:;
background-color:#FFFFFF;
left: 50%;
margin-left: -425px; /* half the width of the div */
position: relative;
/*	-moz-border-radius:10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;*/
}

div.header{
font-family:Trajan Pro, Verdana, Arial, Helvetica, sans-serif;
background-color:#002d62;
color:white;
font-weight:bold;
font-size:30px;
text-align:center;
padding-top:30px;
height:65px;

}
div.goldband{
background:#bc940f;
/*background:#bc940f url('../images/goldband_g.jpg') repeat-x;*/
width:100%;
height:10px;
}

div.foot{
font-family:Arial, Helvetica, sans-serif;
background-color:#bc940f;
color:black;
text-align:center;
padding:10px;
width:875px;
height:50px;
text-align:center;
float:left;
}


/*CONTENT*/

div.content{
width:895px;
float:left;
font-size: 12px;
padding:0px 0 0 0;
background-color:white;
border:solid 0px orange;
}

div.left_side{
width:500px;
float:left;
padding:20px 25px 10px 15px;
margin:0 0 0 15px;
border:solid 0px red;
}

div.right_side{
width:340px;
float:right;
padding:20px 0 10px 0;
border:solid 0px green;
}

div.rs_section1{
margin:0px 30px 10px 0;
padding:10px;
border:solid 1px #ccc;
background-color:#e9e9e9;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

div.rs_section3{
margin:0px 30px 10px 0;
padding:10px;
border:solid 1px #ccc;
background-color:lightblue;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

div.rs_section2{
margin:0px 0px 0px 0;
padding:0px 0px 0px 0px;
border:solid 0px #ccc;
background-color:white;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
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;
	}
	
div.photo{
float:left;
padding:20px 10px 15px 10px;
text-align:center;
width:135px;
}

#hreflink img{
	height:75px;
	width:100px;
	margin:4px;
	border-top:1px solid #999;
	border-left:1px solid #999;
	border-bottom:1px solid lightgray;
	border-right:1px solid lightgray;
}

#hreflink img:hover{
	border:5px solid cyan;
	margin:0px;
}

#hreflink {
	height:120px;
	font-size:11px;
	border-top:1px solid lightgray;
	border-left:1px solid lightgray;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
	margin:4px 4px 4px 4px;
	text-align:center;
	background-color:white;
	background-image: url('../images/slide.jpg');
	background-repeat:repeat-x;
/*	-moz-border-radius: 3px;
	border-radius: 3px;*/
}

div.career 
{
	font-family:Arial, Helvetica, sans-serif;
	background-image: url('../images/slide.jpg');
	background-repeat:repeat-x;
	background-color:white;
	height:100%;
	font-size:13px;
	padding:10px;
}

div.detail 
{
	background-color:lightblue;
	padding:10px;
	margin-bottom:10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

h4.detail
{
margin:0 10px 0 10px;
}

h1 {
	margin: 5px;
	padding: 5px;
	font-size: 14px;
	}

h2 {
	margin: 5px;
	padding: 5px;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color:#002d62;
	}


