/* CSS Document */

:link,:visited { 
text-decoration:none 
}

h1,h2,h3,h4,h5,h6,pre,code { 
font-size:1em; 
}

h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
margin:0;
padding:0;
}

a img,:link img,:visited img { 
border:none 
}

address { 
font-style:normal 
}

* {
  margin: 0px;
  padding: 0px;
}

a:link {
	color: #0066CC;
	text-decoration: none;
}

a:visited {
	color: #0066CC;
}

a:hover {
	text-decoration: none;
}

p {
	padding-bottom: 1.5em;
}

h1 {
	font-size: 150%;
	padding-bottom: 8px;
}

h2 {
	font-size: 115%;
	border-bottom: dotted #000000 1px;
	margin-bottom: 15px;
	padding-bottom: 5px;
}

h3 {
	font-size: 100%;
	font-style: italic;
	padding-bottom: 6px;
	color: #333333;
}

h4 {
	font-size: 150%;
	margin-bottom: 5px;
	padding-bottom: 3px;
	padding-left: 20px;
	color: #FFFFFF;
	background-color: #666666;
	width: 925px;
	margin-left: auto;
	margin-right: auto;
}

h5 {
	font-size: 105%;
	padding-bottom: 4px;
}

ul {
	margin: 0em 0em 1.5em 3em;
	padding: 2px;
}

li {
	padding: 2px 0px;
}

td {
	padding: 10px;
}

html {
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 82%;
	background-image: url(images/bck.png);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}


#container-page {
	margin-left: auto;
	margin-right: auto;
	width: 872px;
	margin-top: 0px;
}

#branding {
}

#sub_nav {
	font-weight: bolder;
	padding: 0 0 15px 0;
	border-bottom-color: #333333;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

#nav {
	border-bottom: solid #FFFFFF 1pt;
	border-top: solid #FFFFFF 1pt;
	height: 25px;
	margin-bottom: 15px;
}

#flash {
}

#header {
	float: right;
	width: 300px;
}

#container-content {
	background-image: url(images/shadow_middle.png);
	background-repeat: repeat-y;
}

#content_box_top {
	width: 872px;
	background-image: url(images/shadow_top.png);
	height: 17px;
	font-size: 1px;
}

#content_box_bottom {
	width: 872px;
	height: 10px;
	background-position: bottom;
	background-image: url(images/shadow_bottom.png);
	font-size: 1px;
}

* html #content_box_content {
	height: 650px;
}

#content_box_content {
	min-height:500px;
	height:auto
	width: 675px;
	padding: 15px 25px 25px 22px;
}

#content-pri {
	padding: 15px;
}

#column_right {
	float: right;
	margin-top: 40px;
	width: 400px;
}

#column_1 {
	width: 265px;
	height: 250px;
}

#column_2 {
	width: 265px;
	float: right;
	height: 250px;
}

#column_3 {
	width: 265px;
	float: right;
	height: 250px;
	margin-left: 15px;
}

#container-foot {
	height: 40px;
	text-decoration: none;
	margin-top: 8px;
}

#foot {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-top: 5px;
	line-height: 15px;
	text-decoration: none;
	padding-right: 10px;
}
.footer {
	text-decoration: none;
	color: #666666;
}

.floatleft {
	float: left;
}
.floatright {
	float: right;
	padding-left: 15px;
	padding-bottom: 15px;
}
.imgover {
}
.clearflow{
	overflow:hidden;
	zoom:1;
	word-wrap:break-word;
}
