/***********************************************/
/* master.css                                  */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

html {
	height: 100%;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	color: #7C7B7F;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/bg_main.jpg);
	background-repeat: repeat-y;
	background-color: #7C7B80;
	font-size: 13px;
}
.loginbut {
	font-size: 9px;
	color: #999999;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	margin-top: 6px;
	padding: 0px;
}

#login {
	width: 152px;
	padding-left: 70px;
	font-size: 10px;
	color: #999999;
	letter-spacing: 0.1em;
}


a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	background-image: url(../img/header_bg.jpg);
	background-repeat: no-repeat;
	display: block;
	padding: 2px;
	margin-bottom: 15px;
	font-weight: normal;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
	font-size: 15px;
	font-weight: bold;
	color: #66B5EE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8BC6F2;
}

h5{
	font-size: 11px;
	color: #7C7B7F;
	font-weight: normal;
	letter-spacing: 0.07em;
	margin-top: 5px;
}

h6{
	font-size: 9px;
	font-weight: normal;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

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

label{
 font: 100% Arial,sans-serif;
 color: #7C7B80;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container {
	margin: auto;
	padding: 0px;
	width: 860px;
	border: 1px solid #CCCCCC;
} 


#content {
	width: 530px;
	padding: 0;
	margin-top: 40px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}
/***********************************************/
/*Component Divs                               */
/***********************************************/



/************* #breadCrumb styles *************/

.bread {
	font-size: 9px;
	font-weight: normal;
}
div.bread a, a:active, a:visited {
	font-size: 9px;
	font-weight: normal;
	color: #999999;
}
div.bread a:hover {
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
}
.news {
	background-color: #E8F4FC;
	display: block;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 5px;
}
.news a {
	font-size: 12px;
	color: #3399FF;
	text-decoration: none;

}
.news a:hover {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #8AC5F1;

}
div.submenu a, a:active, a:visited {
	font-size: 12px;
	color: #3399FF;

}
div.submenu a:hover {
	font-size: 12px;
	color: #3399FF;
	background-color: #FFFFFF;
	text-decoration: none;
}
.buttonscontainer {
	width: 250px;
	color: #8BC6F2;
	background-color: #8BC6F2;
	text-align: center;
}

.buttons a {
	color: #8BC6F2;
	background-color: #E8F4FC;
	padding: 2px;
	padding-left: 3px;
	display: block;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 13px;
}

.buttons a:hover {background-color: #FFFFFF;
color: #8BC6F2;
text-decoration: none;
}
.style1 {color: #FFFFFF}.compinfo {
	font-size: 11px;
	color: #999999;
	text-align: center;
	margin-top: 4px;
	margin-bottom: 4px;
}
