html 
{
	background-color: #ffffff;
	color: #333;
	background-image: url(Images/Ocean_Wave.jpg);
	background-repeat: repeat-y;
	background-size: 100% 400px;
	background-position: top left;
	font-family: Georgia, Times New Roman, Times, serif;
}

body 
{
	font: 18px Arial;
	overflow-x: hidden;
}

.doc 
{
	width: 903px; /* content width + .right border */
	margin: 50px auto 50px;
	opacity: 1.0;
}

.main 
{
	position: relative;
	padding: 10px 0 40px !important;
	width: 900px;
	background-color: #aaddff;
/* 	background-color: #ddffdd;*/
	-moz-box-shadow: 0px 0px 1px rgba(0,0,0,0.55);
	-khtml-box-shadow: 0px 0px 1px rgba(0,0,0,0.55);
	-webkit-box-shadow: 0px 0px 1px rgba(0,0,0,0.55);
	-o-box-shadow: 0px 0px 1px rgba(0,0,0,0.55);
	border: 1px solid #ccc;
}

.main .right
{
	position: absolute;
	left: 100%;
	top: 0;
	bottom: 0;
	width: 0;
	border-style: solid;
	border-color: transparent transparent transparent #c0c0c0;
	border-width: 3px 0 0 3px;
}

#head 
{
	clear: left;
}

#head.ribbon-wrapper 
{
	position: relative;
	border-bottom: 10px solid #ccc;
	border-top: 0px solid #ccc;
	-moz-border-bottom-colors: #F6F6F6 #F0F0F0 #ECECEC #E6E6E6 #E0E0E0 #DCDCDC #D6D6D6 #D0D0D0 #CCCCCC;
	-webkit-border-bottom-colors: #F6F6F6 #F0F0F0 #ECECEC #E6E6E6 #E0E0E0 #DCDCDC #D6D6D6 #D0D0D0 #CCCCCC;
	-moz-border-top-colors: #F6F6F6 #F0F0F0 #ECECEC #E6E6E6 #E0E0E0 #DCDCDC #D6D6D6 #D0D0D0 #CCCCCC;
	-webkit-border-top-colors: #F6F6F6 #F0F0F0 #ECECEC #E6E6E6 #E0E0E0 #DCDCDC #D6D6D6 #D0D0D0 #CCCCCC;
}

#head .ribbon-front 
{
    background-color: #E21B25;
	/*height: 175px;*/
	height: 100px;
	width: 920px;
	position: relative;
	left:-10px;
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
	-khtml-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
	-o-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
	z-index: 2;
}

#head .ribbon-edge-topleft,
#head .ribbon-edge-topright,
#head .ribbon-edge-bottomleft,
#head .ribbon-edge-bottomright
{
	position: absolute;
	z-index: 1;
	border-style:solid;
	height:0px;
	width:0px;
}

#head .ribbon-edge-bottomleft,
#head .ribbon-edge-bottomright 
{
	/*top: 175px;*/
	top: 100px;
}

#head .ribbon-edge-topleft,
#head .ribbon-edge-bottomleft 
{
	left: -10px;
	border-color: transparent #ad151d transparent transparent;
}

#head .ribbon-edge-topleft 
{
	top: -0px;
	border-width: 0px 10px 0 0;
}

#head .ribbon-edge-bottomleft 
{
	border-width: 0 10px 10px 0;
}

#head .ribbon-edge-topright,
#head .ribbon-edge-bottomright 
{
	left: 903px;
	border-color: transparent transparent transparent #ad151d;
}

#head .ribbon-edge-topright 
{
	top: -0px;
	border-width: 0px 0 0 10px;
}

#head .ribbon-edge-bottomright 
{
	border-width: 0 0 10px 10px;
}

#head .ribbon-back-left 
{
	position: absolute;
	top: 10px;
	left: -999px;
	width: 999px;
	/*height: 175px;*/
	height: 100px;
	background-color: #D20B15;
	z-index: 0;
}

#head .ribbon-back-right 
{
	position: absolute;
	top: 10px;
	left: 903px;
	width: 999px;
	/*height: 175px;*/
	height: 100px;
	background-color: #D20B15;
	z-index: 0;
}

/* ribbon style */
.h2.ribbon-wrapper 
{
	position: relative;
	border-bottom: 0px solid #ccc;
	border-top: 0px solid #ccc;
	-moz-border-bottom-colors: #F6F6F6 #F0F0F0 #ECECEC #E6E6E6 #E0E0E0 #DCDCDC #D6D6D6 #D0D0D0 #CCCCCC;
	-webkit-border-bottom-colors: #F6F6F6 #F0F0F0 #ECECEC #E6E6E6 #E0E0E0 #DCDCDC #D6D6D6 #D0D0D0 #CCCCCC;
	-moz-border-top-colors: #F6F6F6 #F0F0F0 #ECECEC #E6E6E6 #E0E0E0 #DCDCDC #D6D6D6 #D0D0D0 #CCCCCC;
	-webkit-border-top-colors: #F6F6F6 #F0F0F0 #ECECEC #E6E6E6 #E0E0E0 #DCDCDC #D6D6D6 #D0D0D0 #CCCCCC;
}

.h2 .ribbon-front 
{
	background-color: #E21B25;
	height: 40px;
	width: 190px;
	position: relative;
	left:-10px;
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
	-khtml-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
	-o-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
	z-index: 2;
}

.h2 .ribbon-edge-topleft,
.h2 .ribbon-edge-topright,
.h2 .ribbon-edge-bottomleft,
.h2 .ribbon-edge-bottomright 
{
	position: absolute;
	z-index: 1;
	border-style:solid;
	height:0px;
	width:0px;
}

.h2 .ribbon-edge-topleft,
.h2 .ribbon-edge-topright 
{
}

.h2 .ribbon-edge-bottomleft,
.h2 .ribbon-edge-bottomright 
{
	top: 40px;
}

.h2 .ribbon-edge-topleft,
.h2 .ribbon-edge-bottomleft 
{
	left: -10px;
	border-color: transparent #ad151d transparent transparent;
}

.h2 .ribbon-edge-topleft 
{
	top: -0px;
	border-width: 0px 10px 0 0;
}

.h2 .ribbon-edge-bottomleft 
{
	border-width: 0 10px 10px 0;
}

.h2 .ribbon-edge-topright,
.h2 .ribbon-edge-bottomright 
{
	left: 180px;
	border-color: transparent transparent transparent #ad151d;
}

.h2 .ribbon-edge-topright 
{
	top: -0px;
	border-width: 0px 0 0 0px;
}

.h2 .ribbon-edge-bottomright 
{
	border-width: 0 0 0px 0px;
}

.h2 .ribbon-back-left 
{
	position: absolute;
	top: 10px;
	left: -20px;
	width: 20px;
	height: 40px;
	background-color: #D20B15;
	z-index: 0;
}

#head h1 
{
 /*   font-family: strumpf-std, serif;*/
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 40px;
	color: #eeeeee;
	padding-top: 30px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
	text-align: center;
}

.main p,
.main h2,
.main h3,
.main form 
{
	padding: 0 10px;
	margin: 15px 0 5px;
	color: #333;
	font-style: normal;
}

.main p 
{
	margin: 5px 0 5px;
}

.main form 
{
	color: #666;
}

.h2 h2 
{
	color: #fff;
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size: 20px;
	padding: 5px 5px 5px 15px
}

.ribbon-red .ribbon-front,
.ribbon-red .ribbon-back-right,
.ribbon-red .ribbon-back-left
{
	background: -moz-linear-gradient(100% 100% 90deg, #E21B25, #ee7b81);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#E21B25), to(#ee7b81));
}

.Div
{
  position  : static; 
  width     : 100%;  
  height    : 100%; 
  text-align: center;
}

.TopButtons
{
    margin-top: 10px;
    text-align: center;
}

.ShadowBox
{
    position: static;
    margin: 20px 0px 20px 0px;
    padding: 20px 20px 20px 20px;
    text-align: center;
    display:inline-block;
    border:2px solid #ccc;
    box-shadow: 10px 10px 5px rgba(0,0,0,0.4);
/*    background-color: #aaddff;*/
/* 	background-color: #ddffdd;*/
 	background-color: #FFFFFF;
}

.ShadowBox ul 
{
    list-style-position:inside;
    margin: 0 auto; 
    text-align: center;
    padding:0;
}

.SCButton
{
/*    background-color: #aaddff;*/
    background-color: #ddffdd;
    font: 20px Arial;
    width: 6em;
    padding: 5px
}    
    
#Functions 
{
    margin: 30px 0px 40px 0px;
}

#Resumes
{
    margin: 40px 0px 20px 0px;
}

#Conact
{
    margin: 20px 0px 40px 0px;
}

h4 
{
		font: 20px Arial;
    margin: 2px 0 2px 0;
}

.Logo
{
    width: 545px;
    height: 265px;
    position:relative;  
    border:2px solid;
    border-color: #c0c0c0;
    box-shadow: 10px 10px 5px #888888;
}

.fwbold
{
    font-weight: bold;
}
.fs12pt
{
    font-size: 12pt;
}
.fs14pt
{
    font-size: 14pt;
}
.fs11pt
{
    height: 11pt;
}
.resli
{
    text-align: left;
    margin: 0px; 
    padding-left: 30px; 
    text-indent: -20px;
}