table {
	font: 8pt/20px Arial, Helvetica, sans-serif
	}
	
body {
	color: #000000;
	background-color: #ffffff;
}
p {
	margin-top: 0px;
	margin-bottom: 0px;
	}
	blockquote {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #333333;
	margin-right: 0px;
	margin-left: 25px;
}
ol {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #333333
}
ul {
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	list-style-image: url(http://www.my-it-solutions.com/images/bullet.gif);
}
h1 {
	font-size: 17px;
	color: #1A2D72;
	margin-top: 0px;
	margin-bottom: 3px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;


}
h2 {
	font-size: 14px;
	color: #1A2D72;
	margin-top: 0px;
	margin-bottom: 1px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}

.paneltop {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1A2D72;
	background-image: url(http://www.my-it-solutions.com/images/panel_top.gif);
	background-repeat: repeat-x;
	padding: 0px;
}
.paneltopright {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #1A2D72;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1A2D72;
	background-image: url(http://www.my-it-solutions.com/images/logo2.gif);
	background-repeat: repeat-x;
}
.panelbottom {
	background-image: url(http://www.my-it-solutions.com/images/panel_bottom.gif);
	background-repeat: repeat-x;
}
.panelbottomleft {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #1A2D72;
	padding-left: 25px;
	background-image: url(http://www.my-it-solutions.com/images/panel_bottom.gif);
	background-repeat: repeat-x;
}

.rightcoltext {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #1A2D72;
	border-left-color: #1A2D72;
	padding-right: 25px;
	padding-left: 19px;
}
.panelright {
	background-image: url(http://www.my-it-solutions.com/images/Pastel_panel_right.gif);
	background-repeat: repeat-y;
	background-position: right;
}

.sidebar {
	font-size: 8pt;
	color: #5c93b4;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #1A2D72;
	border-left-color: #1A2D72;
	padding-left: 6px;
	padding-right: 6px;
}
.topborder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1A2D72;
	background-image: url(http://www.my-it-solutions.com/images/head_bg.gif);
	background-repeat: no-repeat;
	padding-left: 45px;
}

.spacer {
	border-right-color: #1A2D72;
	background-image: url(http://www.my-it-solutions.com/images/spacer.gif);
	background-repeat: repeat;
	border-right-width: 1px;
	border-right-style: solid;
	
}
.spacer2 {
	border-left-color: #1A2D72;
	background-image: url(http://www.my-it-solutions.com/images/spacer2.gif);
	background-repeat: repeat;
	border-left-width: 1px;
	border-left-style: solid;
	
}
.imagebg {
	border-right-color: #1A2D72;
	border-left-color: #1A2D72;
	background-image: url(http://www.my-it-solutions.com/images/myitsolutions_logo.jpg);/*
	background-repeat: repeat;*/
	border-right-width: 1px;
	border-right-style: solid;
	border-left-width: 1px;
	border-left-style: solid;
}

 a:link {
	color: #1A2D72;
}
 a:visited {
	color: #9F0924;
}
 a:link:hover {
	color: #0079c1;
}
.divider {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1A2D72;
}
.imagetext {
	padding-right: 20px;
	padding-left: 20px;
    padding-top: 10px;
}
/* Begin vertical Nav */
.vnavbar{
    list-style-type: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
    width: 170px; /* width of menu */
}

.vnavbar li{
/*border-bottom: 1px solid white;*/ /* white border beneath each menu item */
}

.vnavbar li a{
    background: #FFFFFF url(http://www.my-it-solutions.com/images/vnavbar_b1.gif) no-repeat right top; /*color of menu by default*/
    font: bold 11px "Lucida Grande", "Trebuchet MS", Verdana;
    display: block;
    color: #1A2D72;
    width: 170px;
    Height: 22px;
    padding-top: 3px; /* Vertical (top) padding for each menu link */
    text-indent: 8px;
    text-decoration: none;
    /*border-bottom: 1px solid black;*/ /*bottom border of menu link. Should be equal or darker to link's bgcolor*/
}

.vnavbar li a:visited, .vnavbar li a:active{
    color: #9F0924;
}

.vnavbar li a:hover{
    background: #FFFFFF url(http://www.my-it-solutions.com/images/vnavbar_b1_over.gif) no-repeat right top; /*color of menu onMouseover*/
    font: bold 11px "Lucida Grande", "Trebuchet MS", Verdana;
    display: block;
    color: #000000;
    width: 170px;
    Height: 22px;
    padding-top: 3px; /* Vertical (top) padding for each menu link */
    text-indent: 8px;
    text-decoration: none;
    /*border-bottom: 1px solid black;*/ /*bottom border of menu link during hover. Should be equal or darker to link's hover's bgcolor*/
}
/*[if IE]>
    .vnavbar li a{ /* Menu link width value for IE */
    width: 170px;
}
<![endif]*/
/* End Vertial Nav */

.location {
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	padding-left: 6px;
	padding-right: 6px;
}
table.location {
	border-width: 1px;
	border-spacing: ;
	border-style: solid;
	border-color: #1a2d72;
	border-collapse: separate;
	/*background-color: white;*/
}
table.location td {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: #1a2d72;
	/*background-color: white;*/
	-moz-border-radius: ;
}  



