@charset "utf-8";

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}


body{
	background-color:#000000;
	color:#D9D9D9;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(porton_04.png);
	background-repeat:no-repeat;
	background-position: center -20px;
	background-attachment:fixed;	
}

a{
    font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #D9D9D9;
	font-size:11px;
	text-decoration: none;
	font-weight:normal;
	}

a:hover{
	color: #990000;
	font-weight:bold;
	text-decoration: underline;
	}

p, ul, li, dd{
	line-height: 15px;
	margin: 1em 0;
	font-size: 11px;
	color: #999999;
	}
	
.twoColElsLtHdr #container {
	width: 51em;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #990000;
	text-align: left;
	border-top:10px;
	background-color: transparent;
	
} 
.twoColElsLtHdr #container #mainContent h1 {
	font-size: 100%;
}
.twoColElsLtHdr #container #mainContent h6 {
	font-size: 100%;
	color:#990000;
	letter-spacing:5px;
	padding-left:120px;
	padding-top:20px;
	padding-bottom:50px;
}
.twoColElsLtHdr #container #header h1 {
	font-size: 100%;
}
.twoColElsLtHdr #container #sidebar1 h3 {
	font-size: 90%;
	font-weight:normal;
}
.twoColElsLtHdr #header {
	padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	color: #840808;
	border-bottom: 1px solid #990000;
} 
p {
	font-size: 80%;
	margin: 1.5em 0;
}
.twoColElsLtHdr #container #mainContent h2 {
	font-size: 12px;
	padding-left:20%;
	
}
.twoColElsLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
	height:80px;
	color: #D62405;
}
h4, h5, h6, h1 {
	font-size: 90%;
}
h1{
margin-top:2%;
color:#990000;
margin-left:25%;
}

.twoColElsLtHdr #sidebar1 h3, .twoColElsLtHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

.twoColElsLtHdr #mainContent {
	margin: 0 1.5em 0 13em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	float: top;

} 
.twoColElsLtHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	/*background:#DDDDDD;*/
	
	border-top: 1px solid #990000;
	width:795px;
} 
.twoColElsLtHdr #sidebar1 {
	float: left; 
	width: 12em; /* since this element is floated, a width must be given */
	/*background: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
	height:100%;
}
.twoColElsLtHdr #sidebarmenu {
	float: left; 
	width: 13em; /* since this element is floated, a width must be given */
	/*background: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	font-size: 80%;
	font-weight:bold;
}
.twoColElsLtHdr #sidebarmenu li {
	margin-left:15px;
	border:1px;
	color:#990000;
	line-height:15px;
	}
.mes {
margin-top:100px;
margin:10px;
border:1px;
}
.mes a:link, .twoColElsLtHdr .mes a:visited  {
font-weight:normal;
font-style:italic;
color: #FF0000;
font-weight:normal;
line-height: 15px;
}
.twoColElsLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-left: 13%;
	background-color: transparent;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	width:70%;
	font-weight:normal;
	background-color: transparent;
}
.fltlft h6{ /* this class can be used to float an element left in your page */
	letter-spacing:3px;
	font-size:100%;
	padding-left:10%;
	line-height: 25px;
}
.fltlft p{ /* this class can be used to float an element left in your page */
	font-size:80%;
	margin:10px;
	margin-left:0;
	color: #D9D9D9;
	background-color: transparent;
	
}
.fltlft h5{ /* this class can be used to float an element left in your page */
	font-size:100%;
	margin:0;
	margin-left:25%;
	color: #CCCCCC;
	font-size:80%;
}
.fltlft a:link{
    font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #D9D9D9;
	font-size:11px;
	text-decoration: none;
	}

.fltlft a:hover{
	color: #000000;
	font-size:11px;
	text-decoration: none;
	}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#wrapper{
width: 130px;
margin:50px;
border: 1px solid #000000;
text-align:left;
font-weight:bold;
background-color: transparent;

}
.formu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ffffff;
	height: auto;
	width: auto;
	border: thin outset #990000;
	background-color: transparent;

}	
