@charset "UTF-8";
/* CSS Document */


.left {
        float:left;
}


.right {
        float:right;
}

.clear {
        clear:both;
}


a {
        color: #deb408;
}

a:hover {
        text-decoration:underline;
}

#landing_shell {
        width:960px;
        margin:0 auto;
}

#landing_shell .header {
	float:left;
	width:960px;
	height:95px;
}

#landing_shell #logo {
        width:260px;
        padding:18px 0 0px 32px;
        float:left;
}



#landing_shell .landing_portal {
        width:477px;
        margin:0 0 20px 0;
}

h1, h2, p {
        font-family:"Tahoma",Tahoma,Arial,Helvetica,sans-serif;
}

#landing_shell .landing_portal h1 {
        margin:0 0 6px 0;
        padding:0 0 0 12px;
        font-weight:bold;
        font-size:90%;
        line-height:32px;
		background-color:#696a6e;
}

#landing_shell .landing_portal h1 a {
        display:block;
        color:#FFFFFF;
}


#landing_shell .landing_portal .flash_shell {
        background-color:#000033;
        width:100%;
        height:300px;
}

#landing_shell .landing_portal p {
        padding:10px 0 0 0;
        text-align:center;
        line-height:14px;
        font-size:12px;
}

#landing_shell h2 {
        margin:0;
        font-weight:bold;
        font-size:90%;
}

p {
	padding:0px 0 12px 0;
}

#landing_shell #home_body ul {
	width:240px;
	list-style:none;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	padding:0 0 12px 0;
	margin:0;
	float:left;
}

#landing_shell #home_body ul li {
	font-size:80%;
}

#landing_shell #quick_links {
        margin:25px 0 25px 70px;
        padding:0;
        float:left;
        width:720px;
}

#landing_shell #quick_links h2 {
        text-align:center;
        line-height:30px;
        margin:0 0 5px 0;
        background-image:url(/images/landing_h2bg.gif);
}

#landing_shell #quick_links h2 a {
        display:block;
        color:#FFFFFF;
}

#landing_shell .quick_kernel {
        width:230px;
        margin:10px 10px 0 0;
        padding:0px;
        float:left;
}

div.footer {
        height: 60px;
        width: 936px;
        border-top: 1px solid #696a6e;
        padding: 12px 12px 12px 12px;
		margin:12px 0px 0px 0px;
        float:left;
}

div.footer p {
        font-family: Mixage, "Tahoma", Tahoma, Arial, Helvetica, sans-serif;
        font-size: 11px;
        color:#999999;
}

div.footer div.copyright {
        float:left;
        padding: 0px;
}

div.footer div.boringlinks {
        float:right;
        padding: 0px;
}

div.footer div.boringlinks a {
        color:#999999;
        font-family: Mixage, "Tahoma", Tahoma, Arial, Helvetica, sans-serif;
        font-size: 12px;
        text-decoration:none;
        padding: 0px;
        margin: 0px;
}
div.footer div.boringlinks p {
       padding: 0px;
       margin: 0px;
	   float:right;
	clear:right;
}

#generic_links {
	width:500px;
}

#generic_links ul {
	width: 388px;
	background-image: url(/images/genlinks_portal_bg.gif);
}








