﻿body { font-family: Arial; font-size: 10pt; color: #333; background-color: #eef1f2; margin: 0px; line-height: 21px  }


/*-----------------------------------------------------------Elements-------------------------------------------------------------------------------------------------------------------------------*/



a {	color: #01173D; text-decoration:none;}
a:active {	color: #01173D; text-decoration:none; }   
a:visited {	color: #01173D; text-decoration:none;}
a:hover {	color: #aaaaaa; text-decoration:none;}

ul, li {line-height:22px; font-size: 10pt}
img {	border-width: 0px; }

H1{color:#01173D; font-size:14pt; font-family: palatino linotype; font-weight:400; }
H2{color:#01173D; font-size:12pt; font-family:century gothic, trebuchet ms; }
H3{color:#01173D; font-size:10pt; font-family:sans-serif; font-weight:bold }

input, textarea { background-color: #fff; font-size: 10pt; color: #151515; font-family: Arial, Helvetica, sans-serif; border: 1px solid gray;
		resize: none; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; border:1px solid #cccccc;}


input:focus {background-color: #f3fcd5}
textarea:focus {background-color: #f3fcd5}

p, table {font-size: 10pt;}


/*-----------------------------------------------------------ids (mainly for dwt file)-------------------------------------------------------------------------------------------------------------------------------*/



#top { width: 100%; background-image:url('images/design/home_top.jpg'); min-width:320px; background-repeat:no-repeat; background-position: center top}
#top_pages { width: 100%; background-image:url('images/design/pages_top.jpg'); min-width:320px; background-repeat:no-repeat; background-position: center top}

#header { width: 100%; color:#FFFFFF; min-width:320px}

#middle { width: 100%;}
#middle .main_table{ background-color: #fff; padding-top: 10px; width: 320px; margin-left: auto; margin-right: auto; table-layout: fixed}

#footer { width: 100%; background-image: url('images/design/home_bottom.jpg'); background-repeat: no-repeat; background-position:center top;  min-width:320px;}
#footer_pages { width: 100%;  background-image: url('images/design/bottom.jpg'); background-repeat: no-repeat; background-position:center top;  min-width:320px;} 
#footer a { color: #1a1a1a; } 
#footer a:hover { color: #aaaaaa;}



/*-----------------------------------------------------------Classes-------------------------------------------------------------------------------------------------------------------------------*/



.active { width: 320px; margin-left: auto; margin-right: auto; table-layout: fixed  }
.table { width: 100%; margin-left: auto; margin-right: auto; table-layout: fixed }
.large-font { font-family:Georgia;	font-size:14pt;	font-style:italic }
.small-font{font-size: 7pt;}

.margin {margin:10px}
.center {text-align:center}
.right {text-align:right}
.button {margin-bottom:3px}

.image_border { border: 3px solid #ffffff; margin: 7px;	-moz-box-shadow: 0 0 5px #888;
		-webkit-box-shadow: 0 0 5px#888;box-shadow: 0 0 5px #888;

		/* For IE 8 */
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#b0b0b0')";

		/* For IE 5.5 - 7 */

		filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=150, Color='#b0b0b0') }
 


.submit { background: #eeeeee;	-webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px;
   	 cursor:pointer; width: 82px; height: 33px; border: none; }