UL{
/*	list-style-image: url(img/list.gif);*/
	list-style:disc;
}

H1,H2,H3,H4,H5{
	padding:0;
	margin:0;
}
P{
	line-height:15px;
}
HTML{
	margin:0;
	padding:0;
}
BODY{
	padding:0;
	padding-top:15px;
	margin:0;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	color:#666666;
	background-color:#F3F4F3;
}
	#container{
		width:790px;
		margin:auto;
		background-color:white;
		padding:5px;
	}
		#logo{
			border-bottom:2px solid #C40008;
			float:left;
		}
		#top1{
			margin:0 0 0 5px;
			width:385px;
			height:78px;
			border-bottom:2px solid #3E7092;
			float:left;
			background-color:white;
		}
		#top2{
			width:150px;
			height:78px;
			border-bottom:2px solid #CCCCCC;
			float:right;
			background-color:#fff;
		}
			#top2 A{
				background-image:url(img/linedot-eee.gif);
				background-repeat:repeat-x;
				background-position:bottom;
				text-decoration:none;
				color:#666;
			}
			#top2 A:hover{
				background-color:#fff;
				background-image:none;
			}
		UL#nav{
			list-style:none;
			margin:0;
			padding:0 0 0 250px;
		}
			#nav LI{
				float:left;
				padding:0;
				margin:10px 0 0 0;
			}
				#nav LI A{
					text-decoration:none;
					margin:0;
					padding:0;
				}
				
				UL.dropdown{
					margin:0;
					padding:3px 0 10px 0;
					list-style:none;
					background-image:url(img/shadow.png);
					background-position:bottom right;
				}
					UL.dropdown LI{
						margin:0;
						padding:0 7px 0 4px;
					}
					UL.dropdown LI A{
						text-decoration:none;
						color:#3E7092;
					}
						UL.dropdown LI A:hover,UL.dropdown LI A.act{
							color:#C40008;
						}
		#breadcrumb{
			margin:0;
			padding:32px 0 0 250px;
			color:#929292;
			float:left;
		}
			#breadcrumb A{
				text-decoration:none;
				color:#999999;
			}
				#icon-nav{
					list-style:none;
					margin:0;
					padding:25px 0 0 0;
					float:right;
				}
					#icon-nav LI{
						display:inline;
						margin:0;
						padding:0;
					}
						#icon-nav LI A{
							text-decoration:none;
							margin:0;
							padding:0;
						}
			DIV.dot{
				clear:both;
				background-image:url(img/linedot.gif);
				background-repeat:repeat-x;
				height:1px;
				overflow:hidden;
			}
			#content{
				margin:5px 0 5px 0;
				background-color:#FAFBFA;
			}
				#left{
					background-color:#DDE5E8;
					color:#666666;
				}
				#center{
					 background-color:#F3F5F4;
					 border-right:5px solid #fff;
					 padding:5px;
				}
					#center H1{
						font-family:Georgia;
						font-size:16px;
						margin:5px 0 8px 0;
						padding:0;
						font-weight:normal;
					}
					#center H2{
						font-size:11px;
						margin:5px 0 8px 0;
						padding:0;
					}
					#center.border{
						border-left:5px solid #fff;
					}
					#center A{
						background-image:url(img/linedot-eee.gif);
						background-repeat:repeat-x;
						background-position:bottom;
						text-decoration:none;
						color:#333;
					}
					#center A:hover{
						background-color:#fff;
						background-image:none;
					}
					#center DIV.quote{
						background-image:url(img/linedot.gif);
						background-repeat:repeat-x;
						background-position:0 100%;
						padding:3px 0 3px 0;
					}
						#center DIV.quote P{
							margin:7px 0 5px 0;
							padding:0;
						}
						

				#right{
					color:#C40008;
					width:131px;
					padding:10px 10px 0 10px;
				}
					#right H1{
						font-size:12px;
						font-weight:normal;
						text-transform:uppercase;
					}
						#right H1.georgia{
							font-family:Georgia;
							font-size:16px;
							margin:5px 0 8px 0;
							padding:0;
							font-weight:normal;
							text-transform:none;
						}
					#right #subnav{
						margin:5px 0 20px 0;
						padding:0;
						list-style:none;
					}
						#right DIV.dot{
							background-image:url(img/linedot-red.gif);
							margin-bottom:15px;
						}
						#right #subnav LI A{
							color:#929292;
							text-decoration:none;
						}
						#right #subnav LI.act A,#right #subnav LI A:hover{
							color:#C40008;
						}
						#right DIV.quote A,#right A.quote{
							color:#C40008;
							background-image:url(img/linedot-red.gif);
							background-position:0 100%;
							background-repeat:repeat-x;
							background-position:bottom;
							text-decoration:none;
						}
			#footer{
				padding:5px 0 0 0;
				color:#929292;
			}
				#f-left{
					float:left;
				}
					#f-left A{
						text-decoration:none;
						color:#929292;
					}
				#f-right{
					float:right;
				}
	
/*LOGIN*/
#left-login{
	margin:0;
	padding:0;
}		
#user,#pass{
	width:98px;
	border:1px solid #929292;
	color:#929292;
	padding:2px 0 2px 5px;
	/*font-weight:bold;*/
	font-family:Georgia;
	font-size:11px;
}

/* MAILFORM */
#mailform,#newsletter_form{
	margin:0;
	padding:0;
}
#mailform FIELDSET,#newsletter_form FIELDSET{
	border:0;
	margin:0;
	padding:0;
}
#mailform LABEL{
	display:block;
	padding:4px 0 0 0;
	float:left;
	width:130px;
}
#mailform TEXTAREA, #mailform INPUT{
	width:200px;
	border:1px solid #929292;
	color:#666666;
	font-family:Arial;
	font-size:11px;
	margin:2px;
	padding:0 0 0 3px;
}
#mailform #mailformformtype_mail{
	margin-left:134px;
}

#center INPUT{
	border:1px solid #929292;
	color:#666666;
	font-family:Arial;
	font-size:11px;
}
#center #button{
	width:auto;
}

/* SECTIONMENU */
#sections{
	background-image:url(img/linedot.gif);
	background-repeat:repeat-x;
	margin:0;
	padding:5px 0 0 0;
}
#sections LI{
	display:inline;
	padding:0 10px 0 0;
}
