	*{
		margin:0px;
		padding:0px;
	}

	html, body {
		height: 100%;
		width: 100%;
		background-color:#000000;
		color:white;		
	}	

	form{
		margin:10px;
		border-style:none;
		border:0px;
	}
	
	table.content{
		height: 100%;
		width: 1075px;
		border:0px;
	}
	
	#left {
		width: 75px;
		background-image:url(/themes/wsmodel/images/leftbg.jpg);
		background-repeat:no-repeat;
		background-position:top;
	}
	
	#leftPic {
		width: 200px;
		background-image:url(/themes/wsmodel/images/side.jpg);
		background-repeat:no-repeat;
		background-position:top;
	}
	
	
	#mainHeader {
		width: 725px;
		height: 50px;
		background-image:url(/themes/wsmodel/images/topbg.jpg);
		background-repeat:no-repeat;
		background-position:top;
	}
	
	#mainFlash {
		width: 725px;
		height: 200px;
		
	}

	#mainMenu {
		width: 725px;
		height: 50px;
		background-image:url(/themes/wsmodel/images/menubg.jpg);
		background-repeat:no-repeat;
		background-position:top;
	}

	#mainContent {
		width: 725px;
		background-image:url(/themes/wsmodel/images/bgcontent.jpg);
		background-repeat:no-repeat;
		background-position:top;	
		vertical-align:top;

	}
	
	#right {
		width: 75px;
		background-image:url(/themes/wsmodel/images/rightbg.jpg);
		background-repeat:no-repeat;
		background-position:top;
	}

p
	{
	margin-left: 10px;
	margin-right: 10px;
	}

a
	{
	color: #FFFFFF;
	background-color: #000;
	}


a:hover
	{
	color: #a2ff00;
	background-color: #000;
	}


a:visited
	{
	color: #FFFFFF;
	background-color: #000;
	}


a.menu_default
	{
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 10px;
	font-weight: bold;
	}

a.menu_current
	{
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 10px;
	font-weight: bold;
	}

a.menu_default:visited
	{
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 10px;
	font-weight: bold;
	}

a.menu_default:visited
	{
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 10px;
	font-weight: bold;
	}
	
a.menu_default:hover
	{
	font-family: Verdana;
	font-size: 10px;
	color: #a2ff00;
	text-decoration: none;
	padding-left: 10px;
	font-weight: bold;
	background-color: #000;
	}

a.menu_default:hover
	{
	font-family: Verdana;
	font-size: 10px;
	color: #a2ff00;
	text-decoration: none;
	padding-left: 10px;
	font-weight: bold;
	}
	

h1
	{
	margin: 10px;
	font-family: Verdana;
	font-size: 16px;
	color: #a2ff00;
	font-weight: bold;
	}
	
h2	{
	margin-left:10px;
	margin-top:10px;
	font-family: Verdana;
	font-size: 13px;
	color:#FFFFFF;
	font-weigth:bold;
	}
		

.pageTable{
    margin-left: 10px;
}
	
	
.text , .textarea, .field
	{
	font-family: Verdana;
	font-size: 12px;
	padding:2px;
	}

fieldset {
	border:10px;
	}
	
div.right {
    border:solid 4px black;
    float:right;
    margin-left : 15px;
    margin-bottom : 10px;
}

div.center {
    display:block;
    margin-left:auto;
    margin-right:auto;
    }