body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: small;
  margin: 0px;
  padding: 0px;
  background: #666666 url(../img/design/start/page_bg.gif) repeat-x top;
  text-align: center; /* to allow centering in IE */
}

#container {
	position: relative; /* makes "container" the containing block */
	margin: 13px auto; /* makes proper CSS way to center */
	padding: 0;
	width: 800px;
	text-align: left; /* overrides text-aling rule on body */
}


/* Masthead - the Site Title */
#masthead {
	height: 82px;
	background: #CCC url(../img/design/start/title_bg.jpg) no-repeat top left;
	width: 800px;
	padding: 0;
}
#masthead div{
	position: absolute;
	margin: 0;
	padding: 0;
	top: 7px;
	right: 10px;
	width: 250px;
	height: 60px;
	font-size: 80%;
	color: #CCCCCC;
	text-align: justify;
	/*border: 1px #FFFFFF dotted;*/
}
#masthead P{
	text-align: right;
	font-size: 80%;
	margin: 0;
	padding: 10px 0 0 0;
}
#masthead FORM{
	margin: 0;
	padding: 0;
	text-align: right;
}
#masthead INPUT{
	font-size: 80%;
}

/* Masthead - the Site Title */


#mainHolder{
	position: absolute;
	top: 90px;
	left: 150px;
	width: 520px;
	padding: 0;
	margin: 0 10px;
	text-align: left;
	/* This is the box-model hack for IE5 */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 478px; /* provides the correct width value */
	/*border: 1px #FF0000 solid;*/
}
/* This is the "Be Nice to Opera" hack */
body>#mainHolder {width: 518px;}

#mainHolderWider{
	position: absolute;
	top: 90px;
	left: 150px;
	width: 682px;
	padding: 0;
	margin: 0 10px;
	text-align: left;
	/* This is the box-model hack for IE5 */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 640px; /* provides the correct width value */
	/*border: 1px #FF0000 solid;*/
}
/* This is the "Be Nice to Opera" hack */
body>#mainHolderWider {width: 680px;}


#navBar{
	/*height: 18px;*/
	margin: 0;
	padding: 2px 10px;
	text-align: left;
	border-right: 1px #333333 solid;
	background: #999999;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 80%;
	/* This is the box-model hack for IE5 */
	voice-family: "\"}\"";
	voice-family: inherit;
}
#navSublinks{
	background-color: #F4F4F4;
	font-size: 80%;
	color: #333333;
	text-align: right;
	border-right: 1px #333 solid;
	margin: 0;
	padding: 2px 5px;
	/* This is the box-model hack for IE5 */
	voice-family: "\"}\"";
	voice-family: inherit;
}
#navSublinks A{
	color: #333333;
	text-decoration: none;
}
#navSublinks A:HOVER{
	color: #FF9900;
	text-decoration: underline;
}

#main {
	top: 20px;
	background: #FFFFFF;
	border-right: 1px #333333 solid;
	border-bottom: 1px #333 solid;
	border-top: 1px #CCCCCC solid;
	margin: 0;
	padding: 0 10px;
	text-align: left;
	/* This is the box-model hack for IE5 */
	voice-family: "\"}\"";
	voice-family: inherit;
}
#main A{
	color: #000099;
	text-decoration: none;
}
#main A:HOVER{
	text-decoration: underline;
}
#main A:VISITED {
	color: #0033CC;
}
#main H2{
	font-size: 100%;
	color: #666666;
	margin: 5px 3px 3px 3px;
	padding: 3px;
}

#links {
	position: absolute;
	top: 82px;
	left: 0px;
	width: 150px;
	padding: 0px;
	margin: 0;
}
#links A{
	color: #FFFFFF;
	text-decoration: none;
}
#links A:HOVER {
	color: #CCCCCC;
	/*text-decoration: underline;*/
}


#news {
	position: absolute;
	top: 82px;
	left: 652px;
	width: 150px;
	font-size: 80%;
	color: #333333;
	margin: 0;
	padding: 0;
}
#news A{
	color: #333333;
	text-decoration: none;
}
#news A:HOVER {
	color: #003399;
	text-decoration: underline;
}

#footerHolder{
	position: absolute;
	border: 5px;
	text-align: center;
	height: 30px;
}
#footer{
	margin: 20px auto;
	border: 1px #999999 dotted;
	text-align: center;
	color: #FFFFFF;
	font-size: 80%;
	padding: 10px 5px;
}
#footer A{
	color: #FFFFFF;
	text-decoration: none;
}
#footer A:HOVER{
	color: #FF3300;
	text-decoration: underline;
}

.bottomAdvertisement{
	text-align: center;
	margin: 10px auto;
	padding: 0;
	width: 468px;
	/*border: 1px #CCCCCC solid;*/
}

/* Classes */

.leftBox{
	margin: 7px 0 0 0;
	padding: 0;
	background: #666 url(../img/design/start/left_area_bg.gif) repeat-y left top;
	color: #FFFFFF;
}
.leftBox H1{
	color: #CCCCCC;
	font-style: italic;
	font-size: 80%;
	margin: 0px;
	padding: 3px 3px 3px 15px;
	height: 23px;
	background: #666 url(../img/design/start/left_h1_bg.gif) no-repeat left top;
}
.leftBox H6{
	color: #CCCCCC;
	font-style: italic;
	font-size: 80%;
	margin: 0px;
	padding: 3px 3px 3px 15px;
	height: 10px;
	background: #666 url(../img/design/start/left_h6_bg.gif) no-repeat left bottom;
}
.leftBox P{
	color: #FFFFFF;
	font-size: 80%;
	margin: 5px 3px 4px 6px;
	padding: 3px;
}
.leftBox FORM {
	padding: 3px;
	margin: 2px;
}
.leftBox INPUT {
	font-size: 80%;
}
.leftBox UL{
	list-style: none;
	margin: 0px 5px 5px 0px;
	padding: 0px;
}
.leftBox LI{
	font-size: 80%;
	margin-top: 0px;
	padding: 1px 0px 2px 0px;
	
}
.leftBox A{
	display: block;
	/*margin-left: 5px;*/
	padding-left: 5px;
	margin-left: 1px;
	border-bottom: 1px #999999 dotted;
}
.leftBox A:HOVER{
	background-color: #666666;
	text-decoration:none;
	border-left: 1px #FF6600 solid;
	border-right: 1px #FF6600 solid;
}



.rightBox{
	margin: 7px 0 0 0;
	padding: 0;
	background: #666 url(../img/design/start/right_area_bg.gif) repeat-y left top;
	color: #333333;
}
.rightBox UL{
	margin: 0px 5px 5px 23px;
	padding: 0px;
}
.rightBox LI{
	margin-top: 3px;
}
.rightBox H1{
	color: #666666;
	font-style: italic;
	font-size: 90%;
	margin: 0px;
	padding: 3px 3px 3px 15px;
	height: 23px;
	background: #666 url(../img/design/start/right_h1_bg.gif) no-repeat left top;
}
.rightBox H2{
	color: #666666;
	/*font-style: italic;*/
	font-size: 90%;
	margin: 5px 2px 0px 2px;
	padding: 3px 3px 0px 7px;
}
.rightBox H6{
	color: #CCCCCC;
	font-style: italic;
	font-size: 80%;
	margin: 0px;
	padding: 3px 3px 3px 15px;
	height: 10px;
	background: #666 url(../img/design/start/right_h6_bg.gif) no-repeat left bottom;
}
.rightBox P{
	color: #333333;
	/*font-size: 80%;*/
	margin: 5px 10px 4px 6px;
	padding: 3px;
	text-align: justify;
}
.rightBox DIV{
	margin: 5px 10px 5px 6px;
	padding: 2px;
	border: 1px #CCCCCC solid;
	background-color: #E9E9E9;
}
P.rightBoxGoogle {
	text-align: center;
}



.journalBox{
	margin: 7px 0 0 0;
	padding: 0;
	background: #666 url(../img/design/start/left_area_bg.gif) repeat-y left top;
	color: #FFFFFF;
}
.journalBox H1{
	color: #CCCCCC;
	font-style: italic;
	font-size: 80%;
	margin: 0px;
	padding: 3px 3px 3px 15px;
	height: 23px;
	background: #666 url(../img/design/boxes/journal_top.gif) no-repeat left top;
}
.journalBox H6{
	color: #CCCCCC;
	font-style: italic;
	font-size: 80%;
	margin: 0px;
	padding: 3px 3px 3px 15px;
	height: 10px;
	background: #666 url(../img/design/start/left_h6_bg.gif) no-repeat left bottom;
}
.journalBox P{
	color: #FFFFFF;
	font-size: 80%;
	margin: 5px 3px 4px 6px;
	padding: 3px;
}
.journalBox FORM {
	padding: 3px;
	margin: 2px;
}
.journalBox UL{
	list-style: none;
	margin: 0px 5px 5px 0px;
	padding: 0px;
}
.journalBox LI{
	font-size: 80%;
	margin-top: 0px;
	padding: 1px 0px 2px 0px;
	
}
.journalBox A{
	display: block;
	/*margin-left: 5px;*/
	padding-left: 5px;
	margin-left: 1px;
	border-bottom: 1px #999999 dotted;
}
.journalBox A:HOVER{
	background-color: #666666;
	text-decoration:none;
	border-left: 1px #FF6600 solid;
	border-right: 1px #FF6600 solid;
}



.networkBox{
	margin: 7px 0 0 0;
	padding: 0;
	background: #666 url(../img/design/start/left_area_bg.gif) repeat-y left top;
	color: #FFFFFF;
}
.networkBox UL{
	margin: 0px 5px 5px 23px;
	padding: 0px;
}
.networkBox H1{
	color: #CCCCCC;
	font-style: italic;
	font-size: 80%;
	margin: 0px;
	padding: 3px 3px 3px 15px;
	height: 23px;
	background: #666 url(../img/design/boxes/network_top.gif) no-repeat left top;
}
.networkBox H6{
	color: #CCCCCC;
	font-style: italic;
	font-size: 80%;
	margin: 0px;
	padding: 3px 3px 3px 15px;
	height: 10px;
	background: #666 url(../img/design/start/left_h6_bg.gif) no-repeat left bottom;
}
.networkBox P{
	color: #FFFFFF;
	font-size: 80%;
	margin: 5px 3px 4px 6px;
	padding: 3px;
}
.networkBox FORM {
	padding: 3px;
	margin: 2px;
}
.networkBox INPUT {
	font-size: 80%;
}
.networkBox UL{
	list-style: none;
	margin: 0px 5px 5px 0px;
	padding: 0px;
}
.networkBox LI{
	font-size: 80%;
	margin-top: 0px;
	padding: 1px 0px 2px 0px;
	
}
.networkBox A{
	display: block;
	/*margin-left: 5px;*/
	padding-left: 5px;
	margin-left: 1px;
	border-bottom: 1px #999999 dotted;
}
.networkBox A:HOVER{
	background-color: #666666;
	text-decoration:none;
	border-left: 1px #FF6600 solid;
	border-right: 1px #FF6600 solid;
}

.googleDiv{
	margin: 5px 0px 5px -5px;
}

/* End of Classes */

