html, body
{
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #333333;
}
.pageContainer
{
    background-image: url(../images/2px.gif);
    background-repeat: repeat-y;
    height: auto !IMPORTANT;	
    min-height: 100% !IMPORTANT;
    height: 100%;     
    width: 900px;
    background-position: center;
}
.topicHeader
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: left;
    padding-top: 5px;
    padding-left: 10px;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #999999;
    background-color: #282828;
    padding-bottom: 5px;
    background-image: url(../images/grid.gif);
    background-repeat: repeat;
}
.topicHeaderNew
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	padding-top: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	background-color: #282828;
	padding-bottom: 5px;
	background-image: url(../images/newHeaderBG.jpg);
	background-repeat: no-repeat;
}
.logins
{
    width: auto;
    height: 40px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #FFFFFF;
    font-weight: bold;
    background-repeat: repeat-x;
    padding-left: 10px;
}
.right1Third
{
    width: 300px;
    position: relative;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #CCCCCC;
    margin-top: 10px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 15px;
    float: right;
    height: 100%;
}
.pageBanners
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: bold;
    position: relative;
    right: 1px;
    bottom: 50px;
}

.whiteCopy
{
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
}


.topicCopy
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #CCCCCC;
    text-align: justify;
    padding-top: 10px;
    padding-left: 10px;
    width: 250px;
    float: left;
}
.topicPic
{
    margin: 10px;
    float: right;
    border: 2px solid #FFFFFF;
}

.topContainer
{
    width: 800px;
    background-image: url(../images/al_01.jpg);
    background-repeat: no-repeat;
    background-position: left;
    height: 81px;
}
.topNavigation
{
    position: relative;
    width: auto;
    height: 20px;
    float: right;
    top: 50px;
}
.clear{
clear: both;
}

.topnav
{
    width: 80px;
    height: 30px;
    text-align: center;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 30px;
    text-transform: uppercase;
    background-color: #000000;
    display: block;
    border-top-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-left-style: solid;
    border-top-color: #666666;
    border-left-color: #666666;
    background-repeat: repeat-y;
    vertical-align: middle;
    float: right;
}
.pageLinkBottom
{
    bottom: 70%;
}


a.topnav:link, a.topnav:visited, a.topnav:active
{
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: center center;
    color: #FFFFFF;
    background-image: url('../images/navigation/normal.jpg');
}
a.topnav:hover
{
    color: #FFFFFF;
    background-position: center center;
    background-color: #990000;
    background-image: url('../images/navigation/over.jpg');
    background-repeat: no-repeat;
}
.logo
{
    background-image: url(../images/al_01.jpg);
    background-repeat: no-repeat;
    width: auto;
    padding-right: 51px;
    position: relative;
}
.pageContent
{
    width: 800px;
    color: #FFFFFF;
    background-color: #F4F4F4;
    margin-top: 10px;
    position: relative;
    background-repeat: repeat-y;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: dashed;
    border-right-style: none;
    border-bottom-style: dashed;
    border-left-style: none;
    border-top-color: #666666;
    border-right-color: #666666;
    border-bottom-color: #666666;
    border-left-color: #666666;
    white-space: normal;
}
.contentBoxBlack
{
    background-color: #333333;
    height: 210px;
    width: auto;
    position: relative;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: none;
    border-top-color: #000000;
    border-right-color: #000000;
    border-bottom-color: #000000;
    border-left-color: #000000;
    padding-top: 1px;
    padding-right: 1px;
    padding-bottom: 1px;
    padding-left: 1px;
    clear: both;
}
.left2Thirds
{
    width: 450px;
    vertical-align: middle;
    color: #000000;
    padding-top: 10px;
    position: relative;
    float: left;
    height: auto;
}
.bottomContent
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #CCCCCC;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
    clear: both;
}
.right1ThirdSmall
{
    width: 200px;
    position: relative;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #CCCCCC;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    float: right;
    height: 100%;
    padding-top: 25px;
    background-color: #FFFFFF;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
}
.left2ThirdsBig
{
    width: 550px;
    vertical-align: middle;
    color: #000000;
    padding-top: 10px;
    position: relative;
    float: left;
    height: auto;
}
.sideNavigation
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    color: #990000;
    display: block;
    text-decoration: none;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    border-top-width: 1px;
    border-top-style: dashed;
    border-top-color: #CCCCCC;
}
a.sideNavigation:hover
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    color: #990000;
    display: block;
    text-decoration: none;
    background-color: #E8E1C8;
}
.sideNavSub
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    text-transform: uppercase;
    color: #990000;
    display: block;
    text-decoration: none;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
}
a.sideNavSub:hover
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    text-transform: uppercase;
    color: #990000;
    display: block;
    text-decoration: none;
    background-color: #E8E1C8;
}
.breadcrumbs
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: normal;
    text-transform: uppercase;
    color: #990000;
    display: inline;
    text-decoration: none;
    vertical-align: middle;
}
.imageSelector
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: bold;
    color: #333333;
    text-decoration: none;
    background-color: #CCCCCC;
    border: 1px solid #999999;
    text-align: center;
    display: inline;
    height: 20px;
    width: 20px;
    padding: 2px;
}

.BCContainer
{
    text-align: left;
    height: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

a.breadcrumbs:hover
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: normal;
    text-transform: uppercase;
    color: #990000;
    display: inline;
    text-decoration: none;
    background-color: #E8E1C8;
}
.contentBoxBlackBig
{
    background-color: #333333;
    height: auto;
    width: auto;
    position: relative;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: none;
    border-top-color: #000000;
    border-right-color: #000000;
    border-bottom-color: #000000;
    border-left-color: #000000;
    clear: both;
    padding: 1px;
}
.Container480
{
    height: 450px;
    width: 550px;
    position: relative;
}
a.imageSelector:hover
{
    text-decoration: none;
    background-color: #FFCC00;
    text-align: center;
    display: inline;
}
.contentBoxWhite
{
    background-color: #FFFFFF;
    height: auto;
    width: auto;
    position: relative;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #CCCCCC;
    border-right-color: #CCCCCC;
    border-bottom-color: #CCCCCC;
    border-left-color: #CCCCCC;
    clear: both;
    padding: 1px;
}
.leftCopy
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
    text-align: justify;
    font-weight: normal;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    overflow: visible;
    position: relative;
}
.copyHeader
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #990000;
}
.navHeader
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #666666;
    padding-left: 5px;
    padding-bottom: 5px;
    background-color: #CCCCCC;
    display: block;
    background-repeat: repeat;
    padding-top: 5px;
    padding-right: 5px;
}
.picturesLeft
{
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    display: block;
    visibility: inherit;
    z-index: 10;
}
.picturesRight
{
    padding-top: 5px;
    padding-left: 15px;
    padding-bottom: 5px;
}

img
{
    position: relative;
}
.pictureCaption
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: normal;
    text-transform: none;
    color: #990000;
    display: inline;
    text-decoration: none;
    vertical-align: middle;
}
.leftCopyWhite
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #CCCCCC;
    text-align: justify;
    font-weight: normal;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
}
.fullWidth
{
    width: 800px;
    vertical-align: middle;
    color: #000000;
    padding-top: 10px;
    position: relative;
    float: left;
    height: auto;
}
.pdfLink
{
    background-image: url('../images/pdf_icon.gif');
    padding-left: 30px;
    background-repeat: no-repeat;
    text-decoration: none;
    color: #990000;
    margin-bottom: 10px;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
}
.pdfLink:hover
{
    color: #990000;
    text-decoration: underline;
}
.redText
{
    color: #990000;
}
.redTextHeader
{
    color: #990000;
	 font-size: 1.45em;
	 font-weight: bold;
	 
}
.txtInputField
{
    width: 175px;
}
.forumBox
{
    border-color: #CCCCCC #AAAAAA #AAAAAA #CCCCCC;
    background-color: #EEEEEE;
    height: auto;
    width: auto;
    position: relative;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    padding: 2px;
    margin: 10px 0px 20px 0px;
}
.descrBody
{
    border-color: #CCCCCC #AAAAAA #AAAAAA #CCCCCC;
    background-color: #EEEEEE;
    height: auto;
    width: auto;
    position: relative;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    padding: 2px;
    margin: 10px 0px 20px 0px;
}
.forumLastPost
{
    color: #000000;
    font-weight: normal;
    font-size: x-small;
}
.forumTitle
{
    font-size: 11px;
    background-color: #E0E0E0;
    color: #990000;
    font-weight: bold;
    font-variant: normal;
    text-transform: uppercase;
}
.padBox
{
    padding: 5px;
}
.forumBody
{
    margin: 10px 0px 25px 0px;
    font-size: 1.2em;
}
.forumCounts
{
    font-size: x-small;
    font-variant: small-caps;
    color: #600000;
}
.topicDetails
{
    text-align: right;
    font-size: x-small;
    font-variant: normal;
}
.forumDesc
{
    padding: 0px;
    margin: 10px;
    font-size: 1.0em;
    text-align: center;
}
.padBox h4
{
    margin: 12px 0px 12px 0px;
}
.commentBox
{
    border-color: #CCCCCC #AAAAAA #AAAAAA #CCCCCC;
    background-color: #EEEEEE;
    height: auto;
    width: auto;
    position: relative;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    padding: 2px;
    margin: 10px 0px 20px 0px;
}
 .cups3
        {

}

.dwsLink
{
    text-align: center;
}

.dwsLink a
{
    text-align: center;
    color: Gray;
    text-decoration: none;
    font-size: 10px;
}
.dwsLink a:hover
{
    text-decoration: underline;
}

