html {min-height: 100%;}

* {
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

a {color: #048;}
a:hover {color: #06C;}

body {
	color: #444;
	font: normal 62.5% Lucida Sans Unicode;
	padding-top: 4px;
	background-color: #55615F;
	height:64px;
	background-image: url(../img/bg.jpg);
	
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {font: normal 1.8em Lucida Sans Unicode;}
h2 {font: bold 1.4em sans-serif;}
h3 {font: bold 1em Lucida Sans Unicode;}

form,input {margin: 0; padding: 0; display: inline;}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em Lucida Sans Unicode;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	display: block;
	font-weight: bold;
	padding-left: 28px;
	background-image: url(../img/outline.gif);
	background-repeat: repeat-y;
	margin-bottom: 10px;
}

h1,h2,h3 {padding-top: 6px; color: #333333; margin-bottom: 4px;}

.clearer {
	clear: both; 
	background-image:url(../img/content.jpg);
	background-repeat: no-repeat;
	background-position: left;
	width:544px;
}

.left {float: left;}
.right {float: right;}

.inner-container {
	font-size: 1.2em;
	padding-top:0px;
	padding-bottom: 0px;
	width: 753px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
}

.outer-container {
	padding-bottom: 64px;
	background-image: url(../img/pfooter.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.outermost-container
{
	background-image: url(../img/pframer.gif);
	background-repeat: repeat-y;
	background-position: center;
}

.headerfram {
	height: 159px;
	width:753px;
	text-align: center;
	background-color: #000FFF;
	background-image: url(../img/pheader.jpg);
	background-repeat: no-repeat;
}
.bheader {
	float:left;
	height: 144px;
	width:544px;
	background-color: #000FFF;
	background-image: url(../img/banner.jpg);
	background-repeat: no-repeat;
}
.rbheader { 
	float:right;
	height: 144px;
	width:209px;
	background-color: #000FFF;
	background-image: url(../img/rbanner_m.jpg);
	background-repeat: no-repeat;
}
.mainpgtitle {
	float:left;
	height: 48px;
	width:544px;
	background-color: #000FFF;
	background-image: url(../img/maintitle.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
.mainpgtitle p{ 
padding-left:5%; padding-top:7px; 
font-family: "Neo Tech"; font-size:14px; font-weight:600; color:#FFFFFF;

}

.navigation {
	float: right;
	width: 209px;
	background-color:#FFFFFF;
}
.navigation-item {
	height:28px;
	width: 100%;
	background-image: url(../img/navigation.jpg);
	background-position: center top;		
}
.navigation-item a {
	color: #ffffff;
	text-decoration: none;
	font: bold 0.9em Verdana, Arial, Helvetica, sans-serif;
	line-height: 30px;
	margin: 0;
	padding-left: 40px;
}
.navigation-item a:hover {
	color: #FFCC00;
	text-decoration: none;
	font: bold 0.8em Verdana, Arial, Helvetica, sans-serif;
	line-height: 30px;
	margin: 0;
	padding-left: 40px;
}
.bnavigation a {
	color: #ffffff;
	text-decoration: none;
	font: bold 0.9em Verdana, Arial, Helvetica, sans-serif;
	line-height: 30px;
	margin: 0;
	padding-left: 40px;
}
.bnavigation {
	height:28px;
	width: 209px;
	background-image: url(../img/bnavigation.jpg);
	background-position: center top;		
}
.bnavigation a:hover {
	color: #FFCC00;
	text-decoration: none;
	font: bold 0.8em Verdana, Arial, Helvetica, sans-serif;
	line-height: 30px;
	margin: 0;
	padding-left: 40px;
}
.tright-ad {
	height:116px;
	width: 209px;
	background-image: url(../img/tright-ad.jpg);
	background-position: center top;		
}
.bright-ad {
	height:115px;
	width: 209px;
	background-image: url(../img/bright-ad.jpg);
	background-position: center top;		
}


.navigation ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.navigation li {border-bottom: 1px solid #EAEADA;}
.navigation li a {
	font-size: 0.9em;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}

.navigation li a:hover {
	color: #333333;
	background-color: #FAEDCF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #DE7A2A;
	border-bottom-color: #DE7A2A;
}



.header .title {
	color: #FFF;
	padding-top: 50px;
}
.header .title .sitename a {
	color: #FFF;
	font: normal 3em sans-serif;
	padding-bottom: 2px;
	text-decoration: none;
}
.header .title a:hover {border-color: #F60;}
.header .title .slogan {
	font: normal 1.1em Verdana,sans-serif;
	padding-top: 6px;
}

.main {
	padding: 0px 12px 0 0;
	background-image: url(../img/content.jpg);

	background-repeat:repeat-y;
	background-position: left;
}

.content {
	float: left;
	width: 544px;
	background-color:#CCCCCC; 
	background-image:url(../img/content.jpg);
    background-repeat: repeat-y;
	background-position: left; 
}

.row{
	float: left;
	width:90%;
	padding-left:27px;
	padding-right:10px;
}
.content .descr {
	color: #666666;
	font-size: 0.9em;
	margin-bottom: 6px;
}

.content .htitle {
	color: #C1660D;
	font-size:14px; font-family:NeoTech, "Neo Tech Alt", "Neon Caps"; font-weight:600;
	margin-bottom: 6px;
}

.content li {
	list-style: url(../img/li.gif);
	font-family: "Lucida Sans Unicode",sans-serif;
	margin-left: 20px;
	padding-left: 3px;
	padding-bottom: 5px;
}

.content p {font-family: "Lucida Sans Unicode",sans-serif;}

.partners {
	padding-top:10px; 
	padding-bottom:10px; 
	border:dotted; 
	border-color:#FF9900; 
	border-width:1px;
}

.presenters {

min-height:180px;
border-bottom:dotted;
border-color:#FF9900; 
border-width:1px;
}


.footer {
	clear: both; 
	color: #FFFFFF;
	height:62px;
	background-color: #DE7929;
	font-family: sans-serif;
	font-size: 1em;
	font-weight: bold;
	padding-right: 12px;
	padding-left: 12px;
	background-image: url(../img/footer.jpg);
}

.footer a {
	color: #F7F7F2;
	text-decoration: none;
}

.footer a:hover {color: #FFC;}

img.rightside {
	float: right;
	clear: right;
	margin: 5px;
}
.headercontent {
	OVERFLOW: hidden; WIDTH: 750px; BORDER-BOTTOM: #373737 0px solid; 
	background-image: url(../img/pheader.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	BACKGROUND-COLOR: #ffffff;
	PADDING-BOTTOM: 0px; HEIGHT: 159px;
}
.leftswf{ height:374px;
	padding-top:2px; padding-bottom:2px; border:dotted; 
	border-color:#FF9900; border-width:0px;
	background-color:#FFFFFF;
}
.capital-red {
	FONT-WEIGHT: bold;
	FONT-SIZE: 14px;
	COLOR: #006699;
	BORDER-BOTTOM: #77ba07 1px dashed;
	FONT-STYLE: italic;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

.capital-green {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #73b608; LINE-HEIGHT: 30px; FONT-FAMILY: "Neo Tech";
}
.greenheader {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #999900; FONT-FAMILY: "Neo Tech"
}
.top {
	text-decoration: none;
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	COLOR: #D88F28;
	LINE-HEIGHT: 30px;
	FONT-FAMILY: "Neo Tech";
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dashed;

}
