/* base
----------------------------------------------- */

body{
        margin:0;
        text-align:center;
	font-family: Arial, Verdana;
	font-size: 13pt;
	font-weight: 100;
	color: #5A5B5B;
}


/* LINKS
---------------------------------------------*/

a
{
	text-decoration: none;
	color: #FA3178;
}

a:visited
{
	color: #FA3178;
}

a:hover
{
	color: #4FE2E0;
}

a img
{
	border: 0;
}




/* BORDERS
---------------------------------------------*/

.rightborder
{
	border-right-style: solid;
	border-right-color: #CDCDCD;
	border-right-width: 1px;
}

.bottomborder
{
	border-bottom-style: solid;
	border-bottom-color: #CDCDCD;
	border-bottom-width: 1px;
}

.topborder
{
	border-top-style: solid;
	border-top-color: #CDCDCD;
	border-top-width: 1px;
}




/* FONTS
---------------------------------------------*/

h1, h2, h3 {
	margin: 15px 0 0 0;
	padding: 0 10px;
	font-weight: normal;
        color: #50DFF9;;
}

h1.woindent {
        text-indent: -10px;
        text-align: center;
}

p.channel
{
	text-align: center;
	font-size: 14pt;
	font-weight: 100;
	color: #646464;
	text-decoration: underline;
        font-variant:small-caps;
	font-family: Verdana, Arial;
}

a.left {
	text-align: left;

}


p.whatsnew
{
	text-align: center;
	font-size: 16pt;
	font-weight: 100;
	color: #646464;
	font-family: "Arial Narrow", Arial, Verdana;
        font-style:none;
}

p.menu
{
	text-align: center;
	font-size: 16pt;
	font-weight: 80;
	color: #989999;
	font-family:  verdana, arial, helvetica, sans-serif;
        font-style:none;
        letter-spacing: 4px;
}

p.submenu
{
	text-align: left;
	font-size: 15pt;
	font-weight: 100;
	color: #FB57C3;
	font-family: "Courier New", Courier, monospace;
        font-style:none;
        font-variant:small-caps;
        text-indent: 0pt;
}

p.admin {
	text-align: center;
	font-size: 9pt;
	font-weight: 100;
	color: #FB57C3;
	font-family: "Courier New", Courier, monospace;
}

a.submenulink {
	text-align: left;
	font-size: 12pt;
	font-weight: 100;
	color: #FB57C3;
	font-family: "Courier New", Courier, monospace;
        font-style:none;
        font-variant:small-caps;
        text-indent: 0pt;
    }



/* DIVISIONS
---------------------------------------------*/

#container{
        position:relative;
        width:1044px;
        text-align:left;
}


#toprow
{
	position: relative;
	top: 0px;
        left: 0px;
	width: 1044px;
	height: 90px;
}

#logo
{
	position: relative;
	top: 10px;
        left: 0px;
	width: 300px;
	height: 80px;
        text-align: left;
}


#home728
{
	position: absolute;
        top:0px;
        left: 300px;
	width: 728px;
	height: 90px;
        text-align: right;
}


#menu
{
	position: relative;
	top: 0px;
        left: 0px;
	width: 1044px;
	height: 15px;
        text-align: left;
}

#submenu {
	position: relative;
	top: 0px;
        left: 0px;
	width: 1024px;
	height: 25px;
        text-align: center;
}

#leftbanner
{
	position: absolute;
	top: 170px;
        left: 5px;
	width: 162px;
	padding-left: 2px
	border-bottom: 1px #CDCDCD dotted;
}

#content {
	position: absolute;
	top: 170px;
        left: 170px;
	width: 530px;
        text-indent: 15px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
	border-right: 1px #CDCDCD dotted;
	border-left: 1px #CDCDCD dotted;
        background-color:#FFEFF9;

}

#dek {
        padding-top: 10px;
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 15px;
        text-align:left;
	font-family: arial, helvetica, sans-serif;
	font-size: 18pt;
	color: #1fcbdf;
}



#right {
	position: absolute;
	top: 170px;
        left: 729px;
	width: 320px;
}


#rightbanner {
	position: relative;
	top: 0px;
	left: 0px;
	width: 320px;
	height: 260px;
        text-align: center;
}

#pull {
	position: relative;
	top: 0px;
	left: 0px;
	width: 320px;
        text-align: center;
	font-family: "Courier New", courier, monospace;
	font-size: 14pt;
	font-weight: 100;
	color: #24dff5;
        padding-left: 10px;
        padding-right: 10px;
}

#rightphoto {
	position: relative;
	top: 0px;
	left: 0px;
	width: 330px;
        text-align: center;
	font-family: "Courier New", courier, monospace;
	font-size: 10pt;
	font-weight: 100;
	color: #5C67FC;
        padding-left: 5px;

}


#SSI {
     	position: relative;
	top: 0px;
	left: 0px;
	width: 320px;
        text-align: center;
}  

#admin {
     	position: relative;
	top: 50px;
	left: 0px;
	width: 320px;
        text-align: center;
}



