﻿@charset "UTF-8";

body{
background-color: rgb(101,139,186); /*blue*/
font-family: times new roman, sans-serif, arial;
}

#mainContainer{ 				
width:1920px; 
background-color:rgb(196,149,111); /*brown*/
color: rgb(50,30,15);				/*darkBrown*/
padding: 0 40px 40px 40px;
font-family:arial, times new roman, sans-serif;
position:relative;
margin:auto; 
border-width:24px;
border-style: ridge;
border-color: rgb(255, 231, 134); /*gold*/
border-top-right-radius: 145px 145px;
border-top-left-radius: 145px 145px;
border-bottom-right-radius: 72px 72px;
border-bottom-left-radius: 72px 72px;
font-size:32px;
}

a{
font-size:28px; 
color:blue; 
text-decoration:underline; 
border:none; 
background:none
}

.auto{
margin: 40px auto;
}

.autoCenter{
margin: 40px auto;
text-align:center;
}

.B8{
text-align:center;
font-weight:bold;
font-size:16px;
}

#belowHeader{				
width:1920px;
text-align:left;
font-size:32px;
margin: 0 0 0 0;
}

.BLR{				
font-weight:bold;
font-size:large;
color: rgb(30,24,130); /*red*/
}

.BLRO{				
color: rgb(30,24,130); /*red*/
font-weight:bold;
font-size:large;
font-style:oblique;
}

.bold{		
font-weight:bold;
}

.boldCenter{		
font-weight:bold;
text-align:center;
}

.Bsmall{			
font-weight:bold;
font-size:small;
}

.center{				
text-align:center;
}

.center14{					
text-align: center;
font-size:28px;
}

.center14bold{					
text-align: center;
font-size:28px;
font-weight:900;
background-color: transparent;
text-shadow: white -1px -1px 2px  /*horizontalOffsetpx verticalOffsetpx blurRadiuspx;*/
}

.centerPic{				
margin:auto;
background-image:url(me300.jpg);
background-position: center;
background-repeat: no-repeat;
width: 300px;
height:300px;
}


#footer{				
width:1920px;
height:150px;
text-align:left;
font-size:32px;
border-top:24px ridge rgb(255, 231, 134); /*gold*/
}

.footNotes{				
font-size:x-small;
text-align:right;
text-decoration:none;
}

h1{
text-align:center;
text-decoration:underline;
font-size: 72px;
}

h2{
text-align:left;
font-size:48px;
margin:60px 0 0 40px;
}

h3{
font-size:40px;
margin: 20px 0 0 200px;
}

h4{
font-size:32px; 
font-style:oblique; 
font-weight:900;
margin: 0 0 0 360px;
}

.header{				
width:1920px;
height:189px;
background-image:url(ResumeHeader_TV.jpg);
background-position: center;
background-repeat: no-repeat;
text-align:center;
font-size:24px;
border-bottom:24px ridge rgb(255, 231, 134); /*gold*/
}


.in50{
margin: 40px 200px 40px 100px;
}

.indent{
margin: 0 0 0 300px;
}

.indent2{
margin: 0 150px 0 150px;
}

.indent2hiLite{
margin: 0 150px 0 150px;
background-color: rgb(255, 231, 134);
border: 4px ridge rgb(50,30,15);
padding: 10px;
border-radius: 24px 24px;
}
.indent2hiLiteBold{
margin: 0 150px 0 150px;
background-color: rgb(255, 231, 134);
border: 4px ridge rgb(50,30,15);
padding: 10px;
font-weight: 900;
text-align:center;
border-radius: 24px 24px;
}

.indent3{
margin: 0 150px 0 200px;
}

input{
font-size:24px; 
font-weight:900;
color:white; 
text-decoration:none; 
border: 12px ridge rgb(255, 231, 134); /*gold*/
border-top-left-radius: 24px 24px;
border-bottom-right-radius: 24px 24px;
box-shadow: rgb(50,30,15) 2px 2px 0px 0px;
background-color:rgb(50,30,15);
margin: 0 0 0 0; 
cursor:hand;
}

input.select{
font-size:32px; 
font-weight:100;
color:blue; 
text-decoration:underline; 
border: none;
border-top-left-radius: none;
border-bottom-right-radius: none;
box-shadow: none;
background-color:rgb(196,149,111);
margin: 0 0 0 0; 
cursor:hand;
}

label{
font-size:32px; 
font-style:oblique; 
font-weight:900;
margin: 0 0 0 200px;
}

.left{
text-align:left;
}

.left16{			
text-align: left;
font-size:32px;
}

.name{
font-size:44px;
font-weight:500;
}

.right{				
text-align:right;
}

.right16{			
text-align: right;
font-size:32px;
margin: -40px 0 0 0;
}

.rightFoot{			
text-align: right;
margin: -120px 0 -40px 0;
}


.w400{
width:800px;
}




/*floating box*/
#TopLeft{ 			
position : fixed; 
top : 20px; 
left : 10px; 
width : auto; 
height : auto; 
background-color : rgb(196,149,111); /*lightBrown*/
border-width:12px;
border-style: ridge;
border-color: rgb(255, 231, 134);
border-top-right-radius: 60px 50px;
border-top-left-radius: 60px 50px;
box-shadow: white -3px -3px 15px 15px;
font-family : Arial; 
color : rgb(50,30,15); /*brown*/
font-style : oblique; 
font-size : 20pt; 
font-weight : 900; 
text-align : center; 
padding : 10px; 
z-index:1;
}

/*floating box*/
#TopRight{ 			
position : fixed; 
top : 10px; 
right : 10px; 
width : auto; 
height : auto; 
background-color : rgb(196,149,111); /*lightBrown*/
border-width:6px;
border-style: ridge;
border-color: rgb(255, 231, 134);
font-family : Arial; 
color : rgb(50,30,15); /*brown*/
font-style : oblique; 
font-size : 12pt; 
font-weight : 900; 
text-align : center; 
padding : 5px; 
z-index:1;
}

/*floating box*/
#BottomRight{ 
position : fixed; 
bottom : 10px; 
right : 10px; 
width : auto; 
height : auto; 
background-color : #ffffff; /*white*/
border-width:6px;
border-style: ridge;
border-color: rgb(255, 231, 134);
font-family : Arial; 
color : #0000ff; /*blue*/
font-style : oblique; 
font-size : 12pt; 
font-weight : 900; 
text-align : center; 
padding : 0px;
z-index:1; 
}

/*floating box*/
#BottomLeft{ 
position : fixed; 
bottom : 10px; 
left : 10px; 
width : auto; 
height : auto; 
background-color : #ffffff; /*white*/
border-bottom : none; 
font-family : Arial; 
color : #0000ff; /*blue*/
font-style : oblique; 
font-size : 12pt; 
font-weight : 900; 
text-align : center; 
padding : 5px; 
}


/*
.REG{color: #494373}
.RGB{color: rgb (73,67,115)}
.RGBA{color: rgba (73,67,115,0.5)}
.HSL{color: hsl (165,63,86)}
*/
