* {
    margin: 0;
    padding: 0;
}

a img { border: none; }


ul, li {
    list-style-type: none;
}

#wrapper {
	width: 1020px;
	margin:0 auto;
	text-align:left;
	border: 0px solid #a3c1da;
}

#header {
	background: #fff url(img/header.png) repeat-x top left;
	border: 0px solid #a3c1da;
	border-bottom-width: 0;
	border-top-width: 0px;
	height: 135px;
	padding-top: 0px;
	width: 1010px;
}

#leftColumn {
	float: left;
	width: 160px;
}

#centerColumnLayout1 {
	float: left;
	width: 495px;
	font-size: 1.5em;
}

#centerColumnLayout2 {
    position: relative;
    float: left;
    width: 845px;
    padding-left: 5px;
    line-height: 1.8em;
    font-size: 1.5em;
}

#centerColumnLayout2 font {
    font-size: inherit;
    width: inherit;
}

.boxleftColumn li,
#centerColumnLayout2 li {
    list-style-type: disc;
}

#rightColumn {
	float: left;
	width: 350px;
}

#navTop {
	background-color: #ffffff;
	height: 25px;
	margin-bottom: 10px;
	padding-top: 5px;
	width: 1010px;
}

#navTopList {
	list-style-type: none;
	margin-right: 5px;
	float: right;
}

#navTopList li {
	display: inline;
	list-style-type: none;
	border-right: 1px solid #d1e0ec;
}

#navTopList li a {
	color: #fff;
	font-weight: bold;
	padding: 0 0.5em;
}

#navLeftList,.boxleftColumn {
	background-color: #edf3f8;
	border-top: 1px solid #a3c1da;
	border-bottom: 1px solid #a3c1da;	
	padding: 5px 10px;
	margin: 0 0 10px 0;
	width: 140px;
}

#navLeftList li {
	background: url(img/arrow.gif) no-repeat left center;
	list-style-type: none;
	line-height: 1.75em;
}

#navLeftList li a {
	padding-left: 11px;
}

#navLeftList li a, .boxleftColumn li a, #footer a {
	color: #356287;
	font-weight: bold;
	text-decoration: none;
}

#navLeftList li a:hover, .boxleftColumn li a:hover, #footer a:hover {
	text-decoration: underline;
}

.blockCenter {
	border: 1px solid #a3c1da;
	margin: 0 0 10px 10px;
	padding: 5px 10px;
}

.blockRight {
	border: 1px solid #a3c1da;
	margin: 0 0 10px 10px;
	padding: 5px 10px;
	font-size: 1.3em;
}

.blockLeftsmall {
	float: left;
	margin: 0px 0 0 0;
	width: 145px;
}

.blockRightsmall {
	margin: 5px 0 0 167px;
	width: 145px;
}

.blockHeadline {
	background: #edf3f8 url(img/blockHeadline.png) repeat-x 0% 0%;
	border: 1px solid #a3c1da;
	border-bottom-width: 0;
	color: #356287;
	font-weight: bold;
	font-size: 1.2em;
	margin-left: 10px;
	padding: 2px 10px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#tabs{
	margin: 0 0 -1px 5px;
	padding: 0;
	width: 100%;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
	padding-left: 5px;
}

#tabs ul {
	margin:0;
	padding:0;
	list-style:none;
}

#tabs li {
	display:inline;
	margin:0 2px 0 0;
	padding:0;
}

#tabs a {
	float:left;
	color: #fff;
	background: #a3c1da;
	font-weight: bold;
	margin:0 2px 0 0;
	padding:5px 10px;
	text-decoration:none;
	letter-spacing: 1px;
}

#tabs a:hover{
	text-decoration: underline;
}

#tabs li a.selected {
	background-color: #356287;
	color: #fff;
}

#tabs #current a:hover {
	text-decoration: none;
}

#navGallery {
	list-style-type: none;
	text-align: center;
}

#navGallery li {	
	display: inline;
	list-style-type: none;
	margin: 0 1px;
}

#navGallery a {
	background-color: #a3c1da;
	color: #fff;
	font-weight: bold;
	padding: 5px 10px;
	text-decoration: none;
}

#navGallery a:hover {
	text-decoration: underline;
}

#navGallery li a.selected {
	background-color: #356287;
}

.button {
	background: #fff url(img/button.gif) no-repeat 0% 0%;
	border: 0;
	color: #356287;
	font-weight: bold;
	height: 33px;
	padding-bottom: 6px;
	margin: 0 5px 5px 0;
	width: 113px;
}

.button:hover {
	background-color: #edf3f8;
}

*+HTML .button {
	padding-bottom: 2px;
}

#footer {
	float: left;
	height: 15px;
	margin-bottom: 20px;
	padding: 10px 5px;
	padding-left: 180px;
	text-align: left;
	width: 825px;
	background-color: #1f5079;
	color: #fff;
	text-transform: uppercase;
}

#footer a{
	color: #fff;
}

#footer a:hover{
	color: #c2e2fb;
}

.clearfix, .main { display: block; } 

.clearfix:after, .main:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}

.clearfix {
	display: inline-block;
}


/* IE5/MAC hack \*/
* html .clearfix{ display: inline;  height: 1px;}



