*
{
	border: 0px;
}
a:Link
{
	color: yellow;
}
a:Visited
{
	color: yellow;
}
body
{
	padding: 0px;
	margin: 0px;
	background-color: #440025;
	background-image: url(/Portals/vamac.com/images/bg.gif);
	background-repeat: repeat-x;
}
.SubHead
{
	color: #fff;
}
/* This is NOT my doing. Shawn Walker (or someone on the core team) is a friggin
doof, and made styles on the font tag... */
font
{

}
td
{
	margin: 0px;
	padding: 0px;
	color: #fff;
}
label
{
	color: #fff;
}
h1
{
	color: yellow;
}
h2
{
	color: yellow;
	text-decoration: underline;
}
#header
{
	background-image: url(/Portals/vamac.com/Skins/vamacV1/images/headerTile.gif);
	background-repeat: repeat-x;
	height: 26px;
}
#logo, #dnn_dnnLOGO_imgLogo
{
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#wit_div
{
	text-align: center;
	font-family: Verdana;
	font-size: 10px;
	float: right;
	padding-right: 15px;
}
#wit_td
{

}
a#wit_link
{
	color: #fff;
}
#footer
{
	font-family: Verdana;
	font-size: 10pt;
	color: #fff;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
#dw_table_cell
{
	border: 2px solid #fff;
}
#splash_header_spacer
{
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	text-align: center;
	padding-right: 20px;
	font-family: Verdana;
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
}


/* Begin DNN Skin Styles */
.SkinObject {
    font-weight: bold;
    font-size: 8.5pt;
    color: #fff;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
A.SkinObject
{
	color: #fff;
}
A.SkinObject:link {
    text-decoration:    none;
    color:#ffffff;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#ffffff;
}

A.SkinObject:active   {
    text-decoration: underline;
    color:red;
}

A.SkinObject:hover    {
    text-decoration: underline;
    color: red;
}

a.CommandButton
{
	color: yellow;
}
a.CommandButton:visited
{
	color: yellow;
}
a.CommandButton:Hover
{
	color: red;
}
.CommandButton:visited { color: yellow; }
/* Module Title Headers */
.Head   {
	font-family: Tahoma, Arial, Helvetica;
	font-size:  12pt;
	font-weight: bold;
	color: #fff;
}


/* Begin DNN Menu Styles */
.MainMenu_MenuContainer
{
	width: 156px;
	margin: 0px;
	padding: 0px;
}

.MainMenu_MenuBar
{
	margin: 0px;
	padding: 0px;
}

.MainMenu_MenuItem
{
	height: 31px;
	width: 156px;
	background-image: url(/Portals/vamac.com/Skins/vamacV1/images/button.gif);
	background-repeat: no-repeat;
	font-size: 8pt;
}

.MainMenu_MenuIcon
{
	display: none;
}

.MainMenu_SubMenu
{
	width: 156px;
	border: 1px solid #fff;
}

.MainMenu_MenuBreak
{
	display: none;
}

.MainMenu_MenuItemSel
{
	height: 31px;
	width: 156px;
	font-size: 8pt;
	background-image: url(/Portals/vamac.com/Skins/vamacV1/images/button_on.gif);	
}

.MainMenu_MenuArrow
{
	display: none;
}

.MainMenu_RootMenuArrow
{
	display: none;
}