body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color:#164871;
}
* {margin: 0px;padding: 0px;}
#containerflag {
	margin: 10px auto;
	text-align: right;
	width: 800px;
}
#container {
	margin: 10px auto;
	text-align: left;
	width: 800px;
}
#main {
	width: 800px;
	background-image:url(images/background.gif);
	
}
/******************** header ********************/
#header {
	width:750px;
	height:341px;
	margin-left:25px;
	display:block;
}
#headershop {
	width:750px;
	height:341px;
	margin-left:25px;
	background-image:url(images/header-shop.jpg);
	display:block;
}
#nav {
	width:744px;
	height:22px;
	margin: 2px 0px 2px 25px;
	background-color:#a5cae5;
	padding: 3px 5px 3px 1px;
}
#nav ul {
}
#nav li {
	display:inline;
	background-color:#245882;
	width:101px;
	height:22px;
	float:left;
	margin-left:4px;
	text-align:center;
}
#nav a {
	width:101px;
	height:19px;
	padding-top:3px;
	text-decoration:none;
	color:#a5cae5;
	font-weight:800;
	display:block;
}
#nav a:hover {
	color:#FFFFFF;
	font-weight:800;
}
/******************** Content ********************/
p, h1, a, span{font-family: Arial, Helvetica, sans-serif;}
#content {
	width:750px;
	margin-left:25px;
	background-color:#a5cae5;
}
#left {
	float:left;
	width:370px;
	display:inline;
	margin: 0px 0px 30px 20px;
}
#left p {
	font-size: 12px;
	color: #000000;
	padding: 5px 0px;	
}
#left a{
	color: #052d4e;
	font-weight:800;
}
#left a:hover{
	color:#FFFFFF;
}
#left h1{
	font-size: 16px;
	color: #052d4e;
	display:inline;
	font-weight:900;
}
#left span{
	font-size: 12px;
	color: #007dda;
	font-weight: 900;
	display:inline;
	margin-left:8px;
}

#left2 {
	float:left;
	width:710px;
	display:inline;
	margin: 0px 0px 30px 20px;
}
#left2 p {
	font-size: 12px;
	color: #000000;
	padding: 5px 0px;	
}
#left2 a{
	color: #052d4e;
	font-weight:800;
}
#left2 a:hover{
	color:#FFFFFF;
}
#left2 h1{
	font-size: 16px;
	color: #052d4e;
	display:inline;
	font-weight:900;
}
#left2 span{
	font-size: 12px;
	color: #007dda;
	font-weight: 900;
	display:inline;
	margin-left:8px;
}

#right {
	float:right;
	width:280px;
	color:#FFFFFF;
	font-weight:900;
	padding: 10px 20px;
	margin: 30px 20px 20px 0px;
	display:inline;
}
#right p{
	padding: 7px 0px;
}
#right a{
	color:#FFFFFF;
	font-weight:900;
}
#right a:hover{
	color: #052d4e;
}
.post {
	margin-top:20px;
}
.post a{
}

.post a:hover{
}

.post p{
}


/******************** Footer ********************/
#footer {
	width:800px;
	text-align:center;
	color:#FFFFFF;
	margin: 10px 0px;
}
#footer ul {
}
#footer li {
	display:inline;
	float:none;
	text-align:center;
}
#footer a {
	color:#FFFFFF;
	font-weight:900;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#footer span {
	display:block;
	clear:both;
	color:#FFFFFF;
	margin: 10px 0px;
}
.clear{
	clear:both;
}

/*---------- FORM ----------*/
form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100%;
  margin: 0px 15px 0px 0px;
  padding: 0;
  width: 380px;
  float:left; 
}

form fieldset {
  border-color: #cccccc;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0px;
}

form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 10px 0 0 5px; /* set top margin same as form input - textarea etc. elements 
	text-align: right; */
}

form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:10px 0 0 5px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
/*---------- END FORM ----------*/


table.generalinfo{ 
	color: #404040;
	width: 100%;
	background-color: #B6CBDD;
	border: 1px #6699CC solid;
	border-collapse: collapse;
	border-spacing: 0px;
}

table.generalinfo td.generalinfo_title{
	border-bottom: 2px solid #6699CC;
	background-color: #B6CBDD;
	text-align: left;
	font-weight: bold;
	font-family:Tahoma;
	font-size:11px;
	color: #000000;
}


table.generalinfo td{
	color: #404040;
	background-color: white;
	text-align: left;
	font-family:Tahoma;
	font-size:11px;
	padding-left: 3px;
} 

.generalinfo_dotted {
	border-left: 1px dotted #CEDCEA; 
}

table.info{ 
	color: #404040;
	width: 100%;
	background-color: #B6CBDD;
	border: 1px #6699CC solid;
	border-collapse: collapse;
	border-spacing: 0px;
}

table.info td.info_title{
	border-bottom: 2px solid #6699CC;
	background-color: #B6CBDD;
	text-align: left;
	font-weight: bold;
	font-family:Tahoma;
	font-size:11px;
	color: #000000;
}


table.info td{
	color: #404040;
	background-color: white;
	text-align: left;
	font-family:Tahoma;
	font-size:11px;
	padding-left: 3px;
} #container #main #content #left2 .post .generalinfo tr td ul li {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	list-style-type: none;
}
