

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

img
{
	text-align: center;
	margin: 0;
	padding: 0;
	border:0
} 
 

h2
{
	font-size: 24px;
	color: #336699;
	margin-bottom:0.60em;
}

h3
{
	font-size: 16px;
	color: #404040;
}

h4
{
	font-size: 14px;
	color: #404040;
	margin-bottom: 0.2em;
}

body
{
	text-align: left;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 30px;
	margin: 0;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 13px;
	background: url('bg_header.jpg') #38414a top left repeat-x;
	
}


#wrapper
{
	margin: 0px auto;
	width: 900px;
}


#titleContent
{
	height: 80px;
	margin-top: 40px;
	margin-bottom: 14px;
	padding-left: 40px;
	color: #E0E0E0;
}

#head
{
	font-size: 40px;
}

#subHead
{
	font-size: 20px;
}


#menu
{
	font-weight: bold;
	padding-bottom: 4px;
	padding-left: 36px;
	padding-right: 25px;
	padding-top: 2px;
}

.menuItem,.menuItemSelected
{
	margin: 3px 3px 3px 3px;
	padding: 4px;
}

.menuItem a:hover, .menuItemSelected a:link, .menuItemSelected a:visited
{
	color: #53a7ff;
}


#content
{
	min-height: 500px;
	padding-bottom: 30px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 20px;
	background: #181c21;
	border-bottom: 1px solid #000;
}

#content a img
{
	padding: 3px;
	border: 1px solid #ccc;
	margin: 1px;
}
 
#content a img:hover
{
	border-color: #06c;
}

#wideContent
{
	min-height: 500px;
	background: #fafafa;
	border: 1px solid #aaa;
	padding-bottom: 20px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 20px;
	color: #222;
	overflow: auto;
	-moz-border-radius: .5em; /* gecko */
	  -webkit-border-radius: .5em; /* webkit */
	  border-radius: .5em; /* w3 */
}

#leftContent
{
	border-right: 1px solid #dadbde;
	float:left;
	width: 350px;
	padding-right: 20px;
}

#rightContent
{
 	float:right;
 	width: 350px;
}

.contentHedear
{
 	height: 128px;
}

.logoImage
{
	float: right;
}

.logoTable
{
 	height: 128px;
 	width: 200px;
}

.logoText
{
 	vertical-align: middle;
}

.logoButton
{
 	vertical-align: bottom;
}

.logoRelease
{
 	font-size: 11px;
 	vertical-align: bottom;
 	text-align:right;
}


.logoRelease a:hover
{
	text-decoration: underline;
}



#footer
{
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}


.faqTitle
{
	font-weight:bold;
	margin-top:0.5em;
	margin-bottom:0.1em;
	font-size: 14px;
}	

.faq
{
	border-style:dotted;
	border-width:thin;
	border-color:#abc;
}	

.enlarge 
{
	text-align: center;
	font-size: 11px;
}

.enlarge img
{
	margin-bottom: -8px;
}

ul
{
	line-height: 1.5em;
	list-style-type: square;
	margin: .1em 0 0 1em;
	padding: 0;
	list-style-image: url(bullet.gif);
}


li
{
	margin-bottom: .1em;
}

a.button 
{
    background: transparent url('bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px;
    text-decoration: none;
    position: relative;
}

a.button span
{
    background: transparent url('bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 6px 5px 18px;
}

a.button:active
{
    background-position: bottom right;
    color: #000;
    outline: none;
}

a.button:active span
{
    background-position: bottom left;
    padding: 6px 6px 4px 18px;
}

a.button em {
	font-style: normal;
	font-weight: normal;
    background: url('hover.png') no-repeat;
	width: 140px;
	height: 82px;
	position: absolute;
	top: 35px;
	left: -35px;
	padding: 20px 12px 10px 15px;
	z-index: 5;
	display: none;
	color: #000;
}

.terminal
{
	font-family: Courier sans-serif;
	color: rgb(80,0,0);
}


